#600E96

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

Shades of Indigo #600E96

Tints of Indigo #600E96

Color information

#600E96 (or 0x600E96) is unknown color: approx Indigo. HEX triplet: 60, 0E and 96. RGB value is (96,14,150). Sum of RGB (Red+Green+Blue) = 96+14+150=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #600E96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E96 is #9FF169. Grayscale: #353535. Windows color (decimal): -10482026 or 9834080. OLE color: 9834080.

HSL color Cylindrical-coordinate representation of color #600E96: hue angle of 276.18º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600E96 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9614150-
CMYK0.360.9100.41
HSL276.18º82.93%32.16%-
HSV(B)276.18º90.67%58.82%-
XYZ10.49529.27-
YUV54.02182.17157.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=36.92%
G=5.38%
B=57.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96141500.360.9100.41276.1882.9332.16
Hex60E96245B0291145320
Octal140162264413305142412340
Binary1100000111010010110100100101101101010011000101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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