Shades of Affair #6C427F
Tints of Affair #6C427F
RGB
CMYK
RGB Variations
Color information
#6C427F (or 0x6C427F) is known color: Affair. HEX triplet: 6C, 42 and 7F. RGB value is (108,66,127). Sum of RGB (Red+Green+Blue) = 108+66+127=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C427F is #93BD80. Grayscale: #555555. Windows color (decimal): -9682305 or 8340076. OLE color: 8340076.
HSL color Cylindrical-coordinate representation of color #6C427F: hue angle of 281.31º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C427F is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 66 | 127 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.50 |
| HSL | 281.31º | 0.32% | 0.38% | - |
| HSV(B) | 281.31º | 0.48% | 0.5% | - |
| XYZ | 11.96 | 8.62 | 21.11 | - |
| YUV | 85.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 127 | 0.15 | 0.48 | 0 | 0.50 | 281.31 | 0.32 | 0.38 |
| Hex | 6C | 42 | 7F | F | 30 | 0 | 32 | 119 | 20 | 26 |
| Octal | 154 | 102 | 177 | 17 | 60 | 0 | 62 | 431 | 40 | 46 |
| Binary | 1101100 | 1000010 | 1111111 | 1111 | 110000 | 0 | 110010 | 100011001 | 100000 | 100110 |
Color Harmonies of #6C427F
Complementary color
Monochromatic Colors of #6C427F
Black with #6C427F
Text Example
Text Example
White with #6C427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C427F; }
p { color: rgb(108,66,127); }
H1.HeaderClassName
{
color: #6C427F;
}
.AnyTagClassName
{
color: #6C427F;
}
</style>
background-color css
<style>
a { background-color: #6C427F; }
a { background-color: rgb(108,66,127); }
div.DivClassName
{
background-color: #6C427F;
}
.BgClassName
{
background-color: #6C427F;
}
</style>
border-color css
<style>
span { border-color: #6C427F; }
span { border-color: rgb(108,66,127); }
td.TdClassName
{
border-color: #6C427F;
}
.TagClassName
{
border-color: #6C427F;
}
</style>