Html Css Color HEX #637870 Cutty Sark

📋 copy color: '#637870'

red 99 ◦ green 120 ◦ blue 112

#637870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #637870

Tints of Cutty Sark #637870

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 value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#637870 (or 0x637870) is known color: 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.18%. 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

RGB 99 120 112 -
CMYK 0.17 0 0.07 0.53
HSL 157.14º 0.1% 0.43% -
HSV(B) 157.14º 0.18% 0.47% -
XYZ 14.79 17.26 17.88 -
YUV 112.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 99 120 112 0.17 0 0.07 0.53 157.14 0.1 0.43
Hex 63 78 70 11 0 7 35 9D A 2B
Octal 143 170 160 21 0 7 65 235 12 53
Binary 1100011 1111000 1110000 10001 0 111 110101 10011101 1010 101011

Color Harmonies of #637870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637870

Black with #637870

Text Example


Text Example

White with #637870

Text Example


Text Example

HTML Codes & Css Web 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>