#60847C

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

Shades of Cutty Sark #60847C

Tints of Cutty Sark #60847C

Color information

#60847C (or 0x60847C) is unknown color: approx Cutty Sark. HEX triplet: 60, 84 and 7C. RGB value is (96,132,124). Sum of RGB (Red+Green+Blue) = 96+132+124=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #60847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60847C is #9F7B83. Grayscale: #787878. Windows color (decimal): -10451844 or 8160352. OLE color: 8160352.

HSL color Cylindrical-coordinate representation of color #60847C: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60847C is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB96132124-
CMYK0.2700.060.48
HSL166.67º15.79%44.71%-
HSV(B)166.67º27.27%51.76%-
XYZ16.7120.4422.13-
YUV120.32130.07110.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=27.27%
G=37.5%
B=35.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321240.2700.060.48166.6715.7944.71
Hex60847C1B0630a7102d
Octal1402041743306602472055
Binary11000001000010011111001101101101100001010011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60847C; }

 p { color: rgb(96,132,124); }

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

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

 a { background-color: rgb(96,132,124); }

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

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

 span { border-color: rgb(96,132,124); }

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