Shades of Tax Break #406A69
Tints of Tax Break #406A69
RGB
CMYK
RGB Variations
Color information
#406A69 (or 0x406A69) is known color: Tax Break. HEX triplet: 40, 6A and 69. RGB value is (64,106,105). Sum of RGB (Red+Green+Blue) = 64+106+105=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #406A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A69 is #BF9596. Grayscale: #5D5D5D. Windows color (decimal): -12555671 or 6908480. OLE color: 6908480.
HSL color Cylindrical-coordinate representation of color #406A69: hue angle of 178.57º 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 #406A69 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 105 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.58 |
| HSL | 178.57º | 0.25% | 0.33% | - |
| HSV(B) | 178.57º | 0.4% | 0.42% | - |
| XYZ | 9.82 | 12.42 | 15.24 | - |
| YUV | 93.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 105 | 0.40 | 0 | 0.01 | 0.58 | 178.57 | 0.25 | 0.33 |
| Hex | 40 | 6A | 69 | 28 | 0 | 1 | 3A | B3 | 19 | 21 |
| Octal | 100 | 152 | 151 | 50 | 0 | 1 | 72 | 263 | 31 | 41 |
| Binary | 1000000 | 1101010 | 1101001 | 101000 | 0 | 1 | 111010 | 10110011 | 11001 | 100001 |
Color Harmonies of #406A69
Complementary color
Monochromatic Colors of #406A69
Black with #406A69
Text Example
Text Example
White with #406A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A69; }
p { color: rgb(64,106,105); }
H1.HeaderClassName
{
color: #406A69;
}
.AnyTagClassName
{
color: #406A69;
}
</style>
background-color css
<style>
a { background-color: #406A69; }
a { background-color: rgb(64,106,105); }
div.DivClassName
{
background-color: #406A69;
}
.BgClassName
{
background-color: #406A69;
}
</style>
border-color css
<style>
span { border-color: #406A69; }
span { border-color: rgb(64,106,105); }
td.TdClassName
{
border-color: #406A69;
}
.TagClassName
{
border-color: #406A69;
}
</style>