Shades of Affair #6C437C
Tints of Affair #6C437C
RGB
CMYK
RGB Variations
Color information
#6C437C (or 0x6C437C) is known color: Affair. HEX triplet: 6C, 43 and 7C. RGB value is (108,67,124). Sum of RGB (Red+Green+Blue) = 108+67+124=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C437C is #93BC83. Grayscale: #555555. Windows color (decimal): -9682052 or 8143724. OLE color: 8143724.
HSL color Cylindrical-coordinate representation of color #6C437C: hue angle of 283.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C437C is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 67 | 124 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.51 |
| HSL | 283.16º | 0.3% | 0.37% | - |
| HSV(B) | 283.16º | 0.46% | 0.49% | - |
| XYZ | 11.83 | 8.66 | 20.12 | - |
| YUV | 85.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 124 | 0.13 | 0.46 | 0 | 0.51 | 283.16 | 0.3 | 0.37 |
| Hex | 6C | 43 | 7C | D | 2E | 0 | 33 | 11B | 1E | 25 |
| Octal | 154 | 103 | 174 | 15 | 56 | 0 | 63 | 433 | 36 | 45 |
| Binary | 1101100 | 1000011 | 1111100 | 1101 | 101110 | 0 | 110011 | 100011011 | 11110 | 100101 |
Color Harmonies of #6C437C
Complementary color
Monochromatic Colors of #6C437C
Black with #6C437C
Text Example
Text Example
White with #6C437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C437C; }
p { color: rgb(108,67,124); }
H1.HeaderClassName
{
color: #6C437C;
}
.AnyTagClassName
{
color: #6C437C;
}
</style>
background-color css
<style>
a { background-color: #6C437C; }
a { background-color: rgb(108,67,124); }
div.DivClassName
{
background-color: #6C437C;
}
.BgClassName
{
background-color: #6C437C;
}
</style>
border-color css
<style>
span { border-color: #6C437C; }
span { border-color: rgb(108,67,124); }
td.TdClassName
{
border-color: #6C437C;
}
.TagClassName
{
border-color: #6C437C;
}
</style>