Html Css Color HEX #6603ED Electric Indigo

📋 copy color: '#6603ED'

red 102 ◦ green 3 ◦ blue 237

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

Shades of Electric Indigo #6603ED

Tints of Electric Indigo #6603ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.3%

R = 29.82%
G = 0.88%
B = 69.3%

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

#6603ED (or 0x6603ED) is known color: Electric Indigo. HEX triplet: 66, 03 and ED. RGB value is (102,3,237). Sum of RGB (Red+Green+Blue) = 102+3+237=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #6603ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6603ED is #99FC12. Grayscale: #3A3A3A. Windows color (decimal): -10091539 or 15532902. OLE color: 15532902.

HSL color Cylindrical-coordinate representation of color #6603ED: hue angle of 265.38º degrees, saturation: 0.98, 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 #6603ED is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 3 237 -
CMYK 0.57 0.99 0 0.07
HSL 265.38º 0.98% 0.47% -
HSV(B) 265.38º 0.99% 0.93% -
XYZ 20.8 9 80.76 -
YUV 59.28 228.3 158.47 -
System Red Green Blue C M Y K H S L
Decimal 102 3 237 0.57 0.99 0 0.07 265.38 0.98 0.47
Hex 66 3 ED 39 63 0 7 109 62 2F
Octal 146 3 355 71 143 0 7 411 142 57
Binary 1100110 11 11101101 111001 1100011 0 111 100001001 1100010 101111

Color Harmonies of #6603ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603ED

Black with #6603ED

Text Example


Text Example

White with #6603ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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