Html Css Color HEX #6600DF Electric Indigo

📋 copy color: '#6600DF'

red 102 ◦ green 0 ◦ blue 223

#6600DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6600DF

Tints of Electric Indigo #6600DF

RGB

 RED value IS 102 (40.23% from 255) = 31.38%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 31.38%
G = 0%
B = 68.62%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6600DF (or 0x6600DF) is known color: Electric Indigo. HEX triplet: 66, 00 and DF. RGB value is (102,0,223). Sum of RGB (Red+Green+Blue) = 102+0+223=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #6600DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600DF is #99FF20. Grayscale: #373737. Windows color (decimal): -10092321 or 14614630. OLE color: 14614630.

HSL color Cylindrical-coordinate representation of color #6600DF: hue angle of 267.44º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600DF is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 0 223 -
CMYK 0.54 1 0 0.13
HSL 267.44º 1% 0.44% -
HSV(B) 267.44º 1% 0.87% -
XYZ 18.8 8.15 70.39 -
YUV 55.92 222.29 160.87 -
System Red Green Blue C M Y K H S L
Decimal 102 0 223 0.54 1 0 0.13 267.44 1 0.44
Hex 66 0 DF 36 64 0 D 10B 64 2C
Octal 146 0 337 66 144 0 15 413 144 54
Binary 1100110 0 11011111 110110 1100100 0 1101 100001011 1100100 101100

Color Harmonies of #6600DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600DF

Black with #6600DF

Text Example


Text Example

White with #6600DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6600DF; }

 p { color: rgb(102,0,223); }

 H1.HeaderClassName
 {
   color: #6600DF;
 }
 .AnyTagClassName
 {
   color: #6600DF;
 }
</style>

background-color css

<style>
 a { background-color: #6600DF; }

 a { background-color: rgb(102,0,223); }

 div.DivClassName
 {
   background-color: #6600DF;
 }
 .BgClassName
 {
   background-color: #6600DF;
 }
</style>

border-color css

<style>
 span { border-color: #6600DF; }

 span { border-color: rgb(102,0,223); }

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