Shades of Slate Blue #6F49CC
Tints of Slate Blue #6F49CC
RGB
CMYK
RGB Variations
Color information
#6F49CC (or 0x6F49CC) is known color: Slate Blue. HEX triplet: 6F, 49 and CC. RGB value is (111,73,204). Sum of RGB (Red+Green+Blue) = 111+73+204=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F49CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49CC is #90B633. Grayscale: #626262. Windows color (decimal): -9483828 or 13388143. OLE color: 13388143.
HSL color Cylindrical-coordinate representation of color #6F49CC: hue angle of 257.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F49CC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 73 | 204 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.2 |
| HSL | 257.4º | 0.56% | 0.54% | - |
| HSV(B) | 257.4º | 0.64% | 0.8% | - |
| XYZ | 19.84 | 12.5 | 58.49 | - |
| YUV | 99.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 204 | 0.46 | 0.64 | 0 | 0.2 | 257.4 | 0.56 | 0.54 |
| Hex | 6F | 49 | CC | 2E | 40 | 0 | 14 | 101 | 38 | 36 |
| Octal | 157 | 111 | 314 | 56 | 100 | 0 | 24 | 401 | 70 | 66 |
| Binary | 1101111 | 1001001 | 11001100 | 101110 | 1000000 | 0 | 10100 | 100000001 | 111000 | 110110 |
Color Harmonies of #6F49CC
Complementary color
Monochromatic Colors of #6F49CC
Black with #6F49CC
Text Example
Text Example
White with #6F49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49CC; }
p { color: rgb(111,73,204); }
H1.HeaderClassName
{
color: #6F49CC;
}
.AnyTagClassName
{
color: #6F49CC;
}
</style>
background-color css
<style>
a { background-color: #6F49CC; }
a { background-color: rgb(111,73,204); }
div.DivClassName
{
background-color: #6F49CC;
}
.BgClassName
{
background-color: #6F49CC;
}
</style>
border-color css
<style>
span { border-color: #6F49CC; }
span { border-color: rgb(111,73,204); }
td.TdClassName
{
border-color: #6F49CC;
}
.TagClassName
{
border-color: #6F49CC;
}
</style>