#607590

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

Shades of Waikawa Grey #607590

Tints of Waikawa Grey #607590

Color information

#607590 (or 0x607590) is unknown color: approx Waikawa Grey. HEX triplet: 60, 75 and 90. RGB value is (96,117,144). Sum of RGB (Red+Green+Blue) = 96+117+144=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #607590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607590 is #9F8A6F. Grayscale: #717171. Windows color (decimal): -10455664 or 9467232. OLE color: 9467232.

HSL color Cylindrical-coordinate representation of color #607590: hue angle of 213.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607590 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96117144-
CMYK0.330.1900.44
HSL213.75º20%47.06%-
HSV(B)213.75º33.33%56.47%-
XYZ16.2217.2228.86-
YUV113.8145.04115.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=26.89%
G=32.77%
B=40.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961171440.330.1900.44213.752047.06
Hex607590211302Cd6142f
Octal14016522041230543262457
Binary11000001110101100100001000011001101011001101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607590; }

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

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

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

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

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

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

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

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