Shades of Affair #6C468A
Tints of Affair #6C468A
RGB
CMYK
RGB Variations
Color information
#6C468A (or 0x6C468A) is known color: Affair. HEX triplet: 6C, 46 and 8A. RGB value is (108,70,138). Sum of RGB (Red+Green+Blue) = 108+70+138=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C468A is #93B975. Grayscale: #585858. Windows color (decimal): -9681270 or 9061996. OLE color: 9061996.
HSL color Cylindrical-coordinate representation of color #6C468A: hue angle of 273.53º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C468A is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 70 | 138 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.46 |
| HSL | 273.53º | 0.33% | 0.41% | - |
| HSV(B) | 273.53º | 0.49% | 0.54% | - |
| XYZ | 12.96 | 9.4 | 25.18 | - |
| YUV | 89.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 138 | 0.22 | 0.49 | 0 | 0.46 | 273.53 | 0.33 | 0.41 |
| Hex | 6C | 46 | 8A | 16 | 31 | 0 | 2E | 112 | 21 | 29 |
| Octal | 154 | 106 | 212 | 26 | 61 | 0 | 56 | 422 | 41 | 51 |
| Binary | 1101100 | 1000110 | 10001010 | 10110 | 110001 | 0 | 101110 | 100010010 | 100001 | 101001 |
Color Harmonies of #6C468A
Complementary color
Monochromatic Colors of #6C468A
Black with #6C468A
Text Example
Text Example
White with #6C468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C468A; }
p { color: rgb(108,70,138); }
H1.HeaderClassName
{
color: #6C468A;
}
.AnyTagClassName
{
color: #6C468A;
}
</style>
background-color css
<style>
a { background-color: #6C468A; }
a { background-color: rgb(108,70,138); }
div.DivClassName
{
background-color: #6C468A;
}
.BgClassName
{
background-color: #6C468A;
}
</style>
border-color css
<style>
span { border-color: #6C468A; }
span { border-color: rgb(108,70,138); }
td.TdClassName
{
border-color: #6C468A;
}
.TagClassName
{
border-color: #6C468A;
}
</style>