#60847B

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

Shades of Cutty Sark #60847B

Tints of Cutty Sark #60847B

Color information

#60847B (or 0x60847B) is unknown color: approx Cutty Sark. HEX triplet: 60, 84 and 7B. RGB value is (96,132,123). Sum of RGB (Red+Green+Blue) = 96+132+123=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #60847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60847B is #9F7B84. Grayscale: #787878. Windows color (decimal): -10451845 or 8094816. OLE color: 8094816.

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

Color convert

RGB96132123-
CMYK0.2700.070.48
HSL165º15.79%44.71%-
HSV(B)165º27.27%51.76%-
XYZ16.6520.4221.8-
YUV120.21129.57110.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=27.35%
G=37.61%
B=35.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321230.2700.070.4816515.7944.71
Hex60847B1B0730a5102d
Octal1402041733307602452055
Binary11000001000010011110111101101111100001010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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