#60789C

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

Shades of Waikawa Grey #60789C

Tints of Waikawa Grey #60789C

Color information

#60789C (or 0x60789C) is unknown color: approx Waikawa Grey. HEX triplet: 60, 78 and 9C. RGB value is (96,120,156). Sum of RGB (Red+Green+Blue) = 96+120+156=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #60789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60789C is #9F8763. Grayscale: #747474. Windows color (decimal): -10454884 or 10254432. OLE color: 10254432.

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

Color convert

RGB96120156-
CMYK0.380.2300.39
HSL216º23.81%49.41%-
HSV(B)216º38.46%61.18%-
XYZ17.5418.3234.06-
YUV116.93150.05113.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=25.81%
G=32.26%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961201560.380.2300.3921623.8149.41
Hex60789C2617027d81831
Octal14017023446270473303061
Binary11000001111000100111001001101011101001111101100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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