Html Css Color HEX #6600EA Electric Indigo

📋 copy color: '#6600EA'

red 102 ◦ green 0 ◦ blue 234

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

Shades of Electric Indigo #6600EA

Tints of Electric Indigo #6600EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 30.36%
G = 0%
B = 69.64%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6600EA (or 0x6600EA) is known color: Electric Indigo. HEX triplet: 66, 00 and EA. RGB value is (102,0,234). Sum of RGB (Red+Green+Blue) = 102+0+234=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #6600EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6600EA is #99FF15. Grayscale: #383838. Windows color (decimal): -10092310 or 15335526. OLE color: 15335526.

HSL color Cylindrical-coordinate representation of color #6600EA: hue angle of 266.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600EA is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 0 234 -
CMYK 0.56 1 0 0.08
HSL 266.15º 1% 0.46% -
HSV(B) 266.15º 1% 0.92% -
XYZ 20.33 8.77 78.46 -
YUV 57.17 227.79 159.97 -
System Red Green Blue C M Y K H S L
Decimal 102 0 234 0.56 1 0 0.08 266.15 1 0.46
Hex 66 0 EA 38 64 0 8 10A 64 2E
Octal 146 0 352 70 144 0 10 412 144 56
Binary 1100110 0 11101010 111000 1100100 0 1000 100001010 1100100 101110

Color Harmonies of #6600EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600EA

Black with #6600EA

Text Example


Text Example

White with #6600EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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