#60709B

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

Shades of Waikawa Grey #60709B

Tints of Waikawa Grey #60709B

Color information

#60709B (or 0x60709B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 70 and 9B. RGB value is (96,112,155). Sum of RGB (Red+Green+Blue) = 96+112+155=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #60709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60709B is #9F8F64. Grayscale: #6F6F6F. Windows color (decimal): -10456933 or 10186848. OLE color: 10186848.

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

Color convert

RGB96112155-
CMYK0.380.2800.39
HSL223.73º23.51%49.22%-
HSV(B)223.73º38.06%60.78%-
XYZ16.5316.4433.31-
YUV112.12152.2116.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=26.45%
G=30.85%
B=42.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961121550.380.2800.39223.7323.5149.22
Hex60709B261C027e01831
Octal14016023346340473403061
Binary11000001110000100110111001101110001001111110000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60709B; }

 p { color: rgb(96,112,155); }

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

<style>
 a { background-color: #60709B; }

 a { background-color: rgb(96,112,155); }

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

<style>
 span { border-color: #60709B; }

 span { border-color: rgb(96,112,155); }

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