Shades of Finn #683F5B
Tints of Finn #683F5B
RGB
CMYK
RGB Variations
Color information
#683F5B (or 0x683F5B) is known color: Finn. HEX triplet: 68, 3F and 5B. RGB value is (104,63,91). Sum of RGB (Red+Green+Blue) = 104+63+91=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #683F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F5B is #97C0A4. Grayscale: #4E4E4E. Windows color (decimal): -9945253 or 5980008. OLE color: 5980008.
HSL color Cylindrical-coordinate representation of color #683F5B: hue angle of 319.02º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F5B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 91 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.59 |
| HSL | 319.02º | 0.25% | 0.33% | - |
| HSV(B) | 319.02º | 0.39% | 0.41% | - |
| XYZ | 9.37 | 7.25 | 10.8 | - |
| YUV | 78.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 91 | 0 | 0.39 | 0.12 | 0.59 | 319.02 | 0.25 | 0.33 |
| Hex | 68 | 3F | 5B | 0 | 27 | C | 3B | 13F | 19 | 21 |
| Octal | 150 | 77 | 133 | 0 | 47 | 14 | 73 | 477 | 31 | 41 |
| Binary | 1101000 | 111111 | 1011011 | 0 | 100111 | 1100 | 111011 | 100111111 | 11001 | 100001 |
Color Harmonies of #683F5B
Complementary color
Monochromatic Colors of #683F5B
Black with #683F5B
Text Example
Text Example
White with #683F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F5B; }
p { color: rgb(104,63,91); }
H1.HeaderClassName
{
color: #683F5B;
}
.AnyTagClassName
{
color: #683F5B;
}
</style>
background-color css
<style>
a { background-color: #683F5B; }
a { background-color: rgb(104,63,91); }
div.DivClassName
{
background-color: #683F5B;
}
.BgClassName
{
background-color: #683F5B;
}
</style>
border-color css
<style>
span { border-color: #683F5B; }
span { border-color: rgb(104,63,91); }
td.TdClassName
{
border-color: #683F5B;
}
.TagClassName
{
border-color: #683F5B;
}
</style>