Shades of Finn #6B405D
Tints of Finn #6B405D
RGB
CMYK
RGB Variations
Color information
#6B405D (or 0x6B405D) is known color: Finn. HEX triplet: 6B, 40 and 5D. RGB value is (107,64,93). Sum of RGB (Red+Green+Blue) = 107+64+93=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B405D is #94BFA2. Grayscale: #505050. Windows color (decimal): -9748387 or 6111339. OLE color: 6111339.
HSL color Cylindrical-coordinate representation of color #6B405D: hue angle of 319.53º 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 #6B405D is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 93 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.58 |
| HSL | 319.53º | 0.25% | 0.34% | - |
| HSV(B) | 319.53º | 0.4% | 0.42% | - |
| XYZ | 9.87 | 7.58 | 11.3 | - |
| YUV | 80.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 93 | 0 | 0.40 | 0.13 | 0.58 | 319.53 | 0.25 | 0.34 |
| Hex | 6B | 40 | 5D | 0 | 28 | D | 3A | 140 | 19 | 22 |
| Octal | 153 | 100 | 135 | 0 | 50 | 15 | 72 | 500 | 31 | 42 |
| Binary | 1101011 | 1000000 | 1011101 | 0 | 101000 | 1101 | 111010 | 101000000 | 11001 | 100010 |
Color Harmonies of #6B405D
Complementary color
Monochromatic Colors of #6B405D
Black with #6B405D
Text Example
Text Example
White with #6B405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B405D; }
p { color: rgb(107,64,93); }
H1.HeaderClassName
{
color: #6B405D;
}
.AnyTagClassName
{
color: #6B405D;
}
</style>
background-color css
<style>
a { background-color: #6B405D; }
a { background-color: rgb(107,64,93); }
div.DivClassName
{
background-color: #6B405D;
}
.BgClassName
{
background-color: #6B405D;
}
</style>
border-color css
<style>
span { border-color: #6B405D; }
span { border-color: rgb(107,64,93); }
td.TdClassName
{
border-color: #6B405D;
}
.TagClassName
{
border-color: #6B405D;
}
</style>