Html Css Color HEX #6603EC Electric Indigo

📋 copy color: '#6603EC'

red 102 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #6603EC

Tints of Electric Indigo #6603EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 29.91%
G = 0.88%
B = 69.21%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6603EC (or 0x6603EC) is known color: Electric Indigo. HEX triplet: 66, 03 and EC. RGB value is (102,3,236). Sum of RGB (Red+Green+Blue) = 102+3+236=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #6603EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6603EC is #99FC13. Grayscale: #3A3A3A. Windows color (decimal): -10091540 or 15467366. OLE color: 15467366.

HSL color Cylindrical-coordinate representation of color #6603EC: hue angle of 265.49º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603EC is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 3 236 -
CMYK 0.57 0.99 0 0.07
HSL 265.49º 0.97% 0.47% -
HSV(B) 265.49º 0.99% 0.93% -
XYZ 20.65 8.95 80 -
YUV 59.16 227.8 158.55 -
System Red Green Blue C M Y K H S L
Decimal 102 3 236 0.57 0.99 0 0.07 265.49 0.97 0.47
Hex 66 3 EC 39 63 0 7 109 61 2F
Octal 146 3 354 71 143 0 7 411 141 57
Binary 1100110 11 11101100 111001 1100011 0 111 100001001 1100001 101111

Color Harmonies of #6603EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603EC

Black with #6603EC

Text Example


Text Example

White with #6603EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6603EC; }

 p { color: rgb(102,3,236); }

 H1.HeaderClassName
 {
   color: #6603EC;
 }
 .AnyTagClassName
 {
   color: #6603EC;
 }
</style>

background-color css

<style>
 a { background-color: #6603EC; }

 a { background-color: rgb(102,3,236); }

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

border-color css

<style>
 span { border-color: #6603EC; }

 span { border-color: rgb(102,3,236); }

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