Html Css Color HEX #6008FF Electric Indigo

📋 copy color: '#6008FF'

red 96 ◦ green 8 ◦ blue 255

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

Shades of Electric Indigo #6008FF

Tints of Electric Indigo #6008FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.03%

R = 26.74%
G = 2.23%
B = 71.03%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6008FF (or 0x6008FF) is known color: Electric Indigo. HEX triplet: 60, 08 and FF. RGB value is (96,8,255). Sum of RGB (Red+Green+Blue) = 96+8+255=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6008FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6008FF is #9FF700. Grayscale: #3D3D3D. Windows color (decimal): -10483457 or 16713824. OLE color: 16713824.

HSL color Cylindrical-coordinate representation of color #6008FF: hue angle of 261.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6008FF is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 8 255 -
CMYK 0.62 0.97 0 0
HSL 261.38º 1% 0.52% -
HSV(B) 261.38º 0.97% 1% -
XYZ 22.96 9.88 95.3 -
YUV 62.47 236.65 151.92 -
System Red Green Blue C M Y K H S L
Decimal 96 8 255 0.62 0.97 0 0 261.38 1 0.52
Hex 60 8 FF 3E 61 0 0 105 64 34
Octal 140 10 377 76 141 0 0 405 144 64
Binary 1100000 1000 11111111 111110 1100001 0 0 100000101 1100100 110100

Color Harmonies of #6008FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008FF

Black with #6008FF

Text Example


Text Example

White with #6008FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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