Shades of Slate Blue #6F57CA
Tints of Slate Blue #6F57CA
RGB
CMYK
RGB Variations
Color information
#6F57CA (or 0x6F57CA) is known color: Slate Blue. HEX triplet: 6F, 57 and CA. RGB value is (111,87,202). Sum of RGB (Red+Green+Blue) = 111+87+202=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F57CA is #90A835. Grayscale: #6A6A6A. Windows color (decimal): -9480246 or 13260655. OLE color: 13260655.
HSL color Cylindrical-coordinate representation of color #6F57CA: hue angle of 252.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F57CA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 87 | 202 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.21 |
| HSL | 252.52º | 0.52% | 0.57% | - |
| HSV(B) | 252.52º | 0.57% | 0.79% | - |
| XYZ | 20.62 | 14.46 | 57.58 | - |
| YUV | 107.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 202 | 0.45 | 0.57 | 0 | 0.21 | 252.52 | 0.52 | 0.57 |
| Hex | 6F | 57 | CA | 2D | 39 | 0 | 15 | FD | 34 | 39 |
| Octal | 157 | 127 | 312 | 55 | 71 | 0 | 25 | 375 | 64 | 71 |
| Binary | 1101111 | 1010111 | 11001010 | 101101 | 111001 | 0 | 10101 | 11111101 | 110100 | 111001 |
Color Harmonies of #6F57CA
Complementary color
Monochromatic Colors of #6F57CA
Black with #6F57CA
Text Example
Text Example
White with #6F57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F57CA; }
p { color: rgb(111,87,202); }
H1.HeaderClassName
{
color: #6F57CA;
}
.AnyTagClassName
{
color: #6F57CA;
}
</style>
background-color css
<style>
a { background-color: #6F57CA; }
a { background-color: rgb(111,87,202); }
div.DivClassName
{
background-color: #6F57CA;
}
.BgClassName
{
background-color: #6F57CA;
}
</style>
border-color css
<style>
span { border-color: #6F57CA; }
span { border-color: rgb(111,87,202); }
td.TdClassName
{
border-color: #6F57CA;
}
.TagClassName
{
border-color: #6F57CA;
}
</style>