#60687F

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

Shades of Waikawa Grey #60687F

Tints of Waikawa Grey #60687F

Color information

#60687F (or 0x60687F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 7F. RGB value is (96,104,127). Sum of RGB (Red+Green+Blue) = 96+104+127=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #60687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60687F is #9F9780. Grayscale: #686868. Windows color (decimal): -10459009 or 8349792. OLE color: 8349792.

HSL color Cylindrical-coordinate representation of color #60687F: hue angle of 224.52º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60687F is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96104127-
CMYK0.240.1800.50
HSL224.52º13.9%43.73%-
HSV(B)224.52º24.41%49.8%-
XYZ13.613.9222.05-
YUV104.23140.85122.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 127 (50% from 255) = 38.84%
R=29.36%
G=31.80%
B=38.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961041270.240.1800.50224.5213.943.73
Hex60687F1812032e1e2c
Octal14015017730220623411654
Binary11000001101000111111111000100100110010111000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,104,127); }

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

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

 a { background-color: rgb(96,104,127); }

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

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

 span { border-color: rgb(96,104,127); }

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