Shades of Slate Blue #6F56CE
Tints of Slate Blue #6F56CE
RGB
CMYK
RGB Variations
Color information
#6F56CE (or 0x6F56CE) is known color: Slate Blue. HEX triplet: 6F, 56 and CE. RGB value is (111,86,206). Sum of RGB (Red+Green+Blue) = 111+86+206=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F56CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F56CE is #90A931. Grayscale: #6A6A6A. Windows color (decimal): -9480498 or 13522543. OLE color: 13522543.
HSL color Cylindrical-coordinate representation of color #6F56CE: hue angle of 252.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F56CE is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 86 | 206 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.19 |
| HSL | 252.5º | 0.55% | 0.57% | - |
| HSV(B) | 252.5º | 0.58% | 0.81% | - |
| XYZ | 21.02 | 14.49 | 60.08 | - |
| YUV | 107.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 206 | 0.46 | 0.58 | 0 | 0.19 | 252.5 | 0.55 | 0.57 |
| Hex | 6F | 56 | CE | 2E | 3A | 0 | 13 | FD | 37 | 39 |
| Octal | 157 | 126 | 316 | 56 | 72 | 0 | 23 | 375 | 67 | 71 |
| Binary | 1101111 | 1010110 | 11001110 | 101110 | 111010 | 0 | 10011 | 11111101 | 110111 | 111001 |
Color Harmonies of #6F56CE
Complementary color
Monochromatic Colors of #6F56CE
Black with #6F56CE
Text Example
Text Example
White with #6F56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F56CE; }
p { color: rgb(111,86,206); }
H1.HeaderClassName
{
color: #6F56CE;
}
.AnyTagClassName
{
color: #6F56CE;
}
</style>
background-color css
<style>
a { background-color: #6F56CE; }
a { background-color: rgb(111,86,206); }
div.DivClassName
{
background-color: #6F56CE;
}
.BgClassName
{
background-color: #6F56CE;
}
</style>
border-color css
<style>
span { border-color: #6F56CE; }
span { border-color: rgb(111,86,206); }
td.TdClassName
{
border-color: #6F56CE;
}
.TagClassName
{
border-color: #6F56CE;
}
</style>