Shades of Finn #6F3A5A
Tints of Finn #6F3A5A
RGB
CMYK
RGB Variations
Color information
#6F3A5A (or 0x6F3A5A) is known color: Finn. HEX triplet: 6F, 3A and 5A. RGB value is (111,58,90). Sum of RGB (Red+Green+Blue) = 111+58+90=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A5A is #90C5A5. Grayscale: #4D4D4D. Windows color (decimal): -9487782 or 5913199. OLE color: 5913199.
HSL color Cylindrical-coordinate representation of color #6F3A5A: hue angle of 323.77º 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 #6F3A5A is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 90 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.56 |
| HSL | 323.77º | 0.31% | 0.33% | - |
| HSV(B) | 323.77º | 0.48% | 0.44% | - |
| XYZ | 9.91 | 7.14 | 10.53 | - |
| YUV | 77.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 90 | 0 | 0.48 | 0.19 | 0.56 | 323.77 | 0.31 | 0.33 |
| Hex | 6F | 3A | 5A | 0 | 30 | 13 | 38 | 144 | 1F | 21 |
| Octal | 157 | 72 | 132 | 0 | 60 | 23 | 70 | 504 | 37 | 41 |
| Binary | 1101111 | 111010 | 1011010 | 0 | 110000 | 10011 | 111000 | 101000100 | 11111 | 100001 |
Color Harmonies of #6F3A5A
Complementary color
Monochromatic Colors of #6F3A5A
Black with #6F3A5A
Text Example
Text Example
White with #6F3A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A5A; }
p { color: rgb(111,58,90); }
H1.HeaderClassName
{
color: #6F3A5A;
}
.AnyTagClassName
{
color: #6F3A5A;
}
</style>
background-color css
<style>
a { background-color: #6F3A5A; }
a { background-color: rgb(111,58,90); }
div.DivClassName
{
background-color: #6F3A5A;
}
.BgClassName
{
background-color: #6F3A5A;
}
</style>
border-color css
<style>
span { border-color: #6F3A5A; }
span { border-color: rgb(111,58,90); }
td.TdClassName
{
border-color: #6F3A5A;
}
.TagClassName
{
border-color: #6F3A5A;
}
</style>