Shades of Affair #6F538A
Tints of Affair #6F538A
RGB
CMYK
RGB Variations
Color information
#6F538A (or 0x6F538A) is known color: Affair. HEX triplet: 6F, 53 and 8A. RGB value is (111,83,138). Sum of RGB (Red+Green+Blue) = 111+83+138=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F538A is #90AC75. Grayscale: #616161. Windows color (decimal): -9481334 or 9065327. OLE color: 9065327.
HSL color Cylindrical-coordinate representation of color #6F538A: hue angle of 270.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F538A is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 83 | 138 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.46 |
| HSL | 270.55º | 0.25% | 0.43% | - |
| HSV(B) | 270.55º | 0.4% | 0.54% | - |
| XYZ | 14.24 | 11.4 | 25.5 | - |
| YUV | 97.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 138 | 0.20 | 0.40 | 0 | 0.46 | 270.55 | 0.25 | 0.43 |
| Hex | 6F | 53 | 8A | 14 | 28 | 0 | 2E | 10F | 19 | 2B |
| Octal | 157 | 123 | 212 | 24 | 50 | 0 | 56 | 417 | 31 | 53 |
| Binary | 1101111 | 1010011 | 10001010 | 10100 | 101000 | 0 | 101110 | 100001111 | 11001 | 101011 |
Color Harmonies of #6F538A
Complementary color
Monochromatic Colors of #6F538A
Black with #6F538A
Text Example
Text Example
White with #6F538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F538A; }
p { color: rgb(111,83,138); }
H1.HeaderClassName
{
color: #6F538A;
}
.AnyTagClassName
{
color: #6F538A;
}
</style>
background-color css
<style>
a { background-color: #6F538A; }
a { background-color: rgb(111,83,138); }
div.DivClassName
{
background-color: #6F538A;
}
.BgClassName
{
background-color: #6F538A;
}
</style>
border-color css
<style>
span { border-color: #6F538A; }
span { border-color: rgb(111,83,138); }
td.TdClassName
{
border-color: #6F538A;
}
.TagClassName
{
border-color: #6F538A;
}
</style>