#607698

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

Shades of Waikawa Grey #607698

Tints of Waikawa Grey #607698

Color information

#607698 (or 0x607698) is unknown color: approx Waikawa Grey. HEX triplet: 60, 76 and 98. RGB value is (96,118,152). Sum of RGB (Red+Green+Blue) = 96+118+152=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #607698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607698 is #9F8967. Grayscale: #737373. Windows color (decimal): -10455400 or 9991776. OLE color: 9991776.

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

Color convert

RGB96118152-
CMYK0.370.2200.40
HSL216.43º22.58%48.63%-
HSV(B)216.43º36.84%59.61%-
XYZ16.9717.7132.23-
YUV115.3148.71114.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=26.23%
G=32.24%
B=41.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961181520.370.2200.40216.4322.5848.63
Hex6076982516028d81731
Octal14016623045260503302761
Binary11000001110110100110001001011011001010001101100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607698; }

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

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

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

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

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

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

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

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