Shades of Finn #6F435A
Tints of Finn #6F435A
RGB
CMYK
RGB Variations
Color information
#6F435A (or 0x6F435A) is known color: Finn. HEX triplet: 6F, 43 and 5A. RGB value is (111,67,90). Sum of RGB (Red+Green+Blue) = 111+67+90=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F435A is #90BCA5. Grayscale: #525252. Windows color (decimal): -9485478 or 5915503. OLE color: 5915503.
HSL color Cylindrical-coordinate representation of color #6F435A: hue angle of 328.64º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F435A is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 90 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.56 |
| HSL | 328.64º | 0.25% | 0.35% | - |
| HSV(B) | 328.64º | 0.4% | 0.44% | - |
| XYZ | 10.41 | 8.13 | 10.69 | - |
| YUV | 82.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 90 | 0 | 0.40 | 0.19 | 0.56 | 328.64 | 0.25 | 0.35 |
| Hex | 6F | 43 | 5A | 0 | 28 | 13 | 38 | 149 | 19 | 23 |
| Octal | 157 | 103 | 132 | 0 | 50 | 23 | 70 | 511 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1011010 | 0 | 101000 | 10011 | 111000 | 101001001 | 11001 | 100011 |
Color Harmonies of #6F435A
Complementary color
Monochromatic Colors of #6F435A
Black with #6F435A
Text Example
Text Example
White with #6F435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F435A; }
p { color: rgb(111,67,90); }
H1.HeaderClassName
{
color: #6F435A;
}
.AnyTagClassName
{
color: #6F435A;
}
</style>
background-color css
<style>
a { background-color: #6F435A; }
a { background-color: rgb(111,67,90); }
div.DivClassName
{
background-color: #6F435A;
}
.BgClassName
{
background-color: #6F435A;
}
</style>
border-color css
<style>
span { border-color: #6F435A; }
span { border-color: rgb(111,67,90); }
td.TdClassName
{
border-color: #6F435A;
}
.TagClassName
{
border-color: #6F435A;
}
</style>