Shades of Finn #6C435F
Tints of Finn #6C435F
RGB
CMYK
RGB Variations
Color information
#6C435F (or 0x6C435F) is known color: Finn. HEX triplet: 6C, 43 and 5F. RGB value is (108,67,95). Sum of RGB (Red+Green+Blue) = 108+67+95=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C435F is #93BCA0. Grayscale: #525252. Windows color (decimal): -9682081 or 6243180. OLE color: 6243180.
HSL color Cylindrical-coordinate representation of color #6C435F: hue angle of 319.02º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C435F is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 67 | 95 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.58 |
| HSL | 319.02º | 0.23% | 0.34% | - |
| HSV(B) | 319.02º | 0.38% | 0.42% | - |
| XYZ | 10.26 | 8.03 | 11.84 | - |
| YUV | 82.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 95 | 0 | 0.38 | 0.12 | 0.58 | 319.02 | 0.23 | 0.34 |
| Hex | 6C | 43 | 5F | 0 | 26 | C | 3A | 13F | 17 | 22 |
| Octal | 154 | 103 | 137 | 0 | 46 | 14 | 72 | 477 | 27 | 42 |
| Binary | 1101100 | 1000011 | 1011111 | 0 | 100110 | 1100 | 111010 | 100111111 | 10111 | 100010 |
Color Harmonies of #6C435F
Complementary color
Monochromatic Colors of #6C435F
Black with #6C435F
Text Example
Text Example
White with #6C435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C435F; }
p { color: rgb(108,67,95); }
H1.HeaderClassName
{
color: #6C435F;
}
.AnyTagClassName
{
color: #6C435F;
}
</style>
background-color css
<style>
a { background-color: #6C435F; }
a { background-color: rgb(108,67,95); }
div.DivClassName
{
background-color: #6C435F;
}
.BgClassName
{
background-color: #6C435F;
}
</style>
border-color css
<style>
span { border-color: #6C435F; }
span { border-color: rgb(108,67,95); }
td.TdClassName
{
border-color: #6C435F;
}
.TagClassName
{
border-color: #6C435F;
}
</style>