Shades of Finn #6B435C
Tints of Finn #6B435C
RGB
CMYK
RGB Variations
Color information
#6B435C (or 0x6B435C) is known color: Finn. HEX triplet: 6B, 43 and 5C. RGB value is (107,67,92). Sum of RGB (Red+Green+Blue) = 107+67+92=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B435C is #94BCA3. Grayscale: #515151. Windows color (decimal): -9747620 or 6046571. OLE color: 6046571.
HSL color Cylindrical-coordinate representation of color #6B435C: hue angle of 322.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B435C is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 92 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.58 |
| HSL | 322.5º | 0.23% | 0.34% | - |
| HSV(B) | 322.5º | 0.37% | 0.42% | - |
| XYZ | 10 | 7.91 | 11.13 | - |
| YUV | 81.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 92 | 0 | 0.37 | 0.14 | 0.58 | 322.5 | 0.23 | 0.34 |
| Hex | 6B | 43 | 5C | 0 | 25 | E | 3A | 142 | 17 | 22 |
| Octal | 153 | 103 | 134 | 0 | 45 | 16 | 72 | 502 | 27 | 42 |
| Binary | 1101011 | 1000011 | 1011100 | 0 | 100101 | 1110 | 111010 | 101000010 | 10111 | 100010 |
Color Harmonies of #6B435C
Complementary color
Monochromatic Colors of #6B435C
Black with #6B435C
Text Example
Text Example
White with #6B435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B435C; }
p { color: rgb(107,67,92); }
H1.HeaderClassName
{
color: #6B435C;
}
.AnyTagClassName
{
color: #6B435C;
}
</style>
background-color css
<style>
a { background-color: #6B435C; }
a { background-color: rgb(107,67,92); }
div.DivClassName
{
background-color: #6B435C;
}
.BgClassName
{
background-color: #6B435C;
}
</style>
border-color css
<style>
span { border-color: #6B435C; }
span { border-color: rgb(107,67,92); }
td.TdClassName
{
border-color: #6B435C;
}
.TagClassName
{
border-color: #6B435C;
}
</style>