Shades of Finn #6E395A
Tints of Finn #6E395A
RGB
CMYK
RGB Variations
Color information
#6E395A (or 0x6E395A) is known color: Finn. HEX triplet: 6E, 39 and 5A. RGB value is (110,57,90). Sum of RGB (Red+Green+Blue) = 110+57+90=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E395A is #91C6A5. Grayscale: #4C4C4C. Windows color (decimal): -9553574 or 5912942. OLE color: 5912942.
HSL color Cylindrical-coordinate representation of color #6E395A: hue angle of 322.64º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E395A is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 90 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.57 |
| HSL | 322.64º | 0.32% | 0.33% | - |
| HSV(B) | 322.64º | 0.48% | 0.43% | - |
| XYZ | 9.74 | 6.98 | 10.51 | - |
| YUV | 76.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 90 | 0 | 0.48 | 0.18 | 0.57 | 322.64 | 0.32 | 0.33 |
| Hex | 6E | 39 | 5A | 0 | 30 | 12 | 39 | 143 | 20 | 21 |
| Octal | 156 | 71 | 132 | 0 | 60 | 22 | 71 | 503 | 40 | 41 |
| Binary | 1101110 | 111001 | 1011010 | 0 | 110000 | 10010 | 111001 | 101000011 | 100000 | 100001 |
Color Harmonies of #6E395A
Complementary color
Monochromatic Colors of #6E395A
Black with #6E395A
Text Example
Text Example
White with #6E395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E395A; }
p { color: rgb(110,57,90); }
H1.HeaderClassName
{
color: #6E395A;
}
.AnyTagClassName
{
color: #6E395A;
}
</style>
background-color css
<style>
a { background-color: #6E395A; }
a { background-color: rgb(110,57,90); }
div.DivClassName
{
background-color: #6E395A;
}
.BgClassName
{
background-color: #6E395A;
}
</style>
border-color css
<style>
span { border-color: #6E395A; }
span { border-color: rgb(110,57,90); }
td.TdClassName
{
border-color: #6E395A;
}
.TagClassName
{
border-color: #6E395A;
}
</style>