#60827B

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

Shades of Cutty Sark #60827B

Tints of Cutty Sark #60827B

Color information

#60827B (or 0x60827B) is unknown color: approx Cutty Sark. HEX triplet: 60, 82 and 7B. RGB value is (96,130,123). Sum of RGB (Red+Green+Blue) = 96+130+123=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #60827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60827B is #9F7D84. Grayscale: #777777. Windows color (decimal): -10452357 or 8094304. OLE color: 8094304.

HSL color Cylindrical-coordinate representation of color #60827B: hue angle of 167.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60827B is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB96130123-
CMYK0.2600.050.49
HSL167.65º15.04%44.31%-
HSV(B)167.65º26.15%50.98%-
XYZ16.3819.8821.71-
YUV119.04130.24111.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=27.51%
G=37.25%
B=35.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301230.2600.050.49167.6515.0444.31
Hex60827B1A0531a8f2c
Octal1402021733205612501754
Binary1100000100000101111011110100101110001101010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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