Html Css Color HEX #6008ED Electric Indigo

📋 copy color: '#6008ED'

red 96 ◦ green 8 ◦ blue 237

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

Shades of Electric Indigo #6008ED

Tints of Electric Indigo #6008ED

RGB

 RED value IS 96 (37.89% from 255) = 28.15%

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

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

R = 28.15%
G = 2.35%
B = 69.5%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6008ED (or 0x6008ED) is known color: Electric Indigo. HEX triplet: 60, 08 and ED. RGB value is (96,8,237). Sum of RGB (Red+Green+Blue) = 96+8+237=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #6008ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6008ED is #9FF712. Grayscale: #3B3B3B. Windows color (decimal): -10483475 or 15534176. OLE color: 15534176.

HSL color Cylindrical-coordinate representation of color #6008ED: hue angle of 263.06º 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 #6008ED is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 8 237 -
CMYK 0.59 0.97 0 0.07
HSL 263.06º 0.93% 0.48% -
HSV(B) 263.06º 0.97% 0.93% -
XYZ 20.2 8.77 80.75 -
YUV 60.42 227.65 153.38 -
System Red Green Blue C M Y K H S L
Decimal 96 8 237 0.59 0.97 0 0.07 263.06 0.93 0.48
Hex 60 8 ED 3B 61 0 7 107 5D 30
Octal 140 10 355 73 141 0 7 407 135 60
Binary 1100000 1000 11101101 111011 1100001 0 111 100000111 1011101 110000

Color Harmonies of #6008ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008ED

Black with #6008ED

Text Example


Text Example

White with #6008ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,8,237); }

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

background-color css

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

 a { background-color: rgb(96,8,237); }

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

border-color css

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

 span { border-color: rgb(96,8,237); }

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