Shades of Affair #6B488A
Tints of Affair #6B488A
RGB
CMYK
RGB Variations
Color information
#6B488A (or 0x6B488A) is known color: Affair. HEX triplet: 6B, 48 and 8A. RGB value is (107,72,138). Sum of RGB (Red+Green+Blue) = 107+72+138=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B488A is #94B775. Grayscale: #595959. Windows color (decimal): -9746294 or 9062507. OLE color: 9062507.
HSL color Cylindrical-coordinate representation of color #6B488A: hue angle of 271.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B488A is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 72 | 138 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.46 |
| HSL | 271.82º | 0.31% | 0.41% | - |
| HSV(B) | 271.82º | 0.48% | 0.54% | - |
| XYZ | 12.97 | 9.6 | 25.21 | - |
| YUV | 89.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 138 | 0.22 | 0.48 | 0 | 0.46 | 271.82 | 0.31 | 0.41 |
| Hex | 6B | 48 | 8A | 16 | 30 | 0 | 2E | 110 | 1F | 29 |
| Octal | 153 | 110 | 212 | 26 | 60 | 0 | 56 | 420 | 37 | 51 |
| Binary | 1101011 | 1001000 | 10001010 | 10110 | 110000 | 0 | 101110 | 100010000 | 11111 | 101001 |
Color Harmonies of #6B488A
Complementary color
Monochromatic Colors of #6B488A
Black with #6B488A
Text Example
Text Example
White with #6B488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B488A; }
p { color: rgb(107,72,138); }
H1.HeaderClassName
{
color: #6B488A;
}
.AnyTagClassName
{
color: #6B488A;
}
</style>
background-color css
<style>
a { background-color: #6B488A; }
a { background-color: rgb(107,72,138); }
div.DivClassName
{
background-color: #6B488A;
}
.BgClassName
{
background-color: #6B488A;
}
</style>
border-color css
<style>
span { border-color: #6B488A; }
span { border-color: rgb(107,72,138); }
td.TdClassName
{
border-color: #6B488A;
}
.TagClassName
{
border-color: #6B488A;
}
</style>