#60749F

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

Shades of Waikawa Grey #60749F

Tints of Waikawa Grey #60749F

Color information

#60749F (or 0x60749F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 74 and 9F. RGB value is (96,116,159). Sum of RGB (Red+Green+Blue) = 96+116+159=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #60749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60749F is #9F8B60. Grayscale: #727272. Windows color (decimal): -10455905 or 10450016. OLE color: 10450016.

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

Color convert

RGB96116159-
CMYK0.400.2700.38
HSL220.95º24.71%50%-
HSV(B)220.95º39.62%62.35%-
XYZ17.3317.4835.26-
YUV114.92152.87114.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=25.88%
G=31.27%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961161590.400.2700.38220.9524.7150
Hex60749F281B026dd1932
Octal14016423750330463353162
Binary11000001110100100111111010001101101001101101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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