#60687C

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

Shades of Raven #60687C

Tints of Raven #60687C

Color information

#60687C (or 0x60687C) is unknown color: approx Raven. HEX triplet: 60, 68 and 7C. RGB value is (96,104,124). Sum of RGB (Red+Green+Blue) = 96+104+124=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #60687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60687C is #9F9783. Grayscale: #676767. Windows color (decimal): -10459012 or 8153184. OLE color: 8153184.

HSL color Cylindrical-coordinate representation of color #60687C: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60687C is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96104124-
CMYK0.230.1600.51
HSL222.86º12.73%43.14%-
HSV(B)222.86º22.58%48.63%-
XYZ13.4113.8421.03-
YUV103.89139.35122.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=29.63%
G=32.10%
B=38.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961041240.230.1600.51222.8612.7343.14
Hex60687C1710033dfd2b
Octal14015017427200633371553
Binary11000001101000111110010111100000110011110111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60687C; }

 p { color: rgb(96,104,124); }

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

<style>
 a { background-color: #60687C; }

 a { background-color: rgb(96,104,124); }

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

<style>
 span { border-color: #60687C; }

 span { border-color: rgb(96,104,124); }

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