Shades of Affair #6D438B
Tints of Affair #6D438B
RGB
CMYK
RGB Variations
Color information
#6D438B (or 0x6D438B) is known color: Affair. HEX triplet: 6D, 43 and 8B. RGB value is (109,67,139). Sum of RGB (Red+Green+Blue) = 109+67+139=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D438B is #92BC74. Grayscale: #575757. Windows color (decimal): -9616501 or 9126765. OLE color: 9126765.
HSL color Cylindrical-coordinate representation of color #6D438B: hue angle of 275º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D438B is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 67 | 139 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.45 |
| HSL | 275º | 0.35% | 0.4% | - |
| HSV(B) | 275º | 0.52% | 0.55% | - |
| XYZ | 12.97 | 9.13 | 25.5 | - |
| YUV | 87.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 139 | 0.22 | 0.52 | 0 | 0.45 | 275 | 0.35 | 0.4 |
| Hex | 6D | 43 | 8B | 16 | 34 | 0 | 2D | 113 | 23 | 28 |
| Octal | 155 | 103 | 213 | 26 | 64 | 0 | 55 | 423 | 43 | 50 |
| Binary | 1101101 | 1000011 | 10001011 | 10110 | 110100 | 0 | 101101 | 100010011 | 100011 | 101000 |
Color Harmonies of #6D438B
Complementary color
Monochromatic Colors of #6D438B
Black with #6D438B
Text Example
Text Example
White with #6D438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D438B; }
p { color: rgb(109,67,139); }
H1.HeaderClassName
{
color: #6D438B;
}
.AnyTagClassName
{
color: #6D438B;
}
</style>
background-color css
<style>
a { background-color: #6D438B; }
a { background-color: rgb(109,67,139); }
div.DivClassName
{
background-color: #6D438B;
}
.BgClassName
{
background-color: #6D438B;
}
</style>
border-color css
<style>
span { border-color: #6D438B; }
span { border-color: rgb(109,67,139); }
td.TdClassName
{
border-color: #6D438B;
}
.TagClassName
{
border-color: #6D438B;
}
</style>