Shades of Tax Break #406A68
Tints of Tax Break #406A68
RGB
CMYK
RGB Variations
Color information
#406A68 (or 0x406A68) is known color: Tax Break. HEX triplet: 40, 6A and 68. RGB value is (64,106,104). Sum of RGB (Red+Green+Blue) = 64+106+104=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #406A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A68 is #BF9597. Grayscale: #5D5D5D. Windows color (decimal): -12555672 or 6842944. OLE color: 6842944.
HSL color Cylindrical-coordinate representation of color #406A68: hue angle of 177.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A68 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 104 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.58 |
| HSL | 177.14º | 0.25% | 0.33% | - |
| HSV(B) | 177.14º | 0.4% | 0.42% | - |
| XYZ | 9.77 | 12.4 | 14.97 | - |
| YUV | 93.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 104 | 0.40 | 0 | 0.02 | 0.58 | 177.14 | 0.25 | 0.33 |
| Hex | 40 | 6A | 68 | 28 | 0 | 2 | 3A | B1 | 19 | 21 |
| Octal | 100 | 152 | 150 | 50 | 0 | 2 | 72 | 261 | 31 | 41 |
| Binary | 1000000 | 1101010 | 1101000 | 101000 | 0 | 10 | 111010 | 10110001 | 11001 | 100001 |
Color Harmonies of #406A68
Complementary color
Monochromatic Colors of #406A68
Black with #406A68
Text Example
Text Example
White with #406A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A68; }
p { color: rgb(64,106,104); }
H1.HeaderClassName
{
color: #406A68;
}
.AnyTagClassName
{
color: #406A68;
}
</style>
background-color css
<style>
a { background-color: #406A68; }
a { background-color: rgb(64,106,104); }
div.DivClassName
{
background-color: #406A68;
}
.BgClassName
{
background-color: #406A68;
}
</style>
border-color css
<style>
span { border-color: #406A68; }
span { border-color: rgb(64,106,104); }
td.TdClassName
{
border-color: #406A68;
}
.TagClassName
{
border-color: #406A68;
}
</style>