Shades of Finn #6B405A
Tints of Finn #6B405A
RGB
CMYK
RGB Variations
Color information
#6B405A (or 0x6B405A) is known color: Finn. HEX triplet: 6B, 40 and 5A. RGB value is (107,64,90). Sum of RGB (Red+Green+Blue) = 107+64+90=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B405A is #94BFA5. Grayscale: #4F4F4F. Windows color (decimal): -9748390 or 5914731. OLE color: 5914731.
HSL color Cylindrical-coordinate representation of color #6B405A: hue angle of 323.72º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B405A is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 90 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.58 |
| HSL | 323.72º | 0.25% | 0.34% | - |
| HSV(B) | 323.72º | 0.4% | 0.42% | - |
| XYZ | 9.74 | 7.53 | 10.61 | - |
| YUV | 79.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 90 | 0 | 0.40 | 0.16 | 0.58 | 323.72 | 0.25 | 0.34 |
| Hex | 6B | 40 | 5A | 0 | 28 | 10 | 3A | 144 | 19 | 22 |
| Octal | 153 | 100 | 132 | 0 | 50 | 20 | 72 | 504 | 31 | 42 |
| Binary | 1101011 | 1000000 | 1011010 | 0 | 101000 | 10000 | 111010 | 101000100 | 11001 | 100010 |
Color Harmonies of #6B405A
Complementary color
Monochromatic Colors of #6B405A
Black with #6B405A
Text Example
Text Example
White with #6B405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B405A; }
p { color: rgb(107,64,90); }
H1.HeaderClassName
{
color: #6B405A;
}
.AnyTagClassName
{
color: #6B405A;
}
</style>
background-color css
<style>
a { background-color: #6B405A; }
a { background-color: rgb(107,64,90); }
div.DivClassName
{
background-color: #6B405A;
}
.BgClassName
{
background-color: #6B405A;
}
</style>
border-color css
<style>
span { border-color: #6B405A; }
span { border-color: rgb(107,64,90); }
td.TdClassName
{
border-color: #6B405A;
}
.TagClassName
{
border-color: #6B405A;
}
</style>