#60759C

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

Shades of Waikawa Grey #60759C

Tints of Waikawa Grey #60759C

Color information

#60759C (or 0x60759C) is unknown color: approx Waikawa Grey. HEX triplet: 60, 75 and 9C. RGB value is (96,117,156). Sum of RGB (Red+Green+Blue) = 96+117+156=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #60759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60759C is #9F8A63. Grayscale: #727272. Windows color (decimal): -10455652 or 10253664. OLE color: 10253664.

HSL color Cylindrical-coordinate representation of color #60759C: hue angle of 219º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60759C is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96117156-
CMYK0.380.2500.39
HSL219º23.81%49.41%-
HSV(B)219º38.46%61.18%-
XYZ17.1917.6133.95-
YUV115.17151.04114.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=26.02%
G=31.71%
B=42.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961171560.380.2500.3921923.8149.41
Hex60759C2619027db1831
Octal14016523446310473333061
Binary11000001110101100111001001101100101001111101101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60759C; }

 p { color: rgb(96,117,156); }

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

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

 a { background-color: rgb(96,117,156); }

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

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

 span { border-color: rgb(96,117,156); }

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