#607299

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

Shades of Waikawa Grey #607299

Tints of Waikawa Grey #607299

Color information

#607299 (or 0x607299) is unknown color: approx Waikawa Grey. HEX triplet: 60, 72 and 99. RGB value is (96,114,153). Sum of RGB (Red+Green+Blue) = 96+114+153=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #607299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607299 is #9F8D66. Grayscale: #707070. Windows color (decimal): -10456423 or 10056288. OLE color: 10056288.

HSL color Cylindrical-coordinate representation of color #607299: hue angle of 221.05º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607299 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96114153-
CMYK0.370.2500.4
HSL221.05º22.89%48.82%-
HSV(B)221.05º37.25%60%-
XYZ16.5916.8232.51-
YUV113.06150.54115.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=26.45%
G=31.40%
B=42.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961141530.370.2500.4221.0522.8948.82
Hex6072992519028dd1731
Octal14016223145310503352761
Binary11000001110010100110011001011100101010001101110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607299; }

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

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

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

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

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

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

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

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