Shades of Finn #68405B
Tints of Finn #68405B
RGB
CMYK
RGB Variations
Color information
#68405B (or 0x68405B) is known color: Finn. HEX triplet: 68, 40 and 5B. RGB value is (104,64,91). Sum of RGB (Red+Green+Blue) = 104+64+91=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68405B is #97BFA4. Grayscale: #4E4E4E. Windows color (decimal): -9944997 or 5980264. OLE color: 5980264.
HSL color Cylindrical-coordinate representation of color #68405B: hue angle of 319.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68405B is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 91 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.59 |
| HSL | 319.5º | 0.24% | 0.33% | - |
| HSV(B) | 319.5º | 0.38% | 0.41% | - |
| XYZ | 9.43 | 7.37 | 10.82 | - |
| YUV | 79.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 91 | 0 | 0.38 | 0.12 | 0.59 | 319.5 | 0.24 | 0.33 |
| Hex | 68 | 40 | 5B | 0 | 26 | C | 3B | 140 | 18 | 21 |
| Octal | 150 | 100 | 133 | 0 | 46 | 14 | 73 | 500 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1011011 | 0 | 100110 | 1100 | 111011 | 101000000 | 11000 | 100001 |
Color Harmonies of #68405B
Complementary color
Monochromatic Colors of #68405B
Black with #68405B
Text Example
Text Example
White with #68405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68405B; }
p { color: rgb(104,64,91); }
H1.HeaderClassName
{
color: #68405B;
}
.AnyTagClassName
{
color: #68405B;
}
</style>
background-color css
<style>
a { background-color: #68405B; }
a { background-color: rgb(104,64,91); }
div.DivClassName
{
background-color: #68405B;
}
.BgClassName
{
background-color: #68405B;
}
</style>
border-color css
<style>
span { border-color: #68405B; }
span { border-color: rgb(104,64,91); }
td.TdClassName
{
border-color: #68405B;
}
.TagClassName
{
border-color: #68405B;
}
</style>