#60749D

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

Shades of Waikawa Grey #60749D

Tints of Waikawa Grey #60749D

Color information

#60749D (or 0x60749D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 74 and 9D. RGB value is (96,116,157). Sum of RGB (Red+Green+Blue) = 96+116+157=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #60749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60749D is #9F8B62. Grayscale: #727272. Windows color (decimal): -10455907 or 10318944. OLE color: 10318944.

HSL color Cylindrical-coordinate representation of color #60749D: hue angle of 220.33º 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 #60749D is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96116157-
CMYK0.390.2600.38
HSL220.33º24.11%49.61%-
HSV(B)220.33º38.85%61.57%-
XYZ17.1617.4134.35-
YUV114.69151.87114.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=26.02%
G=31.44%
B=42.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961161570.390.2600.38220.3324.1149.61
Hex60749D271A026dc1832
Octal14016423547320463343062
Binary11000001110100100111011001111101001001101101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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