Shades of Affair #6B4985
Tints of Affair #6B4985
RGB
CMYK
RGB Variations
Color information
#6B4985 (or 0x6B4985) is known color: Affair. HEX triplet: 6B, 49 and 85. RGB value is (107,73,133). Sum of RGB (Red+Green+Blue) = 107+73+133=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B4985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4985 is #94B67A. Grayscale: #595959. Windows color (decimal): -9746043 or 8735083. OLE color: 8735083.
HSL color Cylindrical-coordinate representation of color #6B4985: hue angle of 274º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B4985 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 73 | 133 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.48 |
| HSL | 274º | 0.29% | 0.4% | - |
| HSV(B) | 274º | 0.45% | 0.52% | - |
| XYZ | 12.68 | 9.58 | 23.37 | - |
| YUV | 90.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 133 | 0.20 | 0.45 | 0 | 0.48 | 274 | 0.29 | 0.4 |
| Hex | 6B | 49 | 85 | 14 | 2D | 0 | 30 | 112 | 1D | 28 |
| Octal | 153 | 111 | 205 | 24 | 55 | 0 | 60 | 422 | 35 | 50 |
| Binary | 1101011 | 1001001 | 10000101 | 10100 | 101101 | 0 | 110000 | 100010010 | 11101 | 101000 |
Color Harmonies of #6B4985
Complementary color
Monochromatic Colors of #6B4985
Black with #6B4985
Text Example
Text Example
White with #6B4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4985; }
p { color: rgb(107,73,133); }
H1.HeaderClassName
{
color: #6B4985;
}
.AnyTagClassName
{
color: #6B4985;
}
</style>
background-color css
<style>
a { background-color: #6B4985; }
a { background-color: rgb(107,73,133); }
div.DivClassName
{
background-color: #6B4985;
}
.BgClassName
{
background-color: #6B4985;
}
</style>
border-color css
<style>
span { border-color: #6B4985; }
span { border-color: rgb(107,73,133); }
td.TdClassName
{
border-color: #6B4985;
}
.TagClassName
{
border-color: #6B4985;
}
</style>