Html Css Color HEX #6005FC Electric Indigo

📋 copy color: '#6005FC'

red 96 ◦ green 5 ◦ blue 252

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

Shades of Electric Indigo #6005FC

Tints of Electric Indigo #6005FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 27.2%
G = 1.42%
B = 71.39%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6005FC (or 0x6005FC) is known color: Electric Indigo. HEX triplet: 60, 05 and FC. RGB value is (96,5,252). Sum of RGB (Red+Green+Blue) = 96+5+252=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #6005FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6005FC is #9FFA03. Grayscale: #3B3B3B. Windows color (decimal): -10484228 or 16516448. OLE color: 16516448.

HSL color Cylindrical-coordinate representation of color #6005FC: hue angle of 262.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6005FC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 5 252 -
CMYK 0.62 0.98 0 0.01
HSL 262.11º 0.98% 0.5% -
HSV(B) 262.11º 0.98% 0.99% -
XYZ 22.45 9.62 92.77 -
YUV 60.37 236.15 153.42 -
System Red Green Blue C M Y K H S L
Decimal 96 5 252 0.62 0.98 0 0.01 262.11 0.98 0.5
Hex 60 5 FC 3E 62 0 1 106 62 32
Octal 140 5 374 76 142 0 1 406 142 62
Binary 1100000 101 11111100 111110 1100010 0 1 100000110 1100010 110010

Color Harmonies of #6005FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005FC

Black with #6005FC

Text Example


Text Example

White with #6005FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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