Html Css Color HEX #6005F8 Electric Indigo

📋 copy color: '#6005F8'

red 96 ◦ green 5 ◦ blue 248

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

Shades of Electric Indigo #6005F8

Tints of Electric Indigo #6005F8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 248 (97.27% from 255) = 71.06%

R = 27.51%
G = 1.43%
B = 71.06%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6005F8 (or 0x6005F8) is known color: Electric Indigo. HEX triplet: 60, 05 and F8. RGB value is (96,5,248). Sum of RGB (Red+Green+Blue) = 96+5+248=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 248 (97.27% from 255 or 71.06% from 349); Max value from RGB is 248 - color contains mainly: blue. Hex color #6005F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6005F8 is #9FFA07. Grayscale: #3B3B3B. Windows color (decimal): -10484232 or 16254304. OLE color: 16254304.

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

Color convert

RGB 96 5 248 -
CMYK 0.61 0.98 0 0.03
HSL 262.47º 0.96% 0.5% -
HSV(B) 262.47º 0.98% 0.97% -
XYZ 21.82 9.37 89.47 -
YUV 59.91 234.15 153.74 -
System Red Green Blue C M Y K H S L
Decimal 96 5 248 0.61 0.98 0 0.03 262.47 0.96 0.5
Hex 60 5 F8 3D 62 0 3 106 60 32
Octal 140 5 370 75 142 0 3 406 140 62
Binary 1100000 101 11111000 111101 1100010 0 11 100000110 1100000 110010

Color Harmonies of #6005F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005F8

Black with #6005F8

Text Example


Text Example

White with #6005F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6005F8; }

 p { color: rgb(96,5,248); }

 H1.HeaderClassName
 {
   color: #6005F8;
 }
 .AnyTagClassName
 {
   color: #6005F8;
 }
</style>

background-color css

<style>
 a { background-color: #6005F8; }

 a { background-color: rgb(96,5,248); }

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

border-color css

<style>
 span { border-color: #6005F8; }

 span { border-color: rgb(96,5,248); }

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