Shades of Finn #69405C
Tints of Finn #69405C
RGB
CMYK
RGB Variations
Color information
#69405C (or 0x69405C) is known color: Finn. HEX triplet: 69, 40 and 5C. RGB value is (105,64,92). Sum of RGB (Red+Green+Blue) = 105+64+92=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #69405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69405C is #96BFA3. Grayscale: #4F4F4F. Windows color (decimal): -9879460 or 6045801. OLE color: 6045801.
HSL color Cylindrical-coordinate representation of color #69405C: hue angle of 319.02º degrees, saturation: 0.24, 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 #69405C is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 92 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.59 |
| HSL | 319.02º | 0.24% | 0.33% | - |
| HSV(B) | 319.02º | 0.39% | 0.41% | - |
| XYZ | 9.59 | 7.44 | 11.06 | - |
| YUV | 79.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 92 | 0 | 0.39 | 0.12 | 0.59 | 319.02 | 0.24 | 0.33 |
| Hex | 69 | 40 | 5C | 0 | 27 | C | 3B | 13F | 18 | 21 |
| Octal | 151 | 100 | 134 | 0 | 47 | 14 | 73 | 477 | 30 | 41 |
| Binary | 1101001 | 1000000 | 1011100 | 0 | 100111 | 1100 | 111011 | 100111111 | 11000 | 100001 |
Color Harmonies of #69405C
Complementary color
Monochromatic Colors of #69405C
Black with #69405C
Text Example
Text Example
White with #69405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69405C; }
p { color: rgb(105,64,92); }
H1.HeaderClassName
{
color: #69405C;
}
.AnyTagClassName
{
color: #69405C;
}
</style>
background-color css
<style>
a { background-color: #69405C; }
a { background-color: rgb(105,64,92); }
div.DivClassName
{
background-color: #69405C;
}
.BgClassName
{
background-color: #69405C;
}
</style>
border-color css
<style>
span { border-color: #69405C; }
span { border-color: rgb(105,64,92); }
td.TdClassName
{
border-color: #69405C;
}
.TagClassName
{
border-color: #69405C;
}
</style>