#60006F

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

Shades of Indigo #60006F

Tints of Indigo #60006F

Color information

#60006F (or 0x60006F) is unknown color: approx Indigo. HEX triplet: 60, 00 and 6F. RGB value is (96,0,111). Sum of RGB (Red+Green+Blue) = 96+0+111=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #60006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60006F is #9FFF90. Grayscale: #292929. Windows color (decimal): -10485649 or 7274592. OLE color: 7274592.

HSL color Cylindrical-coordinate representation of color #60006F: hue angle of 291.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60006F is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB960111-
CMYK0.14100.56
HSL291.89º100%21.76%-
HSV(B)291.89º100%43.53%-
XYZ7.693.6315.33-
YUV41.36167.3166.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=46.38%
G=0%
B=53.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9601110.14100.56291.8910021.76
Hex6006FE640381246416
Octal14001571614407044414426
Binary110000001101111111011001000111000100100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60006F; }

 p { color: rgb(96,0,111); }

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

<style>
 a { background-color: #60006F; }

 a { background-color: rgb(96,0,111); }

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

<style>
 span { border-color: #60006F; }

 span { border-color: rgb(96,0,111); }

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