#60697D

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

Shades of Raven #60697D

Tints of Raven #60697D

Color information

#60697D (or 0x60697D) is unknown color: approx Raven. HEX triplet: 60, 69 and 7D. RGB value is (96,105,125). Sum of RGB (Red+Green+Blue) = 96+105+125=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #60697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60697D is #9F9682. Grayscale: #686868. Windows color (decimal): -10458755 or 8218976. OLE color: 8218976.

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

Color convert

RGB96105125-
CMYK0.230.1600.51
HSL221.38º13.12%43.33%-
HSV(B)221.38º23.2%49.02%-
XYZ13.5814.0721.4-
YUV104.59139.52121.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=29.45%
G=32.21%
B=38.34%

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
Decimal961051250.230.1600.51221.3813.1243.33
Hex60697D1710033ddd2b
Octal14015117527200633351553
Binary11000001101001111110110111100000110011110111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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