Shades of Finn #6C435D
Tints of Finn #6C435D
RGB
CMYK
RGB Variations
Color information
#6C435D (or 0x6C435D) is known color: Finn. HEX triplet: 6C, 43 and 5D. RGB value is (108,67,93). Sum of RGB (Red+Green+Blue) = 108+67+93=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C435D is #93BCA2. Grayscale: #525252. Windows color (decimal): -9682083 or 6112108. OLE color: 6112108.
HSL color Cylindrical-coordinate representation of color #6C435D: hue angle of 321.95º 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 #6C435D is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 67 | 93 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.58 |
| HSL | 321.95º | 0.23% | 0.34% | - |
| HSV(B) | 321.95º | 0.38% | 0.42% | - |
| XYZ | 10.17 | 7.99 | 11.36 | - |
| YUV | 82.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 93 | 0 | 0.38 | 0.14 | 0.58 | 321.95 | 0.23 | 0.34 |
| Hex | 6C | 43 | 5D | 0 | 26 | E | 3A | 142 | 17 | 22 |
| Octal | 154 | 103 | 135 | 0 | 46 | 16 | 72 | 502 | 27 | 42 |
| Binary | 1101100 | 1000011 | 1011101 | 0 | 100110 | 1110 | 111010 | 101000010 | 10111 | 100010 |
Color Harmonies of #6C435D
Complementary color
Monochromatic Colors of #6C435D
Black with #6C435D
Text Example
Text Example
White with #6C435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C435D; }
p { color: rgb(108,67,93); }
H1.HeaderClassName
{
color: #6C435D;
}
.AnyTagClassName
{
color: #6C435D;
}
</style>
background-color css
<style>
a { background-color: #6C435D; }
a { background-color: rgb(108,67,93); }
div.DivClassName
{
background-color: #6C435D;
}
.BgClassName
{
background-color: #6C435D;
}
</style>
border-color css
<style>
span { border-color: #6C435D; }
span { border-color: rgb(108,67,93); }
td.TdClassName
{
border-color: #6C435D;
}
.TagClassName
{
border-color: #6C435D;
}
</style>