#60677F

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

Shades of Waikawa Grey #60677F

Tints of Waikawa Grey #60677F

Color information

#60677F (or 0x60677F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 67 and 7F. RGB value is (96,103,127). Sum of RGB (Red+Green+Blue) = 96+103+127=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #60677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60677F is #9F9880. Grayscale: #676767. Windows color (decimal): -10459265 or 8349536. OLE color: 8349536.

HSL color Cylindrical-coordinate representation of color #60677F: hue angle of 226.45º 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 #60677F is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96103127-
CMYK0.240.1900.50
HSL226.45º13.9%43.73%-
HSV(B)226.45º24.41%49.8%-
XYZ13.513.7222.02-
YUV103.64141.18122.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 127 (50% from 255) = 38.96%
R=29.45%
G=31.60%
B=38.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961031270.240.1900.50226.4513.943.73
Hex60677F1813032e2e2c
Octal14014717730230623421654
Binary11000001100111111111111000100110110010111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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