Shades of Finn #6A4B5A
Tints of Finn #6A4B5A
RGB
CMYK
RGB Variations
Color information
#6A4B5A (or 0x6A4B5A) is known color: Finn. HEX triplet: 6A, 4B and 5A. RGB value is (106,75,90). Sum of RGB (Red+Green+Blue) = 106+75+90=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4B5A is #95B4A5. Grayscale: #555555. Windows color (decimal): -9811110 or 5917546. OLE color: 5917546.
HSL color Cylindrical-coordinate representation of color #6A4B5A: hue angle of 330.97º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A4B5A is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 75 | 90 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.58 |
| HSL | 330.97º | 0.17% | 0.35% | - |
| HSV(B) | 330.97º | 0.29% | 0.42% | - |
| XYZ | 10.31 | 8.83 | 10.83 | - |
| YUV | 85.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 75 | 90 | 0 | 0.29 | 0.15 | 0.58 | 330.97 | 0.17 | 0.35 |
| Hex | 6A | 4B | 5A | 0 | 1D | F | 3A | 14B | 11 | 23 |
| Octal | 152 | 113 | 132 | 0 | 35 | 17 | 72 | 513 | 21 | 43 |
| Binary | 1101010 | 1001011 | 1011010 | 0 | 11101 | 1111 | 111010 | 101001011 | 10001 | 100011 |
Color Harmonies of #6A4B5A
Complementary color
Monochromatic Colors of #6A4B5A
Black with #6A4B5A
Text Example
Text Example
White with #6A4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4B5A; }
p { color: rgb(106,75,90); }
H1.HeaderClassName
{
color: #6A4B5A;
}
.AnyTagClassName
{
color: #6A4B5A;
}
</style>
background-color css
<style>
a { background-color: #6A4B5A; }
a { background-color: rgb(106,75,90); }
div.DivClassName
{
background-color: #6A4B5A;
}
.BgClassName
{
background-color: #6A4B5A;
}
</style>
border-color css
<style>
span { border-color: #6A4B5A; }
span { border-color: rgb(106,75,90); }
td.TdClassName
{
border-color: #6A4B5A;
}
.TagClassName
{
border-color: #6A4B5A;
}
</style>