#60707F

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

Shades of Raven #60707F

Tints of Raven #60707F

Color information

#60707F (or 0x60707F) is unknown color: approx Raven. HEX triplet: 60, 70 and 7F. RGB value is (96,112,127). Sum of RGB (Red+Green+Blue) = 96+112+127=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #60707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60707F is #9F8F80. Grayscale: #6C6C6C. Windows color (decimal): -10456961 or 8351840. OLE color: 8351840.

HSL color Cylindrical-coordinate representation of color #60707F: hue angle of 209.03º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60707F is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96112127-
CMYK0.240.1200.50
HSL209.03º13.9%43.73%-
HSV(B)209.03º24.41%49.8%-
XYZ14.4515.6122.33-
YUV108.93138.2118.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 127 (50% from 255) = 37.91%
R=28.66%
G=33.43%
B=37.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961121270.240.1200.50209.0313.943.73
Hex60707F18C032d1e2c
Octal14016017730140623211654
Binary1100000111000011111111100011000110010110100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,112,127); }

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

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

 a { background-color: rgb(96,112,127); }

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

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

 span { border-color: rgb(96,112,127); }

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