Shades of Affair #6A447D
Tints of Affair #6A447D
RGB
CMYK
RGB Variations
Color information
#6A447D (or 0x6A447D) is known color: Affair. HEX triplet: 6A, 44 and 7D. RGB value is (106,68,125). Sum of RGB (Red+Green+Blue) = 106+68+125=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A447D is #95BB82. Grayscale: #555555. Windows color (decimal): -9812867 or 8209514. OLE color: 8209514.
HSL color Cylindrical-coordinate representation of color #6A447D: hue angle of 280º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A447D is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 68 | 125 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.51 |
| HSL | 280º | 0.3% | 0.38% | - |
| HSV(B) | 280º | 0.46% | 0.49% | - |
| XYZ | 11.71 | 8.68 | 20.46 | - |
| YUV | 85.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 68 | 125 | 0.15 | 0.46 | 0 | 0.51 | 280 | 0.3 | 0.38 |
| Hex | 6A | 44 | 7D | F | 2E | 0 | 33 | 118 | 1E | 26 |
| Octal | 152 | 104 | 175 | 17 | 56 | 0 | 63 | 430 | 36 | 46 |
| Binary | 1101010 | 1000100 | 1111101 | 1111 | 101110 | 0 | 110011 | 100011000 | 11110 | 100110 |
Color Harmonies of #6A447D
Complementary color
Monochromatic Colors of #6A447D
Black with #6A447D
Text Example
Text Example
White with #6A447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A447D; }
p { color: rgb(106,68,125); }
H1.HeaderClassName
{
color: #6A447D;
}
.AnyTagClassName
{
color: #6A447D;
}
</style>
background-color css
<style>
a { background-color: #6A447D; }
a { background-color: rgb(106,68,125); }
div.DivClassName
{
background-color: #6A447D;
}
.BgClassName
{
background-color: #6A447D;
}
</style>
border-color css
<style>
span { border-color: #6A447D; }
span { border-color: rgb(106,68,125); }
td.TdClassName
{
border-color: #6A447D;
}
.TagClassName
{
border-color: #6A447D;
}
</style>