#607A9F

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

Shades of Waikawa Grey #607A9F

Tints of Waikawa Grey #607A9F

Color information

#607A9F (or 0x607A9F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 7A and 9F. RGB value is (96,122,159). Sum of RGB (Red+Green+Blue) = 96+122+159=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #607A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A9F is #9F8560. Grayscale: #767676. Windows color (decimal): -10454369 or 10451552. OLE color: 10451552.

HSL color Cylindrical-coordinate representation of color #607A9F: hue angle of 215.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607A9F is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96122159-
CMYK0.400.2300.38
HSL215.24º24.71%50%-
HSV(B)215.24º39.62%62.35%-
XYZ18.0418.9135.5-
YUV118.44150.89111.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=25.46%
G=32.36%
B=42.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961221590.400.2300.38215.2424.7150
Hex607A9F2817026d71932
Octal14017223750270463273162
Binary11000001111010100111111010001011101001101101011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607A9F; }

 p { color: rgb(96,122,159); }

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

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

 a { background-color: rgb(96,122,159); }

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

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

 span { border-color: rgb(96,122,159); }

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