Shades of Affair #6B3D87
Tints of Affair #6B3D87
RGB
CMYK
RGB Variations
Color information
#6B3D87 (or 0x6B3D87) is known color: Affair. HEX triplet: 6B, 3D and 87. RGB value is (107,61,135). Sum of RGB (Red+Green+Blue) = 107+61+135=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B3D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3D87 is #94C278. Grayscale: #525252. Windows color (decimal): -9749113 or 8863083. OLE color: 8863083.
HSL color Cylindrical-coordinate representation of color #6B3D87: hue angle of 277.3º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3D87 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 61 | 135 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.47 |
| HSL | 277.3º | 0.38% | 0.38% | - |
| HSV(B) | 277.3º | 0.55% | 0.53% | - |
| XYZ | 12.11 | 8.21 | 23.87 | - |
| YUV | 83.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 135 | 0.21 | 0.55 | 0 | 0.47 | 277.3 | 0.38 | 0.38 |
| Hex | 6B | 3D | 87 | 15 | 37 | 0 | 2F | 115 | 26 | 26 |
| Octal | 153 | 75 | 207 | 25 | 67 | 0 | 57 | 425 | 46 | 46 |
| Binary | 1101011 | 111101 | 10000111 | 10101 | 110111 | 0 | 101111 | 100010101 | 100110 | 100110 |
Color Harmonies of #6B3D87
Complementary color
Monochromatic Colors of #6B3D87
Black with #6B3D87
Text Example
Text Example
White with #6B3D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D87; }
p { color: rgb(107,61,135); }
H1.HeaderClassName
{
color: #6B3D87;
}
.AnyTagClassName
{
color: #6B3D87;
}
</style>
background-color css
<style>
a { background-color: #6B3D87; }
a { background-color: rgb(107,61,135); }
div.DivClassName
{
background-color: #6B3D87;
}
.BgClassName
{
background-color: #6B3D87;
}
</style>
border-color css
<style>
span { border-color: #6B3D87; }
span { border-color: rgb(107,61,135); }
td.TdClassName
{
border-color: #6B3D87;
}
.TagClassName
{
border-color: #6B3D87;
}
</style>