Shades of Finn #6F435C
Tints of Finn #6F435C
RGB
CMYK
RGB Variations
Color information
#6F435C (or 0x6F435C) is known color: Finn. HEX triplet: 6F, 43 and 5C. RGB value is (111,67,92). Sum of RGB (Red+Green+Blue) = 111+67+92=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F435C is #90BCA3. Grayscale: #525252. Windows color (decimal): -9485476 or 6046575. OLE color: 6046575.
HSL color Cylindrical-coordinate representation of color #6F435C: hue angle of 325.91º 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 #6F435C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 92 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.56 |
| HSL | 325.91º | 0.25% | 0.35% | - |
| HSV(B) | 325.91º | 0.4% | 0.44% | - |
| XYZ | 10.49 | 8.17 | 11.15 | - |
| YUV | 83.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 92 | 0 | 0.40 | 0.17 | 0.56 | 325.91 | 0.25 | 0.35 |
| Hex | 6F | 43 | 5C | 0 | 28 | 11 | 38 | 146 | 19 | 23 |
| Octal | 157 | 103 | 134 | 0 | 50 | 21 | 70 | 506 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1011100 | 0 | 101000 | 10001 | 111000 | 101000110 | 11001 | 100011 |
Color Harmonies of #6F435C
Complementary color
Monochromatic Colors of #6F435C
Black with #6F435C
Text Example
Text Example
White with #6F435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F435C; }
p { color: rgb(111,67,92); }
H1.HeaderClassName
{
color: #6F435C;
}
.AnyTagClassName
{
color: #6F435C;
}
</style>
background-color css
<style>
a { background-color: #6F435C; }
a { background-color: rgb(111,67,92); }
div.DivClassName
{
background-color: #6F435C;
}
.BgClassName
{
background-color: #6F435C;
}
</style>
border-color css
<style>
span { border-color: #6F435C; }
span { border-color: rgb(111,67,92); }
td.TdClassName
{
border-color: #6F435C;
}
.TagClassName
{
border-color: #6F435C;
}
</style>