Shades of Slate Blue #6C55CF
Tints of Slate Blue #6C55CF
RGB
CMYK
RGB Variations
Color information
#6C55CF (or 0x6C55CF) is known color: Slate Blue. HEX triplet: 6C, 55 and CF. RGB value is (108,85,207). Sum of RGB (Red+Green+Blue) = 108+85+207=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C55CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C55CF is #93AA30. Grayscale: #696969. Windows color (decimal): -9677361 or 13587820. OLE color: 13587820.
HSL color Cylindrical-coordinate representation of color #6C55CF: hue angle of 251.31º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C55CF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 85 | 207 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.19 |
| HSL | 251.31º | 0.56% | 0.57% | - |
| HSV(B) | 251.31º | 0.59% | 0.81% | - |
| XYZ | 20.7 | 14.19 | 60.68 | - |
| YUV | 105.79 | 185.12 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 207 | 0.48 | 0.59 | 0 | 0.19 | 251.31 | 0.56 | 0.57 |
| Hex | 6C | 55 | CF | 30 | 3B | 0 | 13 | FB | 38 | 39 |
| Octal | 154 | 125 | 317 | 60 | 73 | 0 | 23 | 373 | 70 | 71 |
| Binary | 1101100 | 1010101 | 11001111 | 110000 | 111011 | 0 | 10011 | 11111011 | 111000 | 111001 |
Color Harmonies of #6C55CF
Complementary color
Monochromatic Colors of #6C55CF
Black with #6C55CF
Text Example
Text Example
White with #6C55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C55CF; }
p { color: rgb(108,85,207); }
H1.HeaderClassName
{
color: #6C55CF;
}
.AnyTagClassName
{
color: #6C55CF;
}
</style>
background-color css
<style>
a { background-color: #6C55CF; }
a { background-color: rgb(108,85,207); }
div.DivClassName
{
background-color: #6C55CF;
}
.BgClassName
{
background-color: #6C55CF;
}
</style>
border-color css
<style>
span { border-color: #6C55CF; }
span { border-color: rgb(108,85,207); }
td.TdClassName
{
border-color: #6C55CF;
}
.TagClassName
{
border-color: #6C55CF;
}
</style>