Shades of Finn #6F3D5C
Tints of Finn #6F3D5C
RGB
CMYK
RGB Variations
Color information
#6F3D5C (or 0x6F3D5C) is known color: Finn. HEX triplet: 6F, 3D and 5C. RGB value is (111,61,92). Sum of RGB (Red+Green+Blue) = 111+61+92=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D5C is #90C2A3. Grayscale: #4F4F4F. Windows color (decimal): -9487012 or 6045039. OLE color: 6045039.
HSL color Cylindrical-coordinate representation of color #6F3D5C: hue angle of 322.8º 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 #6F3D5C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 61 | 92 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.56 |
| HSL | 322.8º | 0.29% | 0.34% | - |
| HSV(B) | 322.8º | 0.45% | 0.44% | - |
| XYZ | 10.16 | 7.49 | 11.04 | - |
| YUV | 79.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 92 | 0 | 0.45 | 0.17 | 0.56 | 322.8 | 0.29 | 0.34 |
| Hex | 6F | 3D | 5C | 0 | 2D | 11 | 38 | 143 | 1D | 22 |
| Octal | 157 | 75 | 134 | 0 | 55 | 21 | 70 | 503 | 35 | 42 |
| Binary | 1101111 | 111101 | 1011100 | 0 | 101101 | 10001 | 111000 | 101000011 | 11101 | 100010 |
Color Harmonies of #6F3D5C
Complementary color
Monochromatic Colors of #6F3D5C
Black with #6F3D5C
Text Example
Text Example
White with #6F3D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3D5C; }
p { color: rgb(111,61,92); }
H1.HeaderClassName
{
color: #6F3D5C;
}
.AnyTagClassName
{
color: #6F3D5C;
}
</style>
background-color css
<style>
a { background-color: #6F3D5C; }
a { background-color: rgb(111,61,92); }
div.DivClassName
{
background-color: #6F3D5C;
}
.BgClassName
{
background-color: #6F3D5C;
}
</style>
border-color css
<style>
span { border-color: #6F3D5C; }
span { border-color: rgb(111,61,92); }
td.TdClassName
{
border-color: #6F3D5C;
}
.TagClassName
{
border-color: #6F3D5C;
}
</style>