#607198

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

Shades of Waikawa Grey #607198

Tints of Waikawa Grey #607198

Color information

#607198 (or 0x607198) is unknown color: approx Waikawa Grey. HEX triplet: 60, 71 and 98. RGB value is (96,113,152). Sum of RGB (Red+Green+Blue) = 96+113+152=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #607198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607198 is #9F8E67. Grayscale: #707070. Windows color (decimal): -10456680 or 9990496. OLE color: 9990496.

HSL color Cylindrical-coordinate representation of color #607198: hue angle of 221.79º 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 #607198 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96113152-
CMYK0.370.2600.40
HSL221.79º22.58%48.63%-
HSV(B)221.79º36.84%59.61%-
XYZ16.416.5632.04-
YUV112.36150.37116.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=26.59%
G=31.30%
B=42.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961131520.370.2600.40221.7922.5848.63
Hex607198251A028de1731
Octal14016123045320503362761
Binary11000001110001100110001001011101001010001101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607198; }

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

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

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

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

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

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

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

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