Shades of Slate Blue #6F4BCC
Tints of Slate Blue #6F4BCC
RGB
CMYK
RGB Variations
Color information
#6F4BCC (or 0x6F4BCC) is known color: Slate Blue. HEX triplet: 6F, 4B and CC. RGB value is (111,75,204). Sum of RGB (Red+Green+Blue) = 111+75+204=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F4BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4BCC is #90B433. Grayscale: #636363. Windows color (decimal): -9483316 or 13388655. OLE color: 13388655.
HSL color Cylindrical-coordinate representation of color #6F4BCC: hue angle of 256.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F4BCC is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 75 | 204 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.2 |
| HSL | 256.74º | 0.56% | 0.55% | - |
| HSV(B) | 256.74º | 0.63% | 0.8% | - |
| XYZ | 19.97 | 12.77 | 58.54 | - |
| YUV | 100.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 204 | 0.46 | 0.63 | 0 | 0.2 | 256.74 | 0.56 | 0.55 |
| Hex | 6F | 4B | CC | 2E | 3F | 0 | 14 | 101 | 38 | 37 |
| Octal | 157 | 113 | 314 | 56 | 77 | 0 | 24 | 401 | 70 | 67 |
| Binary | 1101111 | 1001011 | 11001100 | 101110 | 111111 | 0 | 10100 | 100000001 | 111000 | 110111 |
Color Harmonies of #6F4BCC
Complementary color
Monochromatic Colors of #6F4BCC
Black with #6F4BCC
Text Example
Text Example
White with #6F4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4BCC; }
p { color: rgb(111,75,204); }
H1.HeaderClassName
{
color: #6F4BCC;
}
.AnyTagClassName
{
color: #6F4BCC;
}
</style>
background-color css
<style>
a { background-color: #6F4BCC; }
a { background-color: rgb(111,75,204); }
div.DivClassName
{
background-color: #6F4BCC;
}
.BgClassName
{
background-color: #6F4BCC;
}
</style>
border-color css
<style>
span { border-color: #6F4BCC; }
span { border-color: rgb(111,75,204); }
td.TdClassName
{
border-color: #6F4BCC;
}
.TagClassName
{
border-color: #6F4BCC;
}
</style>