Html Css Color HEX #6600EB Electric Indigo

📋 copy color: '#6600EB'

red 102 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #6600EB

Tints of Electric Indigo #6600EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.73%

R = 30.27%
G = 0%
B = 69.73%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6600EB (or 0x6600EB) is known color: Electric Indigo. HEX triplet: 66, 00 and EB. RGB value is (102,0,235). Sum of RGB (Red+Green+Blue) = 102+0+235=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #6600EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6600EB is #99FF14. Grayscale: #383838. Windows color (decimal): -10092309 or 15401062. OLE color: 15401062.

HSL color Cylindrical-coordinate representation of color #6600EB: hue angle of 266.04º 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 #6600EB is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 0 235 -
CMYK 0.57 1 0 0.08
HSL 266.04º 1% 0.46% -
HSV(B) 266.04º 1% 0.92% -
XYZ 20.47 8.82 79.22 -
YUV 57.29 228.29 159.89 -
System Red Green Blue C M Y K H S L
Decimal 102 0 235 0.57 1 0 0.08 266.04 1 0.46
Hex 66 0 EB 39 64 0 8 10A 64 2E
Octal 146 0 353 71 144 0 10 412 144 56
Binary 1100110 0 11101011 111001 1100100 0 1000 100001010 1100100 101110

Color Harmonies of #6600EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600EB

Black with #6600EB

Text Example


Text Example

White with #6600EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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