Shades of Slate Blue #6855CC
Tints of Slate Blue #6855CC
RGB
CMYK
RGB Variations
Color information
#6855CC (or 0x6855CC) is known color: Slate Blue. HEX triplet: 68, 55 and CC. RGB value is (104,85,204). Sum of RGB (Red+Green+Blue) = 104+85+204=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #6855CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855CC is #97AA33. Grayscale: #676767. Windows color (decimal): -9939508 or 13391208. OLE color: 13391208.
HSL color Cylindrical-coordinate representation of color #6855CC: hue angle of 249.58º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6855CC is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 85 | 204 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.2 |
| HSL | 249.58º | 0.54% | 0.57% | - |
| HSV(B) | 249.58º | 0.58% | 0.8% | - |
| XYZ | 19.86 | 13.8 | 58.74 | - |
| YUV | 104.25 | 184.29 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 204 | 0.49 | 0.58 | 0 | 0.2 | 249.58 | 0.54 | 0.57 |
| Hex | 68 | 55 | CC | 31 | 3A | 0 | 14 | FA | 36 | 39 |
| Octal | 150 | 125 | 314 | 61 | 72 | 0 | 24 | 372 | 66 | 71 |
| Binary | 1101000 | 1010101 | 11001100 | 110001 | 111010 | 0 | 10100 | 11111010 | 110110 | 111001 |
Color Harmonies of #6855CC
Complementary color
Monochromatic Colors of #6855CC
Black with #6855CC
Text Example
Text Example
White with #6855CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855CC; }
p { color: rgb(104,85,204); }
H1.HeaderClassName
{
color: #6855CC;
}
.AnyTagClassName
{
color: #6855CC;
}
</style>
background-color css
<style>
a { background-color: #6855CC; }
a { background-color: rgb(104,85,204); }
div.DivClassName
{
background-color: #6855CC;
}
.BgClassName
{
background-color: #6855CC;
}
</style>
border-color css
<style>
span { border-color: #6855CC; }
span { border-color: rgb(104,85,204); }
td.TdClassName
{
border-color: #6855CC;
}
.TagClassName
{
border-color: #6855CC;
}
</style>