Shades of Finn #6B415C
Tints of Finn #6B415C
RGB
CMYK
RGB Variations
Color information
#6B415C (or 0x6B415C) is known color: Finn. HEX triplet: 6B, 41 and 5C. RGB value is (107,65,92). Sum of RGB (Red+Green+Blue) = 107+65+92=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B415C is #94BEA3. Grayscale: #505050. Windows color (decimal): -9748132 or 6046059. OLE color: 6046059.
HSL color Cylindrical-coordinate representation of color #6B415C: hue angle of 321.43º 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 #6B415C is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 92 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.58 |
| HSL | 321.43º | 0.24% | 0.34% | - |
| HSV(B) | 321.43º | 0.39% | 0.42% | - |
| XYZ | 9.89 | 7.68 | 11.09 | - |
| YUV | 80.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 92 | 0 | 0.39 | 0.14 | 0.58 | 321.43 | 0.24 | 0.34 |
| Hex | 6B | 41 | 5C | 0 | 27 | E | 3A | 141 | 18 | 22 |
| Octal | 153 | 101 | 134 | 0 | 47 | 16 | 72 | 501 | 30 | 42 |
| Binary | 1101011 | 1000001 | 1011100 | 0 | 100111 | 1110 | 111010 | 101000001 | 11000 | 100010 |
Color Harmonies of #6B415C
Complementary color
Monochromatic Colors of #6B415C
Black with #6B415C
Text Example
Text Example
White with #6B415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B415C; }
p { color: rgb(107,65,92); }
H1.HeaderClassName
{
color: #6B415C;
}
.AnyTagClassName
{
color: #6B415C;
}
</style>
background-color css
<style>
a { background-color: #6B415C; }
a { background-color: rgb(107,65,92); }
div.DivClassName
{
background-color: #6B415C;
}
.BgClassName
{
background-color: #6B415C;
}
</style>
border-color css
<style>
span { border-color: #6B415C; }
span { border-color: rgb(107,65,92); }
td.TdClassName
{
border-color: #6B415C;
}
.TagClassName
{
border-color: #6B415C;
}
</style>