Shades of Finn #6B3F53
Tints of Finn #6B3F53
RGB
CMYK
RGB Variations
Color information
#6B3F53 (or 0x6B3F53) is known color: Finn. HEX triplet: 6B, 3F and 53. RGB value is (107,63,83). Sum of RGB (Red+Green+Blue) = 107+63+83=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3F53 is #94C0AC. Grayscale: #4E4E4E. Windows color (decimal): -9748653 or 5455723. OLE color: 5455723.
HSL color Cylindrical-coordinate representation of color #6B3F53: hue angle of 332.73º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B3F53 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 63 | 83 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.58 |
| HSL | 332.73º | 0.26% | 0.33% | - |
| HSV(B) | 332.73º | 0.41% | 0.42% | - |
| XYZ | 9.4 | 7.31 | 9.1 | - |
| YUV | 78.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 83 | 0 | 0.41 | 0.22 | 0.58 | 332.73 | 0.26 | 0.33 |
| Hex | 6B | 3F | 53 | 0 | 29 | 16 | 3A | 14D | 1A | 21 |
| Octal | 153 | 77 | 123 | 0 | 51 | 26 | 72 | 515 | 32 | 41 |
| Binary | 1101011 | 111111 | 1010011 | 0 | 101001 | 10110 | 111010 | 101001101 | 11010 | 100001 |
Color Harmonies of #6B3F53
Complementary color
Monochromatic Colors of #6B3F53
Black with #6B3F53
Text Example
Text Example
White with #6B3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3F53; }
p { color: rgb(107,63,83); }
H1.HeaderClassName
{
color: #6B3F53;
}
.AnyTagClassName
{
color: #6B3F53;
}
</style>
background-color css
<style>
a { background-color: #6B3F53; }
a { background-color: rgb(107,63,83); }
div.DivClassName
{
background-color: #6B3F53;
}
.BgClassName
{
background-color: #6B3F53;
}
</style>
border-color css
<style>
span { border-color: #6B3F53; }
span { border-color: rgb(107,63,83); }
td.TdClassName
{
border-color: #6B3F53;
}
.TagClassName
{
border-color: #6B3F53;
}
</style>