Shades of Seance #6B4465
Tints of Seance #6B4465
RGB
CMYK
RGB Variations
Color information
#6B4465 (or 0x6B4465) is known color: Seance. HEX triplet: 6B, 44 and 65. RGB value is (107,68,101). Sum of RGB (Red+Green+Blue) = 107+68+101=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4465 is #94BB9A. Grayscale: #535353. Windows color (decimal): -9747355 or 6636651. OLE color: 6636651.
HSL color Cylindrical-coordinate representation of color #6B4465: hue angle of 309.23º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4465 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 101 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.58 |
| HSL | 309.23º | 0.22% | 0.34% | - |
| HSV(B) | 309.23º | 0.36% | 0.42% | - |
| XYZ | 10.48 | 8.2 | 13.34 | - |
| YUV | 83.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 101 | 0 | 0.36 | 0.06 | 0.58 | 309.23 | 0.22 | 0.34 |
| Hex | 6B | 44 | 65 | 0 | 24 | 6 | 3A | 135 | 16 | 22 |
| Octal | 153 | 104 | 145 | 0 | 44 | 6 | 72 | 465 | 26 | 42 |
| Binary | 1101011 | 1000100 | 1100101 | 0 | 100100 | 110 | 111010 | 100110101 | 10110 | 100010 |
Color Harmonies of #6B4465
Complementary color
Monochromatic Colors of #6B4465
Black with #6B4465
Text Example
Text Example
White with #6B4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4465; }
p { color: rgb(107,68,101); }
H1.HeaderClassName
{
color: #6B4465;
}
.AnyTagClassName
{
color: #6B4465;
}
</style>
background-color css
<style>
a { background-color: #6B4465; }
a { background-color: rgb(107,68,101); }
div.DivClassName
{
background-color: #6B4465;
}
.BgClassName
{
background-color: #6B4465;
}
</style>
border-color css
<style>
span { border-color: #6B4465; }
span { border-color: rgb(107,68,101); }
td.TdClassName
{
border-color: #6B4465;
}
.TagClassName
{
border-color: #6B4465;
}
</style>