#608079

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

Shades of Cutty Sark #608079

Tints of Cutty Sark #608079

Color information

#608079 (or 0x608079) is unknown color: approx Cutty Sark. HEX triplet: 60, 80 and 79. RGB value is (96,128,121). Sum of RGB (Red+Green+Blue) = 96+128+121=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #608079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608079 is #9F7F86. Grayscale: #757575. Windows color (decimal): -10452871 or 7962720. OLE color: 7962720.

HSL color Cylindrical-coordinate representation of color #608079: hue angle of 166.87º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608079 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB96128121-
CMYK0.2500.050.50
HSL166.87º14.29%43.92%-
HSV(B)166.87º25%50.2%-
XYZ15.9919.3120.97-
YUV117.63129.9112.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=27.83%
G=37.10%
B=35.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961281210.2500.050.50166.8714.2943.92
Hex608079190532a7e2c
Octal1402001713105622471654
Binary1100000100000001111001110010101110010101001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608079; }

 p { color: rgb(96,128,121); }

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

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

 a { background-color: rgb(96,128,121); }

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

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

 span { border-color: rgb(96,128,121); }

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