Shades of Affair #6C4181
Tints of Affair #6C4181
RGB
CMYK
RGB Variations
Color information
#6C4181 (or 0x6C4181) is known color: Affair. HEX triplet: 6C, 41 and 81. RGB value is (108,65,129). Sum of RGB (Red+Green+Blue) = 108+65+129=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4181 is #93BE7E. Grayscale: #545454. Windows color (decimal): -9682559 or 8470892. OLE color: 8470892.
HSL color Cylindrical-coordinate representation of color #6C4181: hue angle of 280.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4181 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 65 | 129 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.49 |
| HSL | 280.31º | 0.33% | 0.38% | - |
| HSV(B) | 280.31º | 0.5% | 0.51% | - |
| XYZ | 12.04 | 8.55 | 21.79 | - |
| YUV | 85.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 129 | 0.16 | 0.50 | 0 | 0.49 | 280.31 | 0.33 | 0.38 |
| Hex | 6C | 41 | 81 | 10 | 32 | 0 | 31 | 118 | 21 | 26 |
| Octal | 154 | 101 | 201 | 20 | 62 | 0 | 61 | 430 | 41 | 46 |
| Binary | 1101100 | 1000001 | 10000001 | 10000 | 110010 | 0 | 110001 | 100011000 | 100001 | 100110 |
Color Harmonies of #6C4181
Complementary color
Monochromatic Colors of #6C4181
Black with #6C4181
Text Example
Text Example
White with #6C4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4181; }
p { color: rgb(108,65,129); }
H1.HeaderClassName
{
color: #6C4181;
}
.AnyTagClassName
{
color: #6C4181;
}
</style>
background-color css
<style>
a { background-color: #6C4181; }
a { background-color: rgb(108,65,129); }
div.DivClassName
{
background-color: #6C4181;
}
.BgClassName
{
background-color: #6C4181;
}
</style>
border-color css
<style>
span { border-color: #6C4181; }
span { border-color: rgb(108,65,129); }
td.TdClassName
{
border-color: #6C4181;
}
.TagClassName
{
border-color: #6C4181;
}
</style>