Html Css Color HEX #6610ED Electric Indigo

📋 copy color: '#6610ED'

red 102 ◦ green 16 ◦ blue 237

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

Shades of Electric Indigo #6610ED

Tints of Electric Indigo #6610ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 28.73%
G = 4.51%
B = 66.76%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6610ED (or 0x6610ED) is known color: Electric Indigo. HEX triplet: 66, 10 and ED. RGB value is (102,16,237). Sum of RGB (Red+Green+Blue) = 102+16+237=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #6610ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6610ED is #99EF12. Grayscale: #424242. Windows color (decimal): -10088211 or 15536230. OLE color: 15536230.

HSL color Cylindrical-coordinate representation of color #6610ED: hue angle of 263.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6610ED is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 16 237 -
CMYK 0.57 0.93 0 0.07
HSL 263.35º 0.87% 0.5% -
HSV(B) 263.35º 0.93% 0.93% -
XYZ 20.95 9.31 80.81 -
YUV 66.91 223.99 153.03 -
System Red Green Blue C M Y K H S L
Decimal 102 16 237 0.57 0.93 0 0.07 263.35 0.87 0.5
Hex 66 10 ED 39 5D 0 7 107 57 32
Octal 146 20 355 71 135 0 7 407 127 62
Binary 1100110 10000 11101101 111001 1011101 0 111 100000111 1010111 110010

Color Harmonies of #6610ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610ED

Black with #6610ED

Text Example


Text Example

White with #6610ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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