Html Css Color HEX #6005FD Electric Indigo

📋 copy color: '#6005FD'

red 96 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #6005FD

Tints of Electric Indigo #6005FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.47%

R = 27.12%
G = 1.41%
B = 71.47%

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

#6005FD (or 0x6005FD) is known color: Electric Indigo. HEX triplet: 60, 05 and FD. RGB value is (96,5,253). Sum of RGB (Red+Green+Blue) = 96+5+253=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #6005FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6005FD is #9FFA02. Grayscale: #3B3B3B. Windows color (decimal): -10484227 or 16581984. OLE color: 16581984.

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

Color convert

RGB 96 5 253 -
CMYK 0.62 0.98 0 0.01
HSL 262.02º 0.98% 0.51% -
HSV(B) 262.02º 0.98% 0.99% -
XYZ 22.61 9.69 93.61 -
YUV 60.48 236.65 153.33 -
System Red Green Blue C M Y K H S L
Decimal 96 5 253 0.62 0.98 0 0.01 262.02 0.98 0.51
Hex 60 5 FD 3E 62 0 1 106 62 33
Octal 140 5 375 76 142 0 1 406 142 63
Binary 1100000 101 11111101 111110 1100010 0 1 100000110 1100010 110011

Color Harmonies of #6005FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005FD

Black with #6005FD

Text Example


Text Example

White with #6005FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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