Shades of Affair #6C3887
Tints of Affair #6C3887
RGB
CMYK
RGB Variations
Color information
#6C3887 (or 0x6C3887) is known color: Affair. HEX triplet: 6C, 38 and 87. RGB value is (108,56,135). Sum of RGB (Red+Green+Blue) = 108+56+135=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C3887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3887 is #93C778. Grayscale: #505050. Windows color (decimal): -9684857 or 8861804. OLE color: 8861804.
HSL color Cylindrical-coordinate representation of color #6C3887: hue angle of 279.49º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C3887 is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 56 | 135 | - |
| CMYK | 0.2 | 0.59 | 0 | 0.47 |
| HSL | 279.49º | 0.41% | 0.37% | - |
| HSV(B) | 279.49º | 0.59% | 0.53% | - |
| XYZ | 11.97 | 7.77 | 23.79 | - |
| YUV | 80.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 135 | 0.2 | 0.59 | 0 | 0.47 | 279.49 | 0.41 | 0.37 |
| Hex | 6C | 38 | 87 | 14 | 3B | 0 | 2F | 117 | 29 | 25 |
| Octal | 154 | 70 | 207 | 24 | 73 | 0 | 57 | 427 | 51 | 45 |
| Binary | 1101100 | 111000 | 10000111 | 10100 | 111011 | 0 | 101111 | 100010111 | 101001 | 100101 |
Color Harmonies of #6C3887
Complementary color
Monochromatic Colors of #6C3887
Black with #6C3887
Text Example
Text Example
White with #6C3887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3887; }
p { color: rgb(108,56,135); }
H1.HeaderClassName
{
color: #6C3887;
}
.AnyTagClassName
{
color: #6C3887;
}
</style>
background-color css
<style>
a { background-color: #6C3887; }
a { background-color: rgb(108,56,135); }
div.DivClassName
{
background-color: #6C3887;
}
.BgClassName
{
background-color: #6C3887;
}
</style>
border-color css
<style>
span { border-color: #6C3887; }
span { border-color: rgb(108,56,135); }
td.TdClassName
{
border-color: #6C3887;
}
.TagClassName
{
border-color: #6C3887;
}
</style>