#60697C

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

Shades of Raven #60697C

Tints of Raven #60697C

Color information

#60697C (or 0x60697C) is unknown color: approx Raven. HEX triplet: 60, 69 and 7C. RGB value is (96,105,124). Sum of RGB (Red+Green+Blue) = 96+105+124=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #60697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60697C is #9F9683. Grayscale: #686868. Windows color (decimal): -10458756 or 8153440. OLE color: 8153440.

HSL color Cylindrical-coordinate representation of color #60697C: hue angle of 220.71º 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 #60697C is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96105124-
CMYK0.230.1500.51
HSL220.71º12.73%43.14%-
HSV(B)220.71º22.58%48.63%-
XYZ13.5114.0521.07-
YUV104.48139.02121.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=29.54%
G=32.31%
B=38.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961051240.230.1500.51220.7112.7343.14
Hex60697C17F033ddd2b
Octal14015117427170633351553
Binary1100000110100111111001011111110110011110111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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