Shades of Finn #6F405C
Tints of Finn #6F405C
RGB
CMYK
RGB Variations
Color information
#6F405C (or 0x6F405C) is known color: Finn. HEX triplet: 6F, 40 and 5C. RGB value is (111,64,92). Sum of RGB (Red+Green+Blue) = 111+64+92=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F405C is #90BFA3. Grayscale: #515151. Windows color (decimal): -9486244 or 6045807. OLE color: 6045807.
HSL color Cylindrical-coordinate representation of color #6F405C: hue angle of 324.26º 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 #6F405C is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 92 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.56 |
| HSL | 324.26º | 0.27% | 0.34% | - |
| HSV(B) | 324.26º | 0.42% | 0.44% | - |
| XYZ | 10.32 | 7.82 | 11.09 | - |
| YUV | 81.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 92 | 0 | 0.42 | 0.17 | 0.56 | 324.26 | 0.27 | 0.34 |
| Hex | 6F | 40 | 5C | 0 | 2A | 11 | 38 | 144 | 1B | 22 |
| Octal | 157 | 100 | 134 | 0 | 52 | 21 | 70 | 504 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1011100 | 0 | 101010 | 10001 | 111000 | 101000100 | 11011 | 100010 |
Color Harmonies of #6F405C
Complementary color
Monochromatic Colors of #6F405C
Black with #6F405C
Text Example
Text Example
White with #6F405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F405C; }
p { color: rgb(111,64,92); }
H1.HeaderClassName
{
color: #6F405C;
}
.AnyTagClassName
{
color: #6F405C;
}
</style>
background-color css
<style>
a { background-color: #6F405C; }
a { background-color: rgb(111,64,92); }
div.DivClassName
{
background-color: #6F405C;
}
.BgClassName
{
background-color: #6F405C;
}
</style>
border-color css
<style>
span { border-color: #6F405C; }
span { border-color: rgb(111,64,92); }
td.TdClassName
{
border-color: #6F405C;
}
.TagClassName
{
border-color: #6F405C;
}
</style>