Shades of Slate Blue #6F63CE
Tints of Slate Blue #6F63CE
RGB
CMYK
RGB Variations
Color information
#6F63CE (or 0x6F63CE) is known color: Slate Blue. HEX triplet: 6F, 63 and CE. RGB value is (111,99,206). Sum of RGB (Red+Green+Blue) = 111+99+206=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F63CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63CE is #909C31. Grayscale: #727272. Windows color (decimal): -9477170 or 13525871. OLE color: 13525871.
HSL color Cylindrical-coordinate representation of color #6F63CE: hue angle of 246.73º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F63CE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 99 | 206 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.19 |
| HSL | 246.73º | 0.52% | 0.6% | - |
| HSV(B) | 246.73º | 0.52% | 0.81% | - |
| XYZ | 22.16 | 16.76 | 60.46 | - |
| YUV | 114.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 206 | 0.46 | 0.52 | 0 | 0.19 | 246.73 | 0.52 | 0.6 |
| Hex | 6F | 63 | CE | 2E | 34 | 0 | 13 | F7 | 34 | 3C |
| Octal | 157 | 143 | 316 | 56 | 64 | 0 | 23 | 367 | 64 | 74 |
| Binary | 1101111 | 1100011 | 11001110 | 101110 | 110100 | 0 | 10011 | 11110111 | 110100 | 111100 |
Color Harmonies of #6F63CE
Complementary color
Monochromatic Colors of #6F63CE
Black with #6F63CE
Text Example
Text Example
White with #6F63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63CE; }
p { color: rgb(111,99,206); }
H1.HeaderClassName
{
color: #6F63CE;
}
.AnyTagClassName
{
color: #6F63CE;
}
</style>
background-color css
<style>
a { background-color: #6F63CE; }
a { background-color: rgb(111,99,206); }
div.DivClassName
{
background-color: #6F63CE;
}
.BgClassName
{
background-color: #6F63CE;
}
</style>
border-color css
<style>
span { border-color: #6F63CE; }
span { border-color: rgb(111,99,206); }
td.TdClassName
{
border-color: #6F63CE;
}
.TagClassName
{
border-color: #6F63CE;
}
</style>