Shades of Finn #6F3D5B
Tints of Finn #6F3D5B
RGB
CMYK
RGB Variations
Color information
#6F3D5B (or 0x6F3D5B) is known color: Finn. HEX triplet: 6F, 3D and 5B. RGB value is (111,61,91). Sum of RGB (Red+Green+Blue) = 111+61+91=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D5B is #90C2A4. Grayscale: #4F4F4F. Windows color (decimal): -9487013 or 5979503. OLE color: 5979503.
HSL color Cylindrical-coordinate representation of color #6F3D5B: hue angle of 324º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F3D5B is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 61 | 91 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.56 |
| HSL | 324º | 0.29% | 0.34% | - |
| HSV(B) | 324º | 0.45% | 0.44% | - |
| XYZ | 10.11 | 7.47 | 10.81 | - |
| YUV | 79.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 91 | 0 | 0.45 | 0.18 | 0.56 | 324 | 0.29 | 0.34 |
| Hex | 6F | 3D | 5B | 0 | 2D | 12 | 38 | 144 | 1D | 22 |
| Octal | 157 | 75 | 133 | 0 | 55 | 22 | 70 | 504 | 35 | 42 |
| Binary | 1101111 | 111101 | 1011011 | 0 | 101101 | 10010 | 111000 | 101000100 | 11101 | 100010 |
Color Harmonies of #6F3D5B
Complementary color
Monochromatic Colors of #6F3D5B
Black with #6F3D5B
Text Example
Text Example
White with #6F3D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3D5B; }
p { color: rgb(111,61,91); }
H1.HeaderClassName
{
color: #6F3D5B;
}
.AnyTagClassName
{
color: #6F3D5B;
}
</style>
background-color css
<style>
a { background-color: #6F3D5B; }
a { background-color: rgb(111,61,91); }
div.DivClassName
{
background-color: #6F3D5B;
}
.BgClassName
{
background-color: #6F3D5B;
}
</style>
border-color css
<style>
span { border-color: #6F3D5B; }
span { border-color: rgb(111,61,91); }
td.TdClassName
{
border-color: #6F3D5B;
}
.TagClassName
{
border-color: #6F3D5B;
}
</style>