#607598

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

Shades of Waikawa Grey #607598

Tints of Waikawa Grey #607598

Color information

#607598 (or 0x607598) is unknown color: approx Waikawa Grey. HEX triplet: 60, 75 and 98. RGB value is (96,117,152). Sum of RGB (Red+Green+Blue) = 96+117+152=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #607598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607598 is #9F8A67. Grayscale: #727272. Windows color (decimal): -10455656 or 9991520. OLE color: 9991520.

HSL color Cylindrical-coordinate representation of color #607598: hue angle of 217.5º 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 #607598 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96117152-
CMYK0.370.2300.40
HSL217.5º22.58%48.63%-
HSV(B)217.5º36.84%59.61%-
XYZ16.8517.4832.19-
YUV114.71149.04114.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=26.30%
G=32.05%
B=41.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961171520.370.2300.40217.522.5848.63
Hex6075982517028da1731
Octal14016523045270503322761
Binary11000001110101100110001001011011101010001101101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607598; }

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

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

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

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

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

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

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

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