Html Css Color HEX #6005FF Electric Indigo

📋 copy color: '#6005FF'

red 96 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #6005FF

Tints of Electric Indigo #6005FF

RGB

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

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

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

R = 26.97%
G = 1.4%
B = 71.63%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6005FF (or 0x6005FF) is known color: Electric Indigo. HEX triplet: 60, 05 and FF. RGB value is (96,5,255). Sum of RGB (Red+Green+Blue) = 96+5+255=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6005FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6005FF is #9FFA00. Grayscale: #3B3B3B. Windows color (decimal): -10484225 or 16713056. OLE color: 16713056.

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

Color convert

RGB 96 5 255 -
CMYK 0.62 0.98 0 0
HSL 261.84º 1% 0.51% -
HSV(B) 261.84º 0.98% 1% -
XYZ 22.93 9.82 95.29 -
YUV 60.71 237.65 153.17 -
System Red Green Blue C M Y K H S L
Decimal 96 5 255 0.62 0.98 0 0 261.84 1 0.51
Hex 60 5 FF 3E 62 0 0 106 64 33
Octal 140 5 377 76 142 0 0 406 144 63
Binary 1100000 101 11111111 111110 1100010 0 0 100000110 1100100 110011

Color Harmonies of #6005FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005FF

Black with #6005FF

Text Example


Text Example

White with #6005FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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