#600E99

Color #600E99 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600E99

Tints of Indigo #600E99

Color information

#600E99 (or 0x600E99) is unknown color: approx Indigo. HEX triplet: 60, 0E and 99. RGB value is (96,14,153). Sum of RGB (Red+Green+Blue) = 96+14+153=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #600E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E99 is #9FF166. Grayscale: #353535. Windows color (decimal): -10482023 or 10030688. OLE color: 10030688.

HSL color Cylindrical-coordinate representation of color #600E99: hue angle of 275.4º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600E99 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9614153-
CMYK0.370.9100.4
HSL275.4º83.23%32.75%-
HSV(B)275.4º90.85%60%-
XYZ10.735.130.56-
YUV54.36183.67157.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 14 (5.86% from 255) = 5.32%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=36.50%
G=5.32%
B=58.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96141530.370.9100.4275.483.2332.75
Hex60E99255B0281135321
Octal140162314513305042312341
Binary1100000111010011001100101101101101010001000100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,14,153); }

 H1.HeaderClassName
 {
   color: #600E99;
 }
 .AnyTagClassName
 {
   color: #600E99;
 }
</style>
background-color css

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

 a { background-color: rgb(96,14,153); }

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

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

 span { border-color: rgb(96,14,153); }

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