Html Css Color HEX #600FFF Electric Indigo

📋 copy color: '#600FFF'

red 96 ◦ green 15 ◦ blue 255

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

Shades of Electric Indigo #600FFF

Tints of Electric Indigo #600FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

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

R = 26.23%
G = 4.1%
B = 69.67%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#600FFF (or 0x600FFF) is known color: Electric Indigo. HEX triplet: 60, 0F and FF. RGB value is (96,15,255). Sum of RGB (Red+Green+Blue) = 96+15+255=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #600FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FFF is #9FF000. Grayscale: #414141. Windows color (decimal): -10481665 or 16715616. OLE color: 16715616.

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

Color convert

RGB 96 15 255 -
CMYK 0.62 0.94 0 0
HSL 260.25º 1% 0.53% -
HSV(B) 260.25º 0.94% 1% -
XYZ 23.04 10.05 95.33 -
YUV 66.58 234.34 148.99 -
System Red Green Blue C M Y K H S L
Decimal 96 15 255 0.62 0.94 0 0 260.25 1 0.53
Hex 60 F FF 3E 5E 0 0 104 64 35
Octal 140 17 377 76 136 0 0 404 144 65
Binary 1100000 1111 11111111 111110 1011110 0 0 100000100 1100100 110101

Color Harmonies of #600FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FFF

Black with #600FFF

Text Example


Text Example

White with #600FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600FFF; }

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

 H1.HeaderClassName
 {
   color: #600FFF;
 }
 .AnyTagClassName
 {
   color: #600FFF;
 }
</style>

background-color css

<style>
 a { background-color: #600FFF; }

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

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

border-color css

<style>
 span { border-color: #600FFF; }

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

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