Shades of Affair #6B4381
Tints of Affair #6B4381
RGB
CMYK
RGB Variations
Color information
#6B4381 (or 0x6B4381) is known color: Affair. HEX triplet: 6B, 43 and 81. RGB value is (107,67,129). Sum of RGB (Red+Green+Blue) = 107+67+129=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B4381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4381 is #94BC7E. Grayscale: #555555. Windows color (decimal): -9747583 or 8471403. OLE color: 8471403.
HSL color Cylindrical-coordinate representation of color #6B4381: hue angle of 278.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4381 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 67 | 129 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.49 |
| HSL | 278.71º | 0.32% | 0.38% | - |
| HSV(B) | 278.71º | 0.48% | 0.51% | - |
| XYZ | 12.03 | 8.73 | 21.82 | - |
| YUV | 86.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 129 | 0.17 | 0.48 | 0 | 0.49 | 278.71 | 0.32 | 0.38 |
| Hex | 6B | 43 | 81 | 11 | 30 | 0 | 31 | 117 | 20 | 26 |
| Octal | 153 | 103 | 201 | 21 | 60 | 0 | 61 | 427 | 40 | 46 |
| Binary | 1101011 | 1000011 | 10000001 | 10001 | 110000 | 0 | 110001 | 100010111 | 100000 | 100110 |
Color Harmonies of #6B4381
Complementary color
Monochromatic Colors of #6B4381
Black with #6B4381
Text Example
Text Example
White with #6B4381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4381; }
p { color: rgb(107,67,129); }
H1.HeaderClassName
{
color: #6B4381;
}
.AnyTagClassName
{
color: #6B4381;
}
</style>
background-color css
<style>
a { background-color: #6B4381; }
a { background-color: rgb(107,67,129); }
div.DivClassName
{
background-color: #6B4381;
}
.BgClassName
{
background-color: #6B4381;
}
</style>
border-color css
<style>
span { border-color: #6B4381; }
span { border-color: rgb(107,67,129); }
td.TdClassName
{
border-color: #6B4381;
}
.TagClassName
{
border-color: #6B4381;
}
</style>