Shades of Finn #6F3A5D
Tints of Finn #6F3A5D
RGB
CMYK
RGB Variations
Color information
#6F3A5D (or 0x6F3A5D) is known color: Finn. HEX triplet: 6F, 3A and 5D. RGB value is (111,58,93). Sum of RGB (Red+Green+Blue) = 111+58+93=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A5D is #90C5A2. Grayscale: #4D4D4D. Windows color (decimal): -9487779 or 6109807. OLE color: 6109807.
HSL color Cylindrical-coordinate representation of color #6F3A5D: hue angle of 320.38º 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 #6F3A5D is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 93 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.56 |
| HSL | 320.38º | 0.31% | 0.33% | - |
| HSV(B) | 320.38º | 0.48% | 0.44% | - |
| XYZ | 10.04 | 7.2 | 11.22 | - |
| YUV | 77.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 93 | 0 | 0.48 | 0.16 | 0.56 | 320.38 | 0.31 | 0.33 |
| Hex | 6F | 3A | 5D | 0 | 30 | 10 | 38 | 140 | 1F | 21 |
| Octal | 157 | 72 | 135 | 0 | 60 | 20 | 70 | 500 | 37 | 41 |
| Binary | 1101111 | 111010 | 1011101 | 0 | 110000 | 10000 | 111000 | 101000000 | 11111 | 100001 |
Color Harmonies of #6F3A5D
Complementary color
Monochromatic Colors of #6F3A5D
Black with #6F3A5D
Text Example
Text Example
White with #6F3A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A5D; }
p { color: rgb(111,58,93); }
H1.HeaderClassName
{
color: #6F3A5D;
}
.AnyTagClassName
{
color: #6F3A5D;
}
</style>
background-color css
<style>
a { background-color: #6F3A5D; }
a { background-color: rgb(111,58,93); }
div.DivClassName
{
background-color: #6F3A5D;
}
.BgClassName
{
background-color: #6F3A5D;
}
</style>
border-color css
<style>
span { border-color: #6F3A5D; }
span { border-color: rgb(111,58,93); }
td.TdClassName
{
border-color: #6F3A5D;
}
.TagClassName
{
border-color: #6F3A5D;
}
</style>