Shades of Finn #6D3658
Tints of Finn #6D3658
RGB
CMYK
RGB Variations
Color information
#6D3658 (or 0x6D3658) is known color: Finn. HEX triplet: 6D, 36 and 58. RGB value is (109,54,88). Sum of RGB (Red+Green+Blue) = 109+54+88=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3658 is #92C9A7. Grayscale: #4A4A4A. Windows color (decimal): -9619880 or 5781101. OLE color: 5781101.
HSL color Cylindrical-coordinate representation of color #6D3658: hue angle of 322.91º degrees, saturation: 0.34, 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 #6D3658 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 88 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.57 |
| HSL | 322.91º | 0.34% | 0.32% | - |
| HSV(B) | 322.91º | 0.5% | 0.43% | - |
| XYZ | 9.39 | 6.59 | 10.01 | - |
| YUV | 74.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 88 | 0 | 0.50 | 0.19 | 0.57 | 322.91 | 0.34 | 0.32 |
| Hex | 6D | 36 | 58 | 0 | 32 | 13 | 39 | 143 | 22 | 20 |
| Octal | 155 | 66 | 130 | 0 | 62 | 23 | 71 | 503 | 42 | 40 |
| Binary | 1101101 | 110110 | 1011000 | 0 | 110010 | 10011 | 111001 | 101000011 | 100010 | 100000 |
Color Harmonies of #6D3658
Complementary color
Monochromatic Colors of #6D3658
Black with #6D3658
Text Example
Text Example
White with #6D3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3658; }
p { color: rgb(109,54,88); }
H1.HeaderClassName
{
color: #6D3658;
}
.AnyTagClassName
{
color: #6D3658;
}
</style>
background-color css
<style>
a { background-color: #6D3658; }
a { background-color: rgb(109,54,88); }
div.DivClassName
{
background-color: #6D3658;
}
.BgClassName
{
background-color: #6D3658;
}
</style>
border-color css
<style>
span { border-color: #6D3658; }
span { border-color: rgb(109,54,88); }
td.TdClassName
{
border-color: #6D3658;
}
.TagClassName
{
border-color: #6D3658;
}
</style>