Shades of Stromboli #3F6A60
Tints of Stromboli #3F6A60
RGB
CMYK
RGB Variations
Color information
#3F6A60 (or 0x3F6A60) is known color: Stromboli. HEX triplet: 3F, 6A and 60. RGB value is (63,106,96). Sum of RGB (Red+Green+Blue) = 63+106+96=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A60 is #C0959F. Grayscale: #5C5C5C. Windows color (decimal): -12621216 or 6318655. OLE color: 6318655.
HSL color Cylindrical-coordinate representation of color #3F6A60: hue angle of 166.05º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A60 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 106 | 96 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.58 |
| HSL | 166.05º | 0.25% | 0.33% | - |
| HSV(B) | 166.05º | 0.41% | 0.42% | - |
| XYZ | 9.32 | 12.21 | 12.93 | - |
| YUV | 92 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 96 | 0.41 | 0 | 0.09 | 0.58 | 166.05 | 0.25 | 0.33 |
| Hex | 3F | 6A | 60 | 29 | 0 | 9 | 3A | A6 | 19 | 21 |
| Octal | 77 | 152 | 140 | 51 | 0 | 11 | 72 | 246 | 31 | 41 |
| Binary | 111111 | 1101010 | 1100000 | 101001 | 0 | 1001 | 111010 | 10100110 | 11001 | 100001 |
Color Harmonies of #3F6A60
Complementary color
Monochromatic Colors of #3F6A60
Black with #3F6A60
Text Example
Text Example
White with #3F6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6A60; }
p { color: rgb(63,106,96); }
H1.HeaderClassName
{
color: #3F6A60;
}
.AnyTagClassName
{
color: #3F6A60;
}
</style>
background-color css
<style>
a { background-color: #3F6A60; }
a { background-color: rgb(63,106,96); }
div.DivClassName
{
background-color: #3F6A60;
}
.BgClassName
{
background-color: #3F6A60;
}
</style>
border-color css
<style>
span { border-color: #3F6A60; }
span { border-color: rgb(63,106,96); }
td.TdClassName
{
border-color: #3F6A60;
}
.TagClassName
{
border-color: #3F6A60;
}
</style>