#60718B

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

Shades of Waikawa Grey #60718B

Tints of Waikawa Grey #60718B

Color information

#60718B (or 0x60718B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 71 and 8B. RGB value is (96,113,139). Sum of RGB (Red+Green+Blue) = 96+113+139=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #60718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60718B is #9F8E74. Grayscale: #6E6E6E. Windows color (decimal): -10456693 or 9138528. OLE color: 9138528.

HSL color Cylindrical-coordinate representation of color #60718B: hue angle of 216.28º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60718B is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96113139-
CMYK0.310.1900.45
HSL216.28º18.3%46.08%-
HSV(B)216.28º30.94%54.51%-
XYZ15.3916.1626.73-
YUV110.88143.87117.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=27.59%
G=32.47%
B=39.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961131390.310.1900.45216.2818.346.08
Hex60718B1F1302Dd8122e
Octal14016121337230553302256
Binary1100000111000110001011111111001101011011101100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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