#60867B

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

Shades of Cutty Sark #60867B

Tints of Cutty Sark #60867B

Color information

#60867B (or 0x60867B) is unknown color: approx Cutty Sark. HEX triplet: 60, 86 and 7B. RGB value is (96,134,123). Sum of RGB (Red+Green+Blue) = 96+134+123=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #60867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60867B is #9F7984. Grayscale: #797979. Windows color (decimal): -10451333 or 8095328. OLE color: 8095328.

HSL color Cylindrical-coordinate representation of color #60867B: hue angle of 162.63º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60867B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB96134123-
CMYK0.2800.080.47
HSL162.63º16.52%45.1%-
HSV(B)162.63º28.36%52.55%-
XYZ16.9220.9721.89-
YUV121.38128.91109.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=27.20%
G=37.96%
B=34.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341230.2800.080.47162.6316.5245.1
Hex60867B1C082Fa3112d
Octal14020617334010572432155
Binary110000010000110111101111100010001011111010001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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