Shades of Finn #68445D
Tints of Finn #68445D
RGB
CMYK
RGB Variations
Color information
#68445D (or 0x68445D) is known color: Finn. HEX triplet: 68, 44 and 5D. RGB value is (104,68,93). Sum of RGB (Red+Green+Blue) = 104+68+93=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68445D is #97BBA2. Grayscale: #515151. Windows color (decimal): -9943971 or 6112360. OLE color: 6112360.
HSL color Cylindrical-coordinate representation of color #68445D: hue angle of 318.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68445D is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 93 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.59 |
| HSL | 318.33º | 0.21% | 0.34% | - |
| HSV(B) | 318.33º | 0.35% | 0.41% | - |
| XYZ | 9.75 | 7.87 | 11.36 | - |
| YUV | 81.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 93 | 0 | 0.35 | 0.11 | 0.59 | 318.33 | 0.21 | 0.34 |
| Hex | 68 | 44 | 5D | 0 | 23 | B | 3B | 13E | 15 | 22 |
| Octal | 150 | 104 | 135 | 0 | 43 | 13 | 73 | 476 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1011101 | 0 | 100011 | 1011 | 111011 | 100111110 | 10101 | 100010 |
Color Harmonies of #68445D
Complementary color
Monochromatic Colors of #68445D
Black with #68445D
Text Example
Text Example
White with #68445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68445D; }
p { color: rgb(104,68,93); }
H1.HeaderClassName
{
color: #68445D;
}
.AnyTagClassName
{
color: #68445D;
}
</style>
background-color css
<style>
a { background-color: #68445D; }
a { background-color: rgb(104,68,93); }
div.DivClassName
{
background-color: #68445D;
}
.BgClassName
{
background-color: #68445D;
}
</style>
border-color css
<style>
span { border-color: #68445D; }
span { border-color: rgb(104,68,93); }
td.TdClassName
{
border-color: #68445D;
}
.TagClassName
{
border-color: #68445D;
}
</style>