Html Css Color HEX #6608EB Electric Indigo

📋 copy color: '#6608EB'

red 102 ◦ green 8 ◦ blue 235

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

Shades of Electric Indigo #6608EB

Tints of Electric Indigo #6608EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 29.57%
G = 2.32%
B = 68.12%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6608EB (or 0x6608EB) is known color: Electric Indigo. HEX triplet: 66, 08 and EB. RGB value is (102,8,235). Sum of RGB (Red+Green+Blue) = 102+8+235=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #6608EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6608EB is #99F714. Grayscale: #3D3D3D. Windows color (decimal): -10090261 or 15403110. OLE color: 15403110.

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

Color convert

RGB 102 8 235 -
CMYK 0.57 0.97 0 0.08
HSL 264.85º 0.93% 0.48% -
HSV(B) 264.85º 0.97% 0.92% -
XYZ 20.56 9 79.25 -
YUV 61.98 225.64 156.54 -
System Red Green Blue C M Y K H S L
Decimal 102 8 235 0.57 0.97 0 0.08 264.85 0.93 0.48
Hex 66 8 EB 39 61 0 8 109 5D 30
Octal 146 10 353 71 141 0 10 411 135 60
Binary 1100110 1000 11101011 111001 1100001 0 1000 100001001 1011101 110000

Color Harmonies of #6608EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608EB

Black with #6608EB

Text Example


Text Example

White with #6608EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6608EB;
 }
 .AnyTagClassName
 {
   color: #6608EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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