#60749E

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

Shades of Waikawa Grey #60749E

Tints of Waikawa Grey #60749E

Color information

#60749E (or 0x60749E) is unknown color: approx Waikawa Grey. HEX triplet: 60, 74 and 9E. RGB value is (96,116,158). Sum of RGB (Red+Green+Blue) = 96+116+158=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #60749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60749E is #9F8B61. Grayscale: #727272. Windows color (decimal): -10455906 or 10384480. OLE color: 10384480.

HSL color Cylindrical-coordinate representation of color #60749E: hue angle of 220.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60749E is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96116158-
CMYK0.390.2700.38
HSL220.65º24.41%49.8%-
HSV(B)220.65º39.24%61.96%-
XYZ17.2417.4534.81-
YUV114.81152.37114.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=25.95%
G=31.35%
B=42.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961161580.390.2700.38220.6524.4149.8
Hex60749E271B026dd1832
Octal14016423647330463353062
Binary11000001110100100111101001111101101001101101110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60749E; }

 p { color: rgb(96,116,158); }

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

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

 a { background-color: rgb(96,116,158); }

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

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

 span { border-color: rgb(96,116,158); }

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