Shades of Finn #6B415E
Tints of Finn #6B415E
RGB
CMYK
RGB Variations
Color information
#6B415E (or 0x6B415E) is known color: Finn. HEX triplet: 6B, 41 and 5E. RGB value is (107,65,94). Sum of RGB (Red+Green+Blue) = 107+65+94=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B415E is #94BEA1. Grayscale: #505050. Windows color (decimal): -9748130 or 6177131. OLE color: 6177131.
HSL color Cylindrical-coordinate representation of color #6B415E: hue angle of 318.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B415E is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 94 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.58 |
| HSL | 318.57º | 0.24% | 0.34% | - |
| HSV(B) | 318.57º | 0.39% | 0.42% | - |
| XYZ | 9.97 | 7.71 | 11.55 | - |
| YUV | 80.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 94 | 0 | 0.39 | 0.12 | 0.58 | 318.57 | 0.24 | 0.34 |
| Hex | 6B | 41 | 5E | 0 | 27 | C | 3A | 13F | 18 | 22 |
| Octal | 153 | 101 | 136 | 0 | 47 | 14 | 72 | 477 | 30 | 42 |
| Binary | 1101011 | 1000001 | 1011110 | 0 | 100111 | 1100 | 111010 | 100111111 | 11000 | 100010 |
Color Harmonies of #6B415E
Complementary color
Monochromatic Colors of #6B415E
Black with #6B415E
Text Example
Text Example
White with #6B415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B415E; }
p { color: rgb(107,65,94); }
H1.HeaderClassName
{
color: #6B415E;
}
.AnyTagClassName
{
color: #6B415E;
}
</style>
background-color css
<style>
a { background-color: #6B415E; }
a { background-color: rgb(107,65,94); }
div.DivClassName
{
background-color: #6B415E;
}
.BgClassName
{
background-color: #6B415E;
}
</style>
border-color css
<style>
span { border-color: #6B415E; }
span { border-color: rgb(107,65,94); }
td.TdClassName
{
border-color: #6B415E;
}
.TagClassName
{
border-color: #6B415E;
}
</style>