Shades of Slate Blue #6C4FCF
Tints of Slate Blue #6C4FCF
RGB
CMYK
RGB Variations
Color information
#6C4FCF (or 0x6C4FCF) is known color: Slate Blue. HEX triplet: 6C, 4F and CF. RGB value is (108,79,207). Sum of RGB (Red+Green+Blue) = 108+79+207=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C4FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4FCF is #93B030. Grayscale: #656565. Windows color (decimal): -9678897 or 13586284. OLE color: 13586284.
HSL color Cylindrical-coordinate representation of color #6C4FCF: hue angle of 253.59º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C4FCF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 79 | 207 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.19 |
| HSL | 253.59º | 0.57% | 0.56% | - |
| HSV(B) | 253.59º | 0.62% | 0.81% | - |
| XYZ | 20.24 | 13.29 | 60.53 | - |
| YUV | 102.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 207 | 0.48 | 0.62 | 0 | 0.19 | 253.59 | 0.57 | 0.56 |
| Hex | 6C | 4F | CF | 30 | 3E | 0 | 13 | FE | 39 | 38 |
| Octal | 154 | 117 | 317 | 60 | 76 | 0 | 23 | 376 | 71 | 70 |
| Binary | 1101100 | 1001111 | 11001111 | 110000 | 111110 | 0 | 10011 | 11111110 | 111001 | 111000 |
Color Harmonies of #6C4FCF
Complementary color
Monochromatic Colors of #6C4FCF
Black with #6C4FCF
Text Example
Text Example
White with #6C4FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4FCF; }
p { color: rgb(108,79,207); }
H1.HeaderClassName
{
color: #6C4FCF;
}
.AnyTagClassName
{
color: #6C4FCF;
}
</style>
background-color css
<style>
a { background-color: #6C4FCF; }
a { background-color: rgb(108,79,207); }
div.DivClassName
{
background-color: #6C4FCF;
}
.BgClassName
{
background-color: #6C4FCF;
}
</style>
border-color css
<style>
span { border-color: #6C4FCF; }
span { border-color: rgb(108,79,207); }
td.TdClassName
{
border-color: #6C4FCF;
}
.TagClassName
{
border-color: #6C4FCF;
}
</style>