Shades of Affair #6B488C
Tints of Affair #6B488C
RGB
CMYK
RGB Variations
Color information
#6B488C (or 0x6B488C) is known color: Affair. HEX triplet: 6B, 48 and 8C. RGB value is (107,72,140). Sum of RGB (Red+Green+Blue) = 107+72+140=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B488C is #94B773. Grayscale: #595959. Windows color (decimal): -9746292 or 9193579. OLE color: 9193579.
HSL color Cylindrical-coordinate representation of color #6B488C: hue angle of 270.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B488C is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 72 | 140 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.45 |
| HSL | 270.88º | 0.32% | 0.42% | - |
| HSV(B) | 270.88º | 0.49% | 0.55% | - |
| XYZ | 13.11 | 9.65 | 25.98 | - |
| YUV | 90.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 140 | 0.24 | 0.49 | 0 | 0.45 | 270.88 | 0.32 | 0.42 |
| Hex | 6B | 48 | 8C | 18 | 31 | 0 | 2D | 10F | 20 | 2A |
| Octal | 153 | 110 | 214 | 30 | 61 | 0 | 55 | 417 | 40 | 52 |
| Binary | 1101011 | 1001000 | 10001100 | 11000 | 110001 | 0 | 101101 | 100001111 | 100000 | 101010 |
Color Harmonies of #6B488C
Complementary color
Monochromatic Colors of #6B488C
Black with #6B488C
Text Example
Text Example
White with #6B488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B488C; }
p { color: rgb(107,72,140); }
H1.HeaderClassName
{
color: #6B488C;
}
.AnyTagClassName
{
color: #6B488C;
}
</style>
background-color css
<style>
a { background-color: #6B488C; }
a { background-color: rgb(107,72,140); }
div.DivClassName
{
background-color: #6B488C;
}
.BgClassName
{
background-color: #6B488C;
}
</style>
border-color css
<style>
span { border-color: #6B488C; }
span { border-color: rgb(107,72,140); }
td.TdClassName
{
border-color: #6B488C;
}
.TagClassName
{
border-color: #6B488C;
}
</style>