#6608EE

Color #6608EE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6608EE

Tints of Electric Indigo #6608EE

Color information

#6608EE (or 0x6608EE) is unknown color: approx Electric Indigo. HEX triplet: 66, 08 and EE. RGB value is (102,8,238). Sum of RGB (Red+Green+Blue) = 102+8+238=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #6608EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6608EE is #99F711. Grayscale: #3D3D3D. Windows color (decimal): -10090258 or 15599718. OLE color: 15599718.

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

Color convert

RGB1028238-
CMYK0.570.9700.07
HSL264.52º93.5%48.24%-
HSV(B)264.52º96.64%93.33%-
XYZ219.1781.55-
YUV62.33227.14156.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 8 (3.52% from 255) = 2.30%
BLUE value IS 238 (93.36% from 255) = 68.39%
R=29.31%
G=2.30%
B=68.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10282380.570.9700.07264.5293.548.24
Hex668EE3961071095d30
Octal14610356711410741113560
Binary1100110100011101110111001110000101111000010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6608EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6608EE;
 }
 .AnyTagClassName
 {
   color: #6608EE;
 }
</style>
background-color css

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

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

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

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

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

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