#60847A

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

Shades of Cutty Sark #60847A

Tints of Cutty Sark #60847A

Color information

#60847A (or 0x60847A) is unknown color: approx Cutty Sark. HEX triplet: 60, 84 and 7A. RGB value is (96,132,122). Sum of RGB (Red+Green+Blue) = 96+132+122=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #60847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60847A is #9F7B85. Grayscale: #787878. Windows color (decimal): -10451846 or 8029280. OLE color: 8029280.

HSL color Cylindrical-coordinate representation of color #60847A: hue angle of 163.33º 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 #60847A is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB96132122-
CMYK0.2700.080.48
HSL163.33º15.79%44.71%-
HSV(B)163.33º27.27%51.76%-
XYZ16.5920.3921.47-
YUV120.1129.07110.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=27.43%
G=37.71%
B=34.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321220.2700.080.48163.3315.7944.71
Hex60847A1B0830a3102d
Octal14020417233010602432055
Binary110000010000100111101011011010001100001010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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