Html Css Color HEX #6608EE Electric Indigo

📋 copy color: '#6608EE'

red 102 ◦ green 8 ◦ blue 238

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

Shades of Electric Indigo #6608EE

Tints of Electric Indigo #6608EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

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

R = 29.31%
G = 2.3%
B = 68.39%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6608EE (or 0x6608EE) is known color: 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

RGB 102 8 238 -
CMYK 0.57 0.97 0 0.07
HSL 264.52º 0.93% 0.48% -
HSV(B) 264.52º 0.97% 0.93% -
XYZ 21 9.17 81.55 -
YUV 62.33 227.14 156.3 -
System Red Green Blue C M Y K H S L
Decimal 102 8 238 0.57 0.97 0 0.07 264.52 0.93 0.48
Hex 66 8 EE 39 61 0 7 109 5D 30
Octal 146 10 356 71 141 0 7 411 135 60
Binary 1100110 1000 11101110 111001 1100001 0 111 100001001 1011101 110000

Color Harmonies of #6608EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608EE

Black with #6608EE

Text Example


Text Example

White with #6608EE

Text Example


Text Example

HTML Codes & Css Web 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>