#607095

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

Shades of Waikawa Grey #607095

Tints of Waikawa Grey #607095

Color information

#607095 (or 0x607095) is unknown color: approx Waikawa Grey. HEX triplet: 60, 70 and 95. RGB value is (96,112,149). Sum of RGB (Red+Green+Blue) = 96+112+149=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #607095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607095 is #9F8F6A. Grayscale: #6F6F6F. Windows color (decimal): -10456939 or 9793632. OLE color: 9793632.

HSL color Cylindrical-coordinate representation of color #607095: hue angle of 221.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #607095 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96112149-
CMYK0.360.2500.42
HSL221.89º21.63%48.04%-
HSV(B)221.89º35.57%58.43%-
XYZ16.0416.2530.72-
YUV111.43149.2116.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=26.89%
G=31.37%
B=41.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961121490.360.2500.42221.8921.6348.04
Hex607095241902Ade1630
Octal14016022544310523362660
Binary11000001110000100101011001001100101010101101111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607095; }

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

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

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

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

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

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

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

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