Shades of Finn #6E375A
Tints of Finn #6E375A
RGB
CMYK
RGB Variations
Color information
#6E375A (or 0x6E375A) is known color: Finn. HEX triplet: 6E, 37 and 5A. RGB value is (110,55,90). Sum of RGB (Red+Green+Blue) = 110+55+90=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E375A is #91C8A5. Grayscale: #4B4B4B. Windows color (decimal): -9554086 or 5912430. OLE color: 5912430.
HSL color Cylindrical-coordinate representation of color #6E375A: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E375A is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 90 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.57 |
| HSL | 321.82º | 0.33% | 0.32% | - |
| HSV(B) | 321.82º | 0.5% | 0.43% | - |
| XYZ | 9.64 | 6.79 | 10.47 | - |
| YUV | 75.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 90 | 0 | 0.5 | 0.18 | 0.57 | 321.82 | 0.33 | 0.32 |
| Hex | 6E | 37 | 5A | 0 | 32 | 12 | 39 | 142 | 21 | 20 |
| Octal | 156 | 67 | 132 | 0 | 62 | 22 | 71 | 502 | 41 | 40 |
| Binary | 1101110 | 110111 | 1011010 | 0 | 110010 | 10010 | 111001 | 101000010 | 100001 | 100000 |
Color Harmonies of #6E375A
Complementary color
Monochromatic Colors of #6E375A
Black with #6E375A
Text Example
Text Example
White with #6E375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E375A; }
p { color: rgb(110,55,90); }
H1.HeaderClassName
{
color: #6E375A;
}
.AnyTagClassName
{
color: #6E375A;
}
</style>
background-color css
<style>
a { background-color: #6E375A; }
a { background-color: rgb(110,55,90); }
div.DivClassName
{
background-color: #6E375A;
}
.BgClassName
{
background-color: #6E375A;
}
</style>
border-color css
<style>
span { border-color: #6E375A; }
span { border-color: rgb(110,55,90); }
td.TdClassName
{
border-color: #6E375A;
}
.TagClassName
{
border-color: #6E375A;
}
</style>