Shades of Finn #6F3A5B
Tints of Finn #6F3A5B
RGB
CMYK
RGB Variations
Color information
#6F3A5B (or 0x6F3A5B) is known color: Finn. HEX triplet: 6F, 3A and 5B. RGB value is (111,58,91). Sum of RGB (Red+Green+Blue) = 111+58+91=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A5B is #90C5A4. Grayscale: #4D4D4D. Windows color (decimal): -9487781 or 5978735. OLE color: 5978735.
HSL color Cylindrical-coordinate representation of color #6F3A5B: hue angle of 322.64º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A5B is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 91 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.56 |
| HSL | 322.64º | 0.31% | 0.33% | - |
| HSV(B) | 322.64º | 0.48% | 0.44% | - |
| XYZ | 9.96 | 7.16 | 10.75 | - |
| YUV | 77.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 91 | 0 | 0.48 | 0.18 | 0.56 | 322.64 | 0.31 | 0.33 |
| Hex | 6F | 3A | 5B | 0 | 30 | 12 | 38 | 143 | 1F | 21 |
| Octal | 157 | 72 | 133 | 0 | 60 | 22 | 70 | 503 | 37 | 41 |
| Binary | 1101111 | 111010 | 1011011 | 0 | 110000 | 10010 | 111000 | 101000011 | 11111 | 100001 |
Color Harmonies of #6F3A5B
Complementary color
Monochromatic Colors of #6F3A5B
Black with #6F3A5B
Text Example
Text Example
White with #6F3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A5B; }
p { color: rgb(111,58,91); }
H1.HeaderClassName
{
color: #6F3A5B;
}
.AnyTagClassName
{
color: #6F3A5B;
}
</style>
background-color css
<style>
a { background-color: #6F3A5B; }
a { background-color: rgb(111,58,91); }
div.DivClassName
{
background-color: #6F3A5B;
}
.BgClassName
{
background-color: #6F3A5B;
}
</style>
border-color css
<style>
span { border-color: #6F3A5B; }
span { border-color: rgb(111,58,91); }
td.TdClassName
{
border-color: #6F3A5B;
}
.TagClassName
{
border-color: #6F3A5B;
}
</style>