#60687D

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

Shades of Waikawa Grey #60687D

Tints of Waikawa Grey #60687D

Color information

#60687D (or 0x60687D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 7D. RGB value is (96,104,125). Sum of RGB (Red+Green+Blue) = 96+104+125=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #60687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60687D is #9F9782. Grayscale: #676767. Windows color (decimal): -10459011 or 8218720. OLE color: 8218720.

HSL color Cylindrical-coordinate representation of color #60687D: hue angle of 223.45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60687D is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96104125-
CMYK0.230.1700.51
HSL223.45º13.12%43.33%-
HSV(B)223.45º23.2%49.02%-
XYZ13.4813.8721.37-
YUV104139.85122.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=29.54%
G=32%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961041250.230.1700.51223.4513.1243.33
Hex60687D1711033dfd2b
Octal14015017527210633371553
Binary11000001101000111110110111100010110011110111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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