Shades of Finn #68455A
Tints of Finn #68455A
RGB
CMYK
RGB Variations
Color information
#68455A (or 0x68455A) is known color: Finn. HEX triplet: 68, 45 and 5A. RGB value is (104,69,90). Sum of RGB (Red+Green+Blue) = 104+69+90=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68455A is #97BAA5. Grayscale: #515151. Windows color (decimal): -9943718 or 5916008. OLE color: 5916008.
HSL color Cylindrical-coordinate representation of color #68455A: hue angle of 324º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68455A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 90 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.59 |
| HSL | 324º | 0.2% | 0.34% | - |
| HSV(B) | 324º | 0.34% | 0.41% | - |
| XYZ | 9.68 | 7.94 | 10.69 | - |
| YUV | 81.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 90 | 0 | 0.34 | 0.13 | 0.59 | 324 | 0.2 | 0.34 |
| Hex | 68 | 45 | 5A | 0 | 22 | D | 3B | 144 | 14 | 22 |
| Octal | 150 | 105 | 132 | 0 | 42 | 15 | 73 | 504 | 24 | 42 |
| Binary | 1101000 | 1000101 | 1011010 | 0 | 100010 | 1101 | 111011 | 101000100 | 10100 | 100010 |
Color Harmonies of #68455A
Complementary color
Monochromatic Colors of #68455A
Black with #68455A
Text Example
Text Example
White with #68455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68455A; }
p { color: rgb(104,69,90); }
H1.HeaderClassName
{
color: #68455A;
}
.AnyTagClassName
{
color: #68455A;
}
</style>
background-color css
<style>
a { background-color: #68455A; }
a { background-color: rgb(104,69,90); }
div.DivClassName
{
background-color: #68455A;
}
.BgClassName
{
background-color: #68455A;
}
</style>
border-color css
<style>
span { border-color: #68455A; }
span { border-color: rgb(104,69,90); }
td.TdClassName
{
border-color: #68455A;
}
.TagClassName
{
border-color: #68455A;
}
</style>