Shades of Finn #6F405D
Tints of Finn #6F405D
RGB
CMYK
RGB Variations
Color information
#6F405D (or 0x6F405D) is known color: Finn. HEX triplet: 6F, 40 and 5D. RGB value is (111,64,93). Sum of RGB (Red+Green+Blue) = 111+64+93=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F405D is #90BFA2. Grayscale: #515151. Windows color (decimal): -9486243 or 6111343. OLE color: 6111343.
HSL color Cylindrical-coordinate representation of color #6F405D: hue angle of 322.98º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F405D is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 93 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.56 |
| HSL | 322.98º | 0.27% | 0.34% | - |
| HSV(B) | 322.98º | 0.42% | 0.44% | - |
| XYZ | 10.36 | 7.84 | 11.32 | - |
| YUV | 81.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 93 | 0 | 0.42 | 0.16 | 0.56 | 322.98 | 0.27 | 0.34 |
| Hex | 6F | 40 | 5D | 0 | 2A | 10 | 38 | 143 | 1B | 22 |
| Octal | 157 | 100 | 135 | 0 | 52 | 20 | 70 | 503 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1011101 | 0 | 101010 | 10000 | 111000 | 101000011 | 11011 | 100010 |
Color Harmonies of #6F405D
Complementary color
Monochromatic Colors of #6F405D
Black with #6F405D
Text Example
Text Example
White with #6F405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F405D; }
p { color: rgb(111,64,93); }
H1.HeaderClassName
{
color: #6F405D;
}
.AnyTagClassName
{
color: #6F405D;
}
</style>
background-color css
<style>
a { background-color: #6F405D; }
a { background-color: rgb(111,64,93); }
div.DivClassName
{
background-color: #6F405D;
}
.BgClassName
{
background-color: #6F405D;
}
</style>
border-color css
<style>
span { border-color: #6F405D; }
span { border-color: rgb(111,64,93); }
td.TdClassName
{
border-color: #6F405D;
}
.TagClassName
{
border-color: #6F405D;
}
</style>