Shades of Affair #6B4188
Tints of Affair #6B4188
RGB
CMYK
RGB Variations
Color information
#6B4188 (or 0x6B4188) is known color: Affair. HEX triplet: 6B, 41 and 88. RGB value is (107,65,136). Sum of RGB (Red+Green+Blue) = 107+65+136=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B4188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4188 is #94BE77. Grayscale: #555555. Windows color (decimal): -9748088 or 8929643. OLE color: 8929643.
HSL color Cylindrical-coordinate representation of color #6B4188: hue angle of 275.49º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B4188 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 65 | 136 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.47 |
| HSL | 275.49º | 0.35% | 0.39% | - |
| HSV(B) | 275.49º | 0.52% | 0.53% | - |
| XYZ | 12.4 | 8.68 | 24.32 | - |
| YUV | 85.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 136 | 0.21 | 0.52 | 0 | 0.47 | 275.49 | 0.35 | 0.39 |
| Hex | 6B | 41 | 88 | 15 | 34 | 0 | 2F | 113 | 23 | 27 |
| Octal | 153 | 101 | 210 | 25 | 64 | 0 | 57 | 423 | 43 | 47 |
| Binary | 1101011 | 1000001 | 10001000 | 10101 | 110100 | 0 | 101111 | 100010011 | 100011 | 100111 |
Color Harmonies of #6B4188
Complementary color
Monochromatic Colors of #6B4188
Black with #6B4188
Text Example
Text Example
White with #6B4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4188; }
p { color: rgb(107,65,136); }
H1.HeaderClassName
{
color: #6B4188;
}
.AnyTagClassName
{
color: #6B4188;
}
</style>
background-color css
<style>
a { background-color: #6B4188; }
a { background-color: rgb(107,65,136); }
div.DivClassName
{
background-color: #6B4188;
}
.BgClassName
{
background-color: #6B4188;
}
</style>
border-color css
<style>
span { border-color: #6B4188; }
span { border-color: rgb(107,65,136); }
td.TdClassName
{
border-color: #6B4188;
}
.TagClassName
{
border-color: #6B4188;
}
</style>