#607092

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

Shades of Waikawa Grey #607092

Tints of Waikawa Grey #607092

Color information

#607092 (or 0x607092) is unknown color: approx Waikawa Grey. HEX triplet: 60, 70 and 92. RGB value is (96,112,146). Sum of RGB (Red+Green+Blue) = 96+112+146=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #607092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607092 is #9F8F6D. Grayscale: #6E6E6E. Windows color (decimal): -10456942 or 9597024. OLE color: 9597024.

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

Color convert

RGB96112146-
CMYK0.340.2300.43
HSL220.8º20.66%47.45%-
HSV(B)220.8º34.25%57.25%-
XYZ15.8116.1529.48-
YUV111.09147.7117.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=27.12%
G=31.64%
B=41.24%

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
Decimal961121460.340.2300.43220.820.6647.45
Hex607092221702Bdd152f
Octal14016022242270533352557
Binary11000001110000100100101000101011101010111101110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607092; }

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

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

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

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

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

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

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

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