Html Css Color HEX #6610EE Electric Indigo

📋 copy color: '#6610EE'

red 102 ◦ green 16 ◦ blue 238

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

Shades of Electric Indigo #6610EE

Tints of Electric Indigo #6610EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 28.65%
G = 4.49%
B = 66.85%

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

#6610EE (or 0x6610EE) is known color: Electric Indigo. HEX triplet: 66, 10 and EE. RGB value is (102,16,238). Sum of RGB (Red+Green+Blue) = 102+16+238=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #6610EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6610EE is #99EF11. Grayscale: #424242. Windows color (decimal): -10088210 or 15601766. OLE color: 15601766.

HSL color Cylindrical-coordinate representation of color #6610EE: hue angle of 263.24º 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 #6610EE is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 16 238 -
CMYK 0.57 0.93 0 0.07
HSL 263.24º 0.87% 0.5% -
HSV(B) 263.24º 0.93% 0.93% -
XYZ 21.1 9.37 81.59 -
YUV 67.02 224.49 152.95 -
System Red Green Blue C M Y K H S L
Decimal 102 16 238 0.57 0.93 0 0.07 263.24 0.87 0.5
Hex 66 10 EE 39 5D 0 7 107 57 32
Octal 146 20 356 71 135 0 7 407 127 62
Binary 1100110 10000 11101110 111001 1011101 0 111 100000111 1010111 110010

Color Harmonies of #6610EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610EE

Black with #6610EE

Text Example


Text Example

White with #6610EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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