#607870

Color #607870 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #607870

Tints of Cutty Sark #607870

Color information

#607870 (or 0x607870) is unknown color: approx Cutty Sark. HEX triplet: 60, 78 and 70. RGB value is (96,120,112). Sum of RGB (Red+Green+Blue) = 96+120+112=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #607870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607870 is #9F878F. Grayscale: #6F6F6F. Windows color (decimal): -10454928 or 7370848. OLE color: 7370848.

HSL color Cylindrical-coordinate representation of color #607870: hue angle of 160º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607870 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB96120112-
CMYK0.200.070.53
HSL160º11.11%42.35%-
HSV(B)160º20%47.06%-
XYZ14.4617.0917.87-
YUV111.91128.05116.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=29.27%
G=36.59%
B=34.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961201120.200.070.5316011.1142.35
Hex607870140735a0b2a
Octal1401701602407652401352
Binary110000011110001110000101000111110101101000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607870; }

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

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

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

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

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

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

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

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