Shades of Slate Blue #6F63CC
Tints of Slate Blue #6F63CC
RGB
CMYK
RGB Variations
Color information
#6F63CC (or 0x6F63CC) is known color: Slate Blue. HEX triplet: 6F, 63 and CC. RGB value is (111,99,204). Sum of RGB (Red+Green+Blue) = 111+99+204=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F63CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63CC is #909C33. Grayscale: #727272. Windows color (decimal): -9477172 or 13394799. OLE color: 13394799.
HSL color Cylindrical-coordinate representation of color #6F63CC: hue angle of 246.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F63CC is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 99 | 204 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.2 |
| HSL | 246.86º | 0.51% | 0.59% | - |
| HSV(B) | 246.86º | 0.51% | 0.8% | - |
| XYZ | 21.92 | 16.66 | 59.19 | - |
| YUV | 114.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 204 | 0.46 | 0.51 | 0 | 0.2 | 246.86 | 0.51 | 0.59 |
| Hex | 6F | 63 | CC | 2E | 33 | 0 | 14 | F7 | 33 | 3B |
| Octal | 157 | 143 | 314 | 56 | 63 | 0 | 24 | 367 | 63 | 73 |
| Binary | 1101111 | 1100011 | 11001100 | 101110 | 110011 | 0 | 10100 | 11110111 | 110011 | 111011 |
Color Harmonies of #6F63CC
Complementary color
Monochromatic Colors of #6F63CC
Black with #6F63CC
Text Example
Text Example
White with #6F63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63CC; }
p { color: rgb(111,99,204); }
H1.HeaderClassName
{
color: #6F63CC;
}
.AnyTagClassName
{
color: #6F63CC;
}
</style>
background-color css
<style>
a { background-color: #6F63CC; }
a { background-color: rgb(111,99,204); }
div.DivClassName
{
background-color: #6F63CC;
}
.BgClassName
{
background-color: #6F63CC;
}
</style>
border-color css
<style>
span { border-color: #6F63CC; }
span { border-color: rgb(111,99,204); }
td.TdClassName
{
border-color: #6F63CC;
}
.TagClassName
{
border-color: #6F63CC;
}
</style>