Shades of Finn #6B495C
Tints of Finn #6B495C
RGB
CMYK
RGB Variations
Color information
#6B495C (or 0x6B495C) is known color: Finn. HEX triplet: 6B, 49 and 5C. RGB value is (107,73,92). Sum of RGB (Red+Green+Blue) = 107+73+92=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B495C is #94B6A3. Grayscale: #555555. Windows color (decimal): -9746084 or 6048107. OLE color: 6048107.
HSL color Cylindrical-coordinate representation of color #6B495C: hue angle of 326.47º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B495C is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 73 | 92 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.58 |
| HSL | 326.47º | 0.19% | 0.35% | - |
| HSV(B) | 326.47º | 0.32% | 0.42% | - |
| XYZ | 10.38 | 8.66 | 11.25 | - |
| YUV | 85.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 92 | 0 | 0.32 | 0.14 | 0.58 | 326.47 | 0.19 | 0.35 |
| Hex | 6B | 49 | 5C | 0 | 20 | E | 3A | 146 | 13 | 23 |
| Octal | 153 | 111 | 134 | 0 | 40 | 16 | 72 | 506 | 23 | 43 |
| Binary | 1101011 | 1001001 | 1011100 | 0 | 100000 | 1110 | 111010 | 101000110 | 10011 | 100011 |
Color Harmonies of #6B495C
Complementary color
Monochromatic Colors of #6B495C
Black with #6B495C
Text Example
Text Example
White with #6B495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B495C; }
p { color: rgb(107,73,92); }
H1.HeaderClassName
{
color: #6B495C;
}
.AnyTagClassName
{
color: #6B495C;
}
</style>
background-color css
<style>
a { background-color: #6B495C; }
a { background-color: rgb(107,73,92); }
div.DivClassName
{
background-color: #6B495C;
}
.BgClassName
{
background-color: #6B495C;
}
</style>
border-color css
<style>
span { border-color: #6B495C; }
span { border-color: rgb(107,73,92); }
td.TdClassName
{
border-color: #6B495C;
}
.TagClassName
{
border-color: #6B495C;
}
</style>