#6307DC

Color #6307DC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6307DC

Tints of Electric Indigo #6307DC

Color information

#6307DC (or 0x6307DC) is unknown color: approx Electric Indigo. HEX triplet: 63, 07 and DC. RGB value is (99,7,220). Sum of RGB (Red+Green+Blue) = 99+7+220=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #6307DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6307DC is #9CF823. Grayscale: #3A3A3A. Windows color (decimal): -10287140 or 14419811. OLE color: 14419811.

HSL color Cylindrical-coordinate representation of color #6307DC: hue angle of 265.92º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6307DC is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB997220-
CMYK0.550.9700.14
HSL265.92º93.83%44.51%-
HSV(B)265.92º96.82%86.27%-
XYZ18.147.9768.29-
YUV58.79218.98156.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 220 (86.33% from 255) = 67.48%
R=30.37%
G=2.15%
B=67.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal9972200.550.9700.14265.9293.8344.51
Hex637DC37610E10a5e2d
Octal14373346714101641213655
Binary1100011111110111001101111100001011101000010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6307DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6307DC; }

 p { color: rgb(99,7,220); }

 H1.HeaderClassName
 {
   color: #6307DC;
 }
 .AnyTagClassName
 {
   color: #6307DC;
 }
</style>
background-color css

<style>
 a { background-color: #6307DC; }

 a { background-color: rgb(99,7,220); }

 div.DivClassName
 {
   background-color: #6307DC;
 }
 .BgClassName
 {
   background-color: #6307DC;
 }
</style>
border-color css

<style>
 span { border-color: #6307DC; }

 span { border-color: rgb(99,7,220); }

 td.TdClassName
 {
   border-color: #6307DC;
 }
 .TagClassName
 {
   border-color: #6307DC;
 }
</style>