#608475

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

Shades of Cutty Sark #608475

Tints of Cutty Sark #608475

Color information

#608475 (or 0x608475) is unknown color: approx Cutty Sark. HEX triplet: 60, 84 and 75. RGB value is (96,132,117). Sum of RGB (Red+Green+Blue) = 96+132+117=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #608475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608475 is #9F7B8A. Grayscale: #777777. Windows color (decimal): -10451851 or 7701600. OLE color: 7701600.

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

Color convert

RGB96132117-
CMYK0.2700.110.48
HSL155º15.79%44.71%-
HSV(B)155º27.27%51.76%-
XYZ16.2920.2719.88-
YUV119.53126.57111.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=27.83%
G=38.26%
B=33.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321170.2700.110.4815515.7944.71
Hex6084751B0B309b102d
Octal14020416533013602332055
Binary110000010000100111010111011010111100001001101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608475; }

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

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

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

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

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

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

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

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