Shades of Stromboli #406A5E
Tints of Stromboli #406A5E
RGB
CMYK
RGB Variations
Color information
#406A5E (or 0x406A5E) is known color: Stromboli. HEX triplet: 40, 6A and 5E. RGB value is (64,106,94). Sum of RGB (Red+Green+Blue) = 64+106+94=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #406A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A5E is #BF95A1. Grayscale: #5C5C5C. Windows color (decimal): -12555682 or 6187584. OLE color: 6187584.
HSL color Cylindrical-coordinate representation of color #406A5E: hue angle of 162.86º 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 #406A5E is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 94 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.58 |
| HSL | 162.86º | 0.25% | 0.33% | - |
| HSV(B) | 162.86º | 0.4% | 0.42% | - |
| XYZ | 9.29 | 12.21 | 12.46 | - |
| YUV | 92.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 94 | 0.40 | 0 | 0.11 | 0.58 | 162.86 | 0.25 | 0.33 |
| Hex | 40 | 6A | 5E | 28 | 0 | B | 3A | A3 | 19 | 21 |
| Octal | 100 | 152 | 136 | 50 | 0 | 13 | 72 | 243 | 31 | 41 |
| Binary | 1000000 | 1101010 | 1011110 | 101000 | 0 | 1011 | 111010 | 10100011 | 11001 | 100001 |
Color Harmonies of #406A5E
Complementary color
Monochromatic Colors of #406A5E
Black with #406A5E
Text Example
Text Example
White with #406A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A5E; }
p { color: rgb(64,106,94); }
H1.HeaderClassName
{
color: #406A5E;
}
.AnyTagClassName
{
color: #406A5E;
}
</style>
background-color css
<style>
a { background-color: #406A5E; }
a { background-color: rgb(64,106,94); }
div.DivClassName
{
background-color: #406A5E;
}
.BgClassName
{
background-color: #406A5E;
}
</style>
border-color css
<style>
span { border-color: #406A5E; }
span { border-color: rgb(64,106,94); }
td.TdClassName
{
border-color: #406A5E;
}
.TagClassName
{
border-color: #406A5E;
}
</style>