#406C6F

Color #406C6F Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #406C6F

Tints of Ming #406C6F

Color information

#406C6F (or 0x406C6F) is unknown color: approx Ming. HEX triplet: 40, 6C and 6F. RGB value is (64,108,111). Sum of RGB (Red+Green+Blue) = 64+108+111=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #406C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C6F is #BF9390. Grayscale: #5F5F5F. Windows color (decimal): -12555153 or 7302208. OLE color: 7302208.

HSL color Cylindrical-coordinate representation of color #406C6F: hue angle of 183.83º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406C6F is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB64108111-
CMYK0.420.0300.56
HSL183.83º26.86%34.31%-
HSV(B)183.83º42.34%43.53%-
XYZ10.3512.9617-
YUV95.19136.92105.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=22.61%
G=38.16%
B=39.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641081110.420.0300.56183.8326.8634.31
Hex406C6F2A3038b81b22
Octal1001541575230702703342
Binary1000000110110011011111010101101110001011100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406C6F; }

 p { color: rgb(64,108,111); }

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

<style>
 a { background-color: #406C6F; }

 a { background-color: rgb(64,108,111); }

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

<style>
 span { border-color: #406C6F; }

 span { border-color: rgb(64,108,111); }

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