#607191

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

Shades of Waikawa Grey #607191

Tints of Waikawa Grey #607191

Color information

#607191 (or 0x607191) is unknown color: approx Waikawa Grey. HEX triplet: 60, 71 and 91. RGB value is (96,113,145). Sum of RGB (Red+Green+Blue) = 96+113+145=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #607191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607191 is #9F8E6E. Grayscale: #6F6F6F. Windows color (decimal): -10456687 or 9531744. OLE color: 9531744.

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

Color convert

RGB96113145-
CMYK0.340.2200.43
HSL219.18º20.33%47.25%-
HSV(B)219.18º33.79%56.86%-
XYZ15.8416.3429.11-
YUV111.56146.87116.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=27.12%
G=31.92%
B=40.96%

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
Decimal961131450.340.2200.43219.1820.3347.25
Hex607191221602Bdb142f
Octal14016122142260533332457
Binary11000001110001100100011000101011001010111101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607191; }

 p { color: rgb(96,113,145); }

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

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

 a { background-color: rgb(96,113,145); }

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

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

 span { border-color: rgb(96,113,145); }

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