Shades of Finn #6F3E5C
Tints of Finn #6F3E5C
RGB
CMYK
RGB Variations
Color information
#6F3E5C (or 0x6F3E5C) is known color: Finn. HEX triplet: 6F, 3E and 5C. RGB value is (111,62,92). Sum of RGB (Red+Green+Blue) = 111+62+92=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E5C is #90C1A3. Grayscale: #505050. Windows color (decimal): -9486756 or 6045295. OLE color: 6045295.
HSL color Cylindrical-coordinate representation of color #6F3E5C: hue angle of 323.27º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E5C is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 92 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.56 |
| HSL | 323.27º | 0.28% | 0.34% | - |
| HSV(B) | 323.27º | 0.44% | 0.44% | - |
| XYZ | 10.21 | 7.6 | 11.05 | - |
| YUV | 80.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 92 | 0 | 0.44 | 0.17 | 0.56 | 323.27 | 0.28 | 0.34 |
| Hex | 6F | 3E | 5C | 0 | 2C | 11 | 38 | 143 | 1C | 22 |
| Octal | 157 | 76 | 134 | 0 | 54 | 21 | 70 | 503 | 34 | 42 |
| Binary | 1101111 | 111110 | 1011100 | 0 | 101100 | 10001 | 111000 | 101000011 | 11100 | 100010 |
Color Harmonies of #6F3E5C
Complementary color
Monochromatic Colors of #6F3E5C
Black with #6F3E5C
Text Example
Text Example
White with #6F3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E5C; }
p { color: rgb(111,62,92); }
H1.HeaderClassName
{
color: #6F3E5C;
}
.AnyTagClassName
{
color: #6F3E5C;
}
</style>
background-color css
<style>
a { background-color: #6F3E5C; }
a { background-color: rgb(111,62,92); }
div.DivClassName
{
background-color: #6F3E5C;
}
.BgClassName
{
background-color: #6F3E5C;
}
</style>
border-color css
<style>
span { border-color: #6F3E5C; }
span { border-color: rgb(111,62,92); }
td.TdClassName
{
border-color: #6F3E5C;
}
.TagClassName
{
border-color: #6F3E5C;
}
</style>