#60769D

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

Shades of Waikawa Grey #60769D

Tints of Waikawa Grey #60769D

Color information

#60769D (or 0x60769D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 76 and 9D. RGB value is (96,118,157). Sum of RGB (Red+Green+Blue) = 96+118+157=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #60769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60769D is #9F8962. Grayscale: #737373. Windows color (decimal): -10455395 or 10319456. OLE color: 10319456.

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

Color convert

RGB96118157-
CMYK0.390.2500.38
HSL218.36º24.11%49.61%-
HSV(B)218.36º38.85%61.57%-
XYZ17.3917.8834.43-
YUV115.87151.21113.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=25.88%
G=31.81%
B=42.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961181570.390.2500.38218.3624.1149.61
Hex60769D2719026da1832
Octal14016623547310463323062
Binary11000001110110100111011001111100101001101101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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