#607599

Color #607599 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #607599

Tints of Waikawa Grey #607599

Color information

#607599 (or 0x607599) is unknown color: approx Waikawa Grey. HEX triplet: 60, 75 and 99. RGB value is (96,117,153). Sum of RGB (Red+Green+Blue) = 96+117+153=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #607599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607599 is #9F8A66. Grayscale: #727272. Windows color (decimal): -10455655 or 10057056. OLE color: 10057056.

HSL color Cylindrical-coordinate representation of color #607599: hue angle of 217.89º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607599 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96117153-
CMYK0.370.2400.4
HSL217.89º22.89%48.82%-
HSV(B)217.89º37.25%60%-
XYZ16.9317.5132.62-
YUV114.83149.54114.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=26.23%
G=31.97%
B=41.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961171530.370.2400.4217.8922.8948.82
Hex6075992518028da1731
Octal14016523145300503322761
Binary11000001110101100110011001011100001010001101101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607599; }

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

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

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

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

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

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

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

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