#60769F

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

Shades of Waikawa Grey #60769F

Tints of Waikawa Grey #60769F

Color information

#60769F (or 0x60769F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 76 and 9F. RGB value is (96,118,159). Sum of RGB (Red+Green+Blue) = 96+118+159=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #60769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60769F is #9F8960. Grayscale: #737373. Windows color (decimal): -10455393 or 10450528. OLE color: 10450528.

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

Color convert

RGB96118159-
CMYK0.400.2600.38
HSL219.05º24.71%50%-
HSV(B)219.05º39.62%62.35%-
XYZ17.5617.9535.34-
YUV116.1152.21113.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=25.74%
G=31.64%
B=42.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961181590.400.2600.38219.0524.7150
Hex60769F281A026db1932
Octal14016623750320463333162
Binary11000001110110100111111010001101001001101101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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