#607292

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

Shades of Waikawa Grey #607292

Tints of Waikawa Grey #607292

Color information

#607292 (or 0x607292) is unknown color: approx Waikawa Grey. HEX triplet: 60, 72 and 92. RGB value is (96,114,146). Sum of RGB (Red+Green+Blue) = 96+114+146=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #607292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607292 is #9F8D6D. Grayscale: #707070. Windows color (decimal): -10456430 or 9597536. OLE color: 9597536.

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

Color convert

RGB96114146-
CMYK0.340.2200.43
HSL218.4º20.66%47.45%-
HSV(B)218.4º34.25%57.25%-
XYZ16.0316.629.55-
YUV112.27147.04116.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=26.97%
G=32.02%
B=41.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961141460.340.2200.43218.420.6647.45
Hex607292221602Bda152f
Octal14016222242260533322557
Binary11000001110010100100101000101011001010111101101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607292; }

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

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

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

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

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

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

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

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