#60718F

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

Shades of Waikawa Grey #60718F

Tints of Waikawa Grey #60718F

Color information

#60718F (or 0x60718F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 71 and 8F. RGB value is (96,113,143). Sum of RGB (Red+Green+Blue) = 96+113+143=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #60718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60718F is #9F8E70. Grayscale: #6F6F6F. Windows color (decimal): -10456689 or 9400672. OLE color: 9400672.

HSL color Cylindrical-coordinate representation of color #60718F: hue angle of 218.3º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60718F is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96113143-
CMYK0.330.2100.44
HSL218.3º19.67%46.86%-
HSV(B)218.3º32.87%56.08%-
XYZ15.6916.2828.3-
YUV111.34145.87117.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=27.27%
G=32.10%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961131430.330.2100.44218.319.6746.86
Hex60718F211502Cda142f
Octal14016121741250543322457
Binary11000001110001100011111000011010101011001101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,113,143); }

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

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

 a { background-color: rgb(96,113,143); }

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

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

 span { border-color: rgb(96,113,143); }

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