Shades of Finn #6B455E
Tints of Finn #6B455E
RGB
CMYK
RGB Variations
Color information
#6B455E (or 0x6B455E) is known color: Finn. HEX triplet: 6B, 45 and 5E. RGB value is (107,69,94). Sum of RGB (Red+Green+Blue) = 107+69+94=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B455E is #94BAA1. Grayscale: #535353. Windows color (decimal): -9747106 or 6178155. OLE color: 6178155.
HSL color Cylindrical-coordinate representation of color #6B455E: hue angle of 320.53º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B455E is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 69 | 94 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.58 |
| HSL | 320.53º | 0.22% | 0.35% | - |
| HSV(B) | 320.53º | 0.36% | 0.42% | - |
| XYZ | 10.21 | 8.19 | 11.63 | - |
| YUV | 83.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 94 | 0 | 0.36 | 0.12 | 0.58 | 320.53 | 0.22 | 0.35 |
| Hex | 6B | 45 | 5E | 0 | 24 | C | 3A | 141 | 16 | 23 |
| Octal | 153 | 105 | 136 | 0 | 44 | 14 | 72 | 501 | 26 | 43 |
| Binary | 1101011 | 1000101 | 1011110 | 0 | 100100 | 1100 | 111010 | 101000001 | 10110 | 100011 |
Color Harmonies of #6B455E
Complementary color
Monochromatic Colors of #6B455E
Black with #6B455E
Text Example
Text Example
White with #6B455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B455E; }
p { color: rgb(107,69,94); }
H1.HeaderClassName
{
color: #6B455E;
}
.AnyTagClassName
{
color: #6B455E;
}
</style>
background-color css
<style>
a { background-color: #6B455E; }
a { background-color: rgb(107,69,94); }
div.DivClassName
{
background-color: #6B455E;
}
.BgClassName
{
background-color: #6B455E;
}
</style>
border-color css
<style>
span { border-color: #6B455E; }
span { border-color: rgb(107,69,94); }
td.TdClassName
{
border-color: #6B455E;
}
.TagClassName
{
border-color: #6B455E;
}
</style>