Shades of Finn #6B425C
Tints of Finn #6B425C
RGB
CMYK
RGB Variations
Color information
#6B425C (or 0x6B425C) is known color: Finn. HEX triplet: 6B, 42 and 5C. RGB value is (107,66,92). Sum of RGB (Red+Green+Blue) = 107+66+92=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B425C is #94BDA3. Grayscale: #515151. Windows color (decimal): -9747876 or 6046315. OLE color: 6046315.
HSL color Cylindrical-coordinate representation of color #6B425C: hue angle of 321.95º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B425C is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 92 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.58 |
| HSL | 321.95º | 0.24% | 0.34% | - |
| HSV(B) | 321.95º | 0.38% | 0.42% | - |
| XYZ | 9.94 | 7.79 | 11.11 | - |
| YUV | 81.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 92 | 0 | 0.38 | 0.14 | 0.58 | 321.95 | 0.24 | 0.34 |
| Hex | 6B | 42 | 5C | 0 | 26 | E | 3A | 142 | 18 | 22 |
| Octal | 153 | 102 | 134 | 0 | 46 | 16 | 72 | 502 | 30 | 42 |
| Binary | 1101011 | 1000010 | 1011100 | 0 | 100110 | 1110 | 111010 | 101000010 | 11000 | 100010 |
Color Harmonies of #6B425C
Complementary color
Monochromatic Colors of #6B425C
Black with #6B425C
Text Example
Text Example
White with #6B425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B425C; }
p { color: rgb(107,66,92); }
H1.HeaderClassName
{
color: #6B425C;
}
.AnyTagClassName
{
color: #6B425C;
}
</style>
background-color css
<style>
a { background-color: #6B425C; }
a { background-color: rgb(107,66,92); }
div.DivClassName
{
background-color: #6B425C;
}
.BgClassName
{
background-color: #6B425C;
}
</style>
border-color css
<style>
span { border-color: #6B425C; }
span { border-color: rgb(107,66,92); }
td.TdClassName
{
border-color: #6B425C;
}
.TagClassName
{
border-color: #6B425C;
}
</style>