Shades of Tax Break #3C646C
Tints of Tax Break #3C646C
RGB
CMYK
RGB Variations
Color information
#3C646C (or 0x3C646C) is known color: Tax Break. HEX triplet: 3C, 64 and 6C. RGB value is (60,100,108). Sum of RGB (Red+Green+Blue) = 60+100+108=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C646C is #C39B93. Grayscale: #585858. Windows color (decimal): -12819348 or 7103548. OLE color: 7103548.
HSL color Cylindrical-coordinate representation of color #3C646C: hue angle of 190º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C646C is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 100 | 108 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.58 |
| HSL | 190º | 0.29% | 0.33% | - |
| HSV(B) | 190º | 0.44% | 0.42% | - |
| XYZ | 9.13 | 11.16 | 15.86 | - |
| YUV | 88.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 108 | 0.44 | 0.07 | 0 | 0.58 | 190 | 0.29 | 0.33 |
| Hex | 3C | 64 | 6C | 2C | 7 | 0 | 3A | BE | 1D | 21 |
| Octal | 74 | 144 | 154 | 54 | 7 | 0 | 72 | 276 | 35 | 41 |
| Binary | 111100 | 1100100 | 1101100 | 101100 | 111 | 0 | 111010 | 10111110 | 11101 | 100001 |
Color Harmonies of #3C646C
Complementary color
Monochromatic Colors of #3C646C
Black with #3C646C
Text Example
Text Example
White with #3C646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C646C; }
p { color: rgb(60,100,108); }
H1.HeaderClassName
{
color: #3C646C;
}
.AnyTagClassName
{
color: #3C646C;
}
</style>
background-color css
<style>
a { background-color: #3C646C; }
a { background-color: rgb(60,100,108); }
div.DivClassName
{
background-color: #3C646C;
}
.BgClassName
{
background-color: #3C646C;
}
</style>
border-color css
<style>
span { border-color: #3C646C; }
span { border-color: rgb(60,100,108); }
td.TdClassName
{
border-color: #3C646C;
}
.TagClassName
{
border-color: #3C646C;
}
</style>