Html Css Color HEX #607870 Cutty Sark

📋 copy color: '#607870'

red 96 ◦ green 120 ◦ blue 112

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

Shades of Cutty Sark #607870

Tints of Cutty Sark #607870

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

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#607870 (or 0x607870) is known color: 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

RGB 96 120 112 -
CMYK 0.2 0 0.07 0.53
HSL 160º 0.11% 0.42% -
HSV(B) 160º 0.2% 0.47% -
XYZ 14.46 17.09 17.87 -
YUV 111.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 96 120 112 0.2 0 0.07 0.53 160 0.11 0.42
Hex 60 78 70 14 0 7 35 A0 B 2A
Octal 140 170 160 24 0 7 65 240 13 52
Binary 1100000 1111000 1110000 10100 0 111 110101 10100000 1011 101010

Color Harmonies of #607870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607870

Black with #607870

Text Example


Text Example

White with #607870

Text Example


Text Example

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