#60789D

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

Shades of Waikawa Grey #60789D

Tints of Waikawa Grey #60789D

Color information

#60789D (or 0x60789D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 78 and 9D. RGB value is (96,120,157). Sum of RGB (Red+Green+Blue) = 96+120+157=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #60789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60789D is #9F8762. Grayscale: #747474. Windows color (decimal): -10454883 or 10319968. OLE color: 10319968.

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

Color convert

RGB96120157-
CMYK0.390.2400.38
HSL216.39º24.11%49.61%-
HSV(B)216.39º38.85%61.57%-
XYZ17.6318.3534.51-
YUV117.04150.55112.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=25.74%
G=32.17%
B=42.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961201570.390.2400.38216.3924.1149.61
Hex60789D2718026d81832
Octal14017023547300463303062
Binary11000001111000100111011001111100001001101101100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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