Html Css Color HEX #6008DC Electric Indigo

📋 copy color: '#6008DC'

red 96 ◦ green 8 ◦ blue 220

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

Shades of Electric Indigo #6008DC

Tints of Electric Indigo #6008DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 29.63%
G = 2.47%
B = 67.9%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6008DC (or 0x6008DC) is known color: Electric Indigo. HEX triplet: 60, 08 and DC. RGB value is (96,8,220). Sum of RGB (Red+Green+Blue) = 96+8+220=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #6008DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008DC is #9FF723. Grayscale: #393939. Windows color (decimal): -10483492 or 14420064. OLE color: 14420064.

HSL color Cylindrical-coordinate representation of color #6008DC: hue angle of 264.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6008DC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 8 220 -
CMYK 0.56 0.96 0 0.14
HSL 264.91º 0.93% 0.45% -
HSV(B) 264.91º 0.96% 0.86% -
XYZ 17.83 7.83 68.28 -
YUV 58.48 219.15 154.76 -
System Red Green Blue C M Y K H S L
Decimal 96 8 220 0.56 0.96 0 0.14 264.91 0.93 0.45
Hex 60 8 DC 38 60 0 E 109 5D 2D
Octal 140 10 334 70 140 0 16 411 135 55
Binary 1100000 1000 11011100 111000 1100000 0 1110 100001001 1011101 101101

Color Harmonies of #6008DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008DC

Black with #6008DC

Text Example


Text Example

White with #6008DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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