Shades of Slate Blue #6F59C2
Tints of Slate Blue #6F59C2
RGB
CMYK
RGB Variations
Color information
#6F59C2 (or 0x6F59C2) is known color: Slate Blue. HEX triplet: 6F, 59 and C2. RGB value is (111,89,194). Sum of RGB (Red+Green+Blue) = 111+89+194=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #6F59C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F59C2 is #90A63D. Grayscale: #6B6B6B. Windows color (decimal): -9479742 or 12736879. OLE color: 12736879.
HSL color Cylindrical-coordinate representation of color #6F59C2: hue angle of 252.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F59C2 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 89 | 194 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.24 |
| HSL | 252.57º | 0.46% | 0.55% | - |
| HSV(B) | 252.57º | 0.54% | 0.76% | - |
| XYZ | 19.87 | 14.42 | 52.78 | - |
| YUV | 107.55 | 176.79 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 194 | 0.43 | 0.54 | 0 | 0.24 | 252.57 | 0.46 | 0.55 |
| Hex | 6F | 59 | C2 | 2B | 36 | 0 | 18 | FD | 2E | 37 |
| Octal | 157 | 131 | 302 | 53 | 66 | 0 | 30 | 375 | 56 | 67 |
| Binary | 1101111 | 1011001 | 11000010 | 101011 | 110110 | 0 | 11000 | 11111101 | 101110 | 110111 |
Color Harmonies of #6F59C2
Complementary color
Monochromatic Colors of #6F59C2
Black with #6F59C2
Text Example
Text Example
White with #6F59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F59C2; }
p { color: rgb(111,89,194); }
H1.HeaderClassName
{
color: #6F59C2;
}
.AnyTagClassName
{
color: #6F59C2;
}
</style>
background-color css
<style>
a { background-color: #6F59C2; }
a { background-color: rgb(111,89,194); }
div.DivClassName
{
background-color: #6F59C2;
}
.BgClassName
{
background-color: #6F59C2;
}
</style>
border-color css
<style>
span { border-color: #6F59C2; }
span { border-color: rgb(111,89,194); }
td.TdClassName
{
border-color: #6F59C2;
}
.TagClassName
{
border-color: #6F59C2;
}
</style>