Shades of Slate Blue #6F5DCC
Tints of Slate Blue #6F5DCC
RGB
CMYK
RGB Variations
Color information
#6F5DCC (or 0x6F5DCC) is known color: Slate Blue. HEX triplet: 6F, 5D and CC. RGB value is (111,93,204). Sum of RGB (Red+Green+Blue) = 111+93+204=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5DCC is #90A233. Grayscale: #6E6E6E. Windows color (decimal): -9478708 or 13393263. OLE color: 13393263.
HSL color Cylindrical-coordinate representation of color #6F5DCC: hue angle of 249.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F5DCC is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 93 | 204 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.2 |
| HSL | 249.73º | 0.52% | 0.58% | - |
| HSV(B) | 249.73º | 0.54% | 0.8% | - |
| XYZ | 21.37 | 15.57 | 59.01 | - |
| YUV | 111.04 | 180.46 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 204 | 0.46 | 0.54 | 0 | 0.2 | 249.73 | 0.52 | 0.58 |
| Hex | 6F | 5D | CC | 2E | 36 | 0 | 14 | FA | 34 | 3A |
| Octal | 157 | 135 | 314 | 56 | 66 | 0 | 24 | 372 | 64 | 72 |
| Binary | 1101111 | 1011101 | 11001100 | 101110 | 110110 | 0 | 10100 | 11111010 | 110100 | 111010 |
Color Harmonies of #6F5DCC
Complementary color
Monochromatic Colors of #6F5DCC
Black with #6F5DCC
Text Example
Text Example
White with #6F5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5DCC; }
p { color: rgb(111,93,204); }
H1.HeaderClassName
{
color: #6F5DCC;
}
.AnyTagClassName
{
color: #6F5DCC;
}
</style>
background-color css
<style>
a { background-color: #6F5DCC; }
a { background-color: rgb(111,93,204); }
div.DivClassName
{
background-color: #6F5DCC;
}
.BgClassName
{
background-color: #6F5DCC;
}
</style>
border-color css
<style>
span { border-color: #6F5DCC; }
span { border-color: rgb(111,93,204); }
td.TdClassName
{
border-color: #6F5DCC;
}
.TagClassName
{
border-color: #6F5DCC;
}
</style>