Html Css Color HEX #6008F6 Electric Indigo

📋 copy color: '#6008F6'

red 96 ◦ green 8 ◦ blue 246

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

Shades of Electric Indigo #6008F6

Tints of Electric Indigo #6008F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 70.29%

R = 27.43%
G = 2.29%
B = 70.29%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6008F6 (or 0x6008F6) is known color: Electric Indigo. HEX triplet: 60, 08 and F6. RGB value is (96,8,246). Sum of RGB (Red+Green+Blue) = 96+8+246=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 246 (96.48% from 255 or 70.29% from 350); Max value from RGB is 246 - color contains mainly: blue. Hex color #6008F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6008F6 is #9FF709. Grayscale: #3C3C3C. Windows color (decimal): -10483466 or 16124000. OLE color: 16124000.

HSL color Cylindrical-coordinate representation of color #6008F6: hue angle of 262.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6008F6 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 8 246 -
CMYK 0.61 0.97 0 0.04
HSL 262.18º 0.94% 0.5% -
HSV(B) 262.18º 0.97% 0.96% -
XYZ 21.55 9.31 87.85 -
YUV 61.44 232.15 152.65 -
System Red Green Blue C M Y K H S L
Decimal 96 8 246 0.61 0.97 0 0.04 262.18 0.94 0.5
Hex 60 8 F6 3D 61 0 4 106 5E 32
Octal 140 10 366 75 141 0 4 406 136 62
Binary 1100000 1000 11110110 111101 1100001 0 100 100000110 1011110 110010

Color Harmonies of #6008F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008F6

Black with #6008F6

Text Example


Text Example

White with #6008F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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