Shades of Finn #6B3E53
Tints of Finn #6B3E53
RGB
CMYK
RGB Variations
Color information
#6B3E53 (or 0x6B3E53) is known color: Finn. HEX triplet: 6B, 3E and 53. RGB value is (107,62,83). Sum of RGB (Red+Green+Blue) = 107+62+83=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E53 is #94C1AC. Grayscale: #4D4D4D. Windows color (decimal): -9748909 or 5455467. OLE color: 5455467.
HSL color Cylindrical-coordinate representation of color #6B3E53: hue angle of 332º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B3E53 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 62 | 83 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.58 |
| HSL | 332º | 0.27% | 0.33% | - |
| HSV(B) | 332º | 0.42% | 0.42% | - |
| XYZ | 9.35 | 7.2 | 9.08 | - |
| YUV | 77.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 83 | 0 | 0.42 | 0.22 | 0.58 | 332 | 0.27 | 0.33 |
| Hex | 6B | 3E | 53 | 0 | 2A | 16 | 3A | 14C | 1B | 21 |
| Octal | 153 | 76 | 123 | 0 | 52 | 26 | 72 | 514 | 33 | 41 |
| Binary | 1101011 | 111110 | 1010011 | 0 | 101010 | 10110 | 111010 | 101001100 | 11011 | 100001 |
Color Harmonies of #6B3E53
Complementary color
Monochromatic Colors of #6B3E53
Black with #6B3E53
Text Example
Text Example
White with #6B3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E53; }
p { color: rgb(107,62,83); }
H1.HeaderClassName
{
color: #6B3E53;
}
.AnyTagClassName
{
color: #6B3E53;
}
</style>
background-color css
<style>
a { background-color: #6B3E53; }
a { background-color: rgb(107,62,83); }
div.DivClassName
{
background-color: #6B3E53;
}
.BgClassName
{
background-color: #6B3E53;
}
</style>
border-color css
<style>
span { border-color: #6B3E53; }
span { border-color: rgb(107,62,83); }
td.TdClassName
{
border-color: #6B3E53;
}
.TagClassName
{
border-color: #6B3E53;
}
</style>