#637870

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

Shades of Cutty Sark #637870

Tints of Cutty Sark #637870

Color information

#637870 (or 0x637870) is unknown color: approx Cutty Sark. HEX triplet: 63, 78 and 70. RGB value is (99,120,112). Sum of RGB (Red+Green+Blue) = 99+120+112=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #637870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637870 is #9C878F. Grayscale: #707070. Windows color (decimal): -10258320 or 7370851. OLE color: 7370851.

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

Color convert

RGB99120112-
CMYK0.1700.070.53
HSL157.14º9.59%42.94%-
HSV(B)157.14º17.5%47.06%-
XYZ14.7917.2617.88-
YUV112.81127.54118.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=29.91%
G=36.25%
B=33.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991201120.1700.070.53157.149.5942.94
Hex6378701107359da2b
Octal1431701602107652351253
Binary110001111110001110000100010111110101100111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637870; }

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

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

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

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

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

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

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

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