Html Css Color HEX #6606DE Electric Indigo

📋 copy color: '#6606DE'

red 102 ◦ green 6 ◦ blue 222

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

Shades of Electric Indigo #6606DE

Tints of Electric Indigo #6606DE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 222 (87.11% from 255) = 67.27%

R = 30.91%
G = 1.82%
B = 67.27%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6606DE (or 0x6606DE) is known color: Electric Indigo. HEX triplet: 66, 06 and DE. RGB value is (102,6,222). Sum of RGB (Red+Green+Blue) = 102+6+222=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #6606DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606DE is #99F921. Grayscale: #3A3A3A. Windows color (decimal): -10090786 or 14550630. OLE color: 14550630.

HSL color Cylindrical-coordinate representation of color #6606DE: hue angle of 266.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606DE is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 6 222 -
CMYK 0.54 0.97 0 0.13
HSL 266.67º 0.95% 0.45% -
HSV(B) 266.67º 0.97% 0.87% -
XYZ 18.73 8.23 69.71 -
YUV 59.33 219.8 158.44 -
System Red Green Blue C M Y K H S L
Decimal 102 6 222 0.54 0.97 0 0.13 266.67 0.95 0.45
Hex 66 6 DE 36 61 0 D 10B 5F 2D
Octal 146 6 336 66 141 0 15 413 137 55
Binary 1100110 110 11011110 110110 1100001 0 1101 100001011 1011111 101101

Color Harmonies of #6606DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6606DE

Black with #6606DE

Text Example


Text Example

White with #6606DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6606DE; }

 p { color: rgb(102,6,222); }

 H1.HeaderClassName
 {
   color: #6606DE;
 }
 .AnyTagClassName
 {
   color: #6606DE;
 }
</style>

background-color css

<style>
 a { background-color: #6606DE; }

 a { background-color: rgb(102,6,222); }

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

border-color css

<style>
 span { border-color: #6606DE; }

 span { border-color: rgb(102,6,222); }

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