Html Css Color HEX #406F6E Ming

📋 copy color: '#406F6E'

red 64 ◦ green 111 ◦ blue 110

#406F6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #406F6E

Tints of Ming #406F6E

RGB

 RED value IS 64 (25.39% from 255) = 22.46%

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 22.46%
G = 38.95%
B = 38.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#406F6E (or 0x406F6E) is known color: Ming. HEX triplet: 40, 6F and 6E. RGB value is (64,111,110). Sum of RGB (Red+Green+Blue) = 64+111+110=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #406F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F6E is #BF9091. Grayscale: #606060. Windows color (decimal): -12554386 or 7237440. OLE color: 7237440.

HSL color Cylindrical-coordinate representation of color #406F6E: hue angle of 178.72º 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 #406F6E is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 110 -
CMYK 0.42 0 0.01 0.56
HSL 178.72º 0.27% 0.34% -
HSV(B) 178.72º 0.42% 0.44% -
XYZ 10.61 13.58 16.81 -
YUV 96.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 64 111 110 0.42 0 0.01 0.56 178.72 0.27 0.34
Hex 40 6F 6E 2A 0 1 38 B3 1B 22
Octal 100 157 156 52 0 1 70 263 33 42
Binary 1000000 1101111 1101110 101010 0 1 111000 10110011 11011 100010

Color Harmonies of #406F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F6E

Black with #406F6E

Text Example


Text Example

White with #406F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #406F6E;
 }
 .AnyTagClassName
 {
   color: #406F6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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