Html Css Color HEX #627670 Cutty Sark

📋 copy color: '#627670'

red 98 ◦ green 118 ◦ blue 112

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

Shades of Cutty Sark #627670

Tints of Cutty Sark #627670

RGB

 RED value IS 98 (38.67% from 255) = 29.88%

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

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

R = 29.88%
G = 35.98%
B = 34.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#627670 (or 0x627670) is known color: Cutty Sark. HEX triplet: 62, 76 and 70. RGB value is (98,118,112). Sum of RGB (Red+Green+Blue) = 98+118+112=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #627670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627670 is #9D898F. Grayscale: #6F6F6F. Windows color (decimal): -10324368 or 7370338. OLE color: 7370338.

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

Color convert

RGB 98 118 112 -
CMYK 0.17 0 0.05 0.54
HSL 162º 0.09% 0.42% -
HSV(B) 162º 0.17% 0.46% -
XYZ 14.44 16.72 17.8 -
YUV 111.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 98 118 112 0.17 0 0.05 0.54 162 0.09 0.42
Hex 62 76 70 11 0 5 36 A2 9 2A
Octal 142 166 160 21 0 5 66 242 11 52
Binary 1100010 1110110 1110000 10001 0 101 110110 10100010 1001 101010

Color Harmonies of #627670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627670

Black with #627670

Text Example


Text Example

White with #627670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627670; }

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

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

background-color css

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

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

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

border-color css

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

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

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