#607192

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

Shades of Waikawa Grey #607192

Tints of Waikawa Grey #607192

Color information

#607192 (or 0x607192) is unknown color: approx Waikawa Grey. HEX triplet: 60, 71 and 92. RGB value is (96,113,146). Sum of RGB (Red+Green+Blue) = 96+113+146=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #607192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607192 is #9F8E6D. Grayscale: #6F6F6F. Windows color (decimal): -10456686 or 9597280. OLE color: 9597280.

HSL color Cylindrical-coordinate representation of color #607192: hue angle of 219.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #607192 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96113146-
CMYK0.340.2300.43
HSL219.6º20.66%47.45%-
HSV(B)219.6º34.25%57.25%-
XYZ15.9216.3729.52-
YUV111.68147.37116.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=27.04%
G=31.83%
B=41.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961131460.340.2300.43219.620.6647.45
Hex607192221702Bdc152f
Octal14016122242270533342557
Binary11000001110001100100101000101011101010111101110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607192; }

 p { color: rgb(96,113,146); }

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

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

 a { background-color: rgb(96,113,146); }

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

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

 span { border-color: rgb(96,113,146); }

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