#600F99

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

Shades of Indigo #600F99

Tints of Indigo #600F99

Color information

#600F99 (or 0x600F99) is unknown color: approx Indigo. HEX triplet: 60, 0F and 99. RGB value is (96,15,153). Sum of RGB (Red+Green+Blue) = 96+15+153=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #600F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600F99 is #9FF066. Grayscale: #363636. Windows color (decimal): -10481767 or 10030944. OLE color: 10030944.

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

Color convert

RGB9615153-
CMYK0.370.9000.4
HSL275.22º82.14%32.94%-
HSV(B)275.22º90.2%60%-
XYZ10.745.1330.56-
YUV54.95183.34157.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=36.36%
G=5.68%
B=57.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96151530.370.9000.4275.2282.1432.94
Hex60F99255A0281135221
Octal140172314513205042312241
Binary1100000111110011001100101101101001010001000100111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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