Shades of Finn #6B4A5A
Tints of Finn #6B4A5A
RGB
CMYK
RGB Variations
Color information
#6B4A5A (or 0x6B4A5A) is known color: Finn. HEX triplet: 6B, 4A and 5A. RGB value is (107,74,90). Sum of RGB (Red+Green+Blue) = 107+74+90=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A5A is #94B5A5. Grayscale: #555555. Windows color (decimal): -9745830 or 5917291. OLE color: 5917291.
HSL color Cylindrical-coordinate representation of color #6B4A5A: hue angle of 330.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4A5A is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 90 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.58 |
| HSL | 330.91º | 0.18% | 0.35% | - |
| HSV(B) | 330.91º | 0.31% | 0.42% | - |
| XYZ | 10.36 | 8.76 | 10.82 | - |
| YUV | 85.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 90 | 0 | 0.31 | 0.16 | 0.58 | 330.91 | 0.18 | 0.35 |
| Hex | 6B | 4A | 5A | 0 | 1F | 10 | 3A | 14B | 12 | 23 |
| Octal | 153 | 112 | 132 | 0 | 37 | 20 | 72 | 513 | 22 | 43 |
| Binary | 1101011 | 1001010 | 1011010 | 0 | 11111 | 10000 | 111010 | 101001011 | 10010 | 100011 |
Color Harmonies of #6B4A5A
Complementary color
Monochromatic Colors of #6B4A5A
Black with #6B4A5A
Text Example
Text Example
White with #6B4A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A5A; }
p { color: rgb(107,74,90); }
H1.HeaderClassName
{
color: #6B4A5A;
}
.AnyTagClassName
{
color: #6B4A5A;
}
</style>
background-color css
<style>
a { background-color: #6B4A5A; }
a { background-color: rgb(107,74,90); }
div.DivClassName
{
background-color: #6B4A5A;
}
.BgClassName
{
background-color: #6B4A5A;
}
</style>
border-color css
<style>
span { border-color: #6B4A5A; }
span { border-color: rgb(107,74,90); }
td.TdClassName
{
border-color: #6B4A5A;
}
.TagClassName
{
border-color: #6B4A5A;
}
</style>