Html Css Color HEX #637670 Cutty Sark

📋 copy color: '#637670'

red 99 ◦ green 118 ◦ blue 112

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

Shades of Cutty Sark #637670

Tints of Cutty Sark #637670

RGB

 RED value IS 99 (39.06% from 255) = 30.09%

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 30.09%
G = 35.87%
B = 34.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#637670 (or 0x637670) is known color: Cutty Sark. HEX triplet: 63, 76 and 70. RGB value is (99,118,112). Sum of RGB (Red+Green+Blue) = 99+118+112=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #637670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637670 is #9C898F. Grayscale: #6F6F6F. Windows color (decimal): -10258832 or 7370339. OLE color: 7370339.

HSL color Cylindrical-coordinate representation of color #637670: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #637670 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 118 112 -
CMYK 0.16 0 0.05 0.54
HSL 161.05º 0.09% 0.43% -
HSV(B) 161.05º 0.16% 0.46% -
XYZ 14.55 16.78 17.8 -
YUV 111.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 99 118 112 0.16 0 0.05 0.54 161.05 0.09 0.43
Hex 63 76 70 10 0 5 36 A1 9 2B
Octal 143 166 160 20 0 5 66 241 11 53
Binary 1100011 1110110 1110000 10000 0 101 110110 10100001 1001 101011

Color Harmonies of #637670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637670

Black with #637670

Text Example


Text Example

White with #637670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637670; }

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

 H1.HeaderClassName
 {
   color: #637670;
 }
 .AnyTagClassName
 {
   color: #637670;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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