#607871

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

Shades of Cutty Sark #607871

Tints of Cutty Sark #607871

Color information

#607871 (or 0x607871) is unknown color: approx Cutty Sark. HEX triplet: 60, 78 and 71. RGB value is (96,120,113). Sum of RGB (Red+Green+Blue) = 96+120+113=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #607871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607871 is #9F878E. Grayscale: #707070. Windows color (decimal): -10454927 or 7436384. OLE color: 7436384.

HSL color Cylindrical-coordinate representation of color #607871: hue angle of 162.5º 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 #607871 is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB96120113-
CMYK0.200.060.53
HSL162.5º11.11%42.35%-
HSV(B)162.5º20%47.06%-
XYZ14.5217.1118.16-
YUV112.03128.55116.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=29.18%
G=36.47%
B=34.35%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961201130.200.060.53162.511.1142.35
Hex607871140635a2b2a
Octal1401701612406652421352
Binary110000011110001110001101000110110101101000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607871; }

 p { color: rgb(96,120,113); }

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

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

 a { background-color: rgb(96,120,113); }

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

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

 span { border-color: rgb(96,120,113); }

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