#607593

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

Shades of Waikawa Grey #607593

Tints of Waikawa Grey #607593

Color information

#607593 (or 0x607593) is unknown color: approx Waikawa Grey. HEX triplet: 60, 75 and 93. RGB value is (96,117,147). Sum of RGB (Red+Green+Blue) = 96+117+147=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #607593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607593 is #9F8A6C. Grayscale: #727272. Windows color (decimal): -10455661 or 9663840. OLE color: 9663840.

HSL color Cylindrical-coordinate representation of color #607593: hue angle of 215.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607593 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96117147-
CMYK0.350.2000.42
HSL215.29º20.99%47.65%-
HSV(B)215.29º34.69%57.65%-
XYZ16.4517.3230.08-
YUV114.14146.54115.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=26.67%
G=32.5%
B=40.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961171470.350.2000.42215.2920.9947.65
Hex607593231402Ad71530
Octal14016522343240523272560
Binary11000001110101100100111000111010001010101101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607593; }

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

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

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

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

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

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

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

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