Shades of Finn #6F3C5C
Tints of Finn #6F3C5C
RGB
CMYK
RGB Variations
Color information
#6F3C5C (or 0x6F3C5C) is known color: Finn. HEX triplet: 6F, 3C and 5C. RGB value is (111,60,92). Sum of RGB (Red+Green+Blue) = 111+60+92=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3C5C is #90C3A3. Grayscale: #4E4E4E. Windows color (decimal): -9487268 or 6044783. OLE color: 6044783.
HSL color Cylindrical-coordinate representation of color #6F3C5C: hue angle of 322.35º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3C5C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 92 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.56 |
| HSL | 322.35º | 0.3% | 0.34% | - |
| HSV(B) | 322.35º | 0.46% | 0.44% | - |
| XYZ | 10.1 | 7.38 | 11.02 | - |
| YUV | 78.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 92 | 0 | 0.46 | 0.17 | 0.56 | 322.35 | 0.3 | 0.34 |
| Hex | 6F | 3C | 5C | 0 | 2E | 11 | 38 | 142 | 1E | 22 |
| Octal | 157 | 74 | 134 | 0 | 56 | 21 | 70 | 502 | 36 | 42 |
| Binary | 1101111 | 111100 | 1011100 | 0 | 101110 | 10001 | 111000 | 101000010 | 11110 | 100010 |
Color Harmonies of #6F3C5C
Complementary color
Monochromatic Colors of #6F3C5C
Black with #6F3C5C
Text Example
Text Example
White with #6F3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C5C; }
p { color: rgb(111,60,92); }
H1.HeaderClassName
{
color: #6F3C5C;
}
.AnyTagClassName
{
color: #6F3C5C;
}
</style>
background-color css
<style>
a { background-color: #6F3C5C; }
a { background-color: rgb(111,60,92); }
div.DivClassName
{
background-color: #6F3C5C;
}
.BgClassName
{
background-color: #6F3C5C;
}
</style>
border-color css
<style>
span { border-color: #6F3C5C; }
span { border-color: rgb(111,60,92); }
td.TdClassName
{
border-color: #6F3C5C;
}
.TagClassName
{
border-color: #6F3C5C;
}
</style>