Html Css Color HEX #6008F3 Electric Indigo

📋 copy color: '#6008F3'

red 96 ◦ green 8 ◦ blue 243

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

Shades of Electric Indigo #6008F3

Tints of Electric Indigo #6008F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.03%

R = 27.67%
G = 2.31%
B = 70.03%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6008F3 (or 0x6008F3) is known color: Electric Indigo. HEX triplet: 60, 08 and F3. RGB value is (96,8,243). Sum of RGB (Red+Green+Blue) = 96+8+243=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 243 (95.31% from 255 or 70.03% from 347); Max value from RGB is 243 - color contains mainly: blue. Hex color #6008F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6008F3 is #9FF70C. Grayscale: #3C3C3C. Windows color (decimal): -10483469 or 15927392. OLE color: 15927392.

HSL color Cylindrical-coordinate representation of color #6008F3: hue angle of 262.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6008F3 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 8 243 -
CMYK 0.60 0.97 0 0.05
HSL 262.47º 0.94% 0.49% -
HSV(B) 262.47º 0.97% 0.95% -
XYZ 21.09 9.13 85.45 -
YUV 61.1 230.65 152.89 -
System Red Green Blue C M Y K H S L
Decimal 96 8 243 0.60 0.97 0 0.05 262.47 0.94 0.49
Hex 60 8 F3 3C 61 0 5 106 5E 31
Octal 140 10 363 74 141 0 5 406 136 61
Binary 1100000 1000 11110011 111100 1100001 0 101 100000110 1011110 110001

Color Harmonies of #6008F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008F3

Black with #6008F3

Text Example


Text Example

White with #6008F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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