Shades of Finn #6B3A53
Tints of Finn #6B3A53
RGB
CMYK
RGB Variations
Color information
#6B3A53 (or 0x6B3A53) is known color: Finn. HEX triplet: 6B, 3A and 53. RGB value is (107,58,83). Sum of RGB (Red+Green+Blue) = 107+58+83=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3A53 is #94C5AC. Grayscale: #4B4B4B. Windows color (decimal): -9749933 or 5454443. OLE color: 5454443.
HSL color Cylindrical-coordinate representation of color #6B3A53: hue angle of 329.39º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B3A53 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 58 | 83 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.58 |
| HSL | 329.39º | 0.3% | 0.32% | - |
| HSV(B) | 329.39º | 0.46% | 0.42% | - |
| XYZ | 9.14 | 6.78 | 9.01 | - |
| YUV | 75.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 83 | 0 | 0.46 | 0.22 | 0.58 | 329.39 | 0.3 | 0.32 |
| Hex | 6B | 3A | 53 | 0 | 2E | 16 | 3A | 149 | 1E | 20 |
| Octal | 153 | 72 | 123 | 0 | 56 | 26 | 72 | 511 | 36 | 40 |
| Binary | 1101011 | 111010 | 1010011 | 0 | 101110 | 10110 | 111010 | 101001001 | 11110 | 100000 |
Color Harmonies of #6B3A53
Complementary color
Monochromatic Colors of #6B3A53
Black with #6B3A53
Text Example
Text Example
White with #6B3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3A53; }
p { color: rgb(107,58,83); }
H1.HeaderClassName
{
color: #6B3A53;
}
.AnyTagClassName
{
color: #6B3A53;
}
</style>
background-color css
<style>
a { background-color: #6B3A53; }
a { background-color: rgb(107,58,83); }
div.DivClassName
{
background-color: #6B3A53;
}
.BgClassName
{
background-color: #6B3A53;
}
</style>
border-color css
<style>
span { border-color: #6B3A53; }
span { border-color: rgb(107,58,83); }
td.TdClassName
{
border-color: #6B3A53;
}
.TagClassName
{
border-color: #6B3A53;
}
</style>