Shades of Slate Blue #6864CD
Tints of Slate Blue #6864CD
RGB
CMYK
RGB Variations
Color information
#6864CD (or 0x6864CD) is known color: Slate Blue. HEX triplet: 68, 64 and CD. RGB value is (104,100,205). Sum of RGB (Red+Green+Blue) = 104+100+205=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #6864CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864CD is #979B32. Grayscale: #707070. Windows color (decimal): -9935667 or 13460584. OLE color: 13460584.
HSL color Cylindrical-coordinate representation of color #6864CD: hue angle of 242.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6864CD is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 100 | 205 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.20 |
| HSL | 242.29º | 0.51% | 0.6% | - |
| HSV(B) | 242.29º | 0.51% | 0.8% | - |
| XYZ | 21.29 | 16.47 | 59.81 | - |
| YUV | 113.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 205 | 0.49 | 0.51 | 0 | 0.20 | 242.29 | 0.51 | 0.6 |
| Hex | 68 | 64 | CD | 31 | 33 | 0 | 14 | F2 | 33 | 3C |
| Octal | 150 | 144 | 315 | 61 | 63 | 0 | 24 | 362 | 63 | 74 |
| Binary | 1101000 | 1100100 | 11001101 | 110001 | 110011 | 0 | 10100 | 11110010 | 110011 | 111100 |
Color Harmonies of #6864CD
Complementary color
Monochromatic Colors of #6864CD
Black with #6864CD
Text Example
Text Example
White with #6864CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864CD; }
p { color: rgb(104,100,205); }
H1.HeaderClassName
{
color: #6864CD;
}
.AnyTagClassName
{
color: #6864CD;
}
</style>
background-color css
<style>
a { background-color: #6864CD; }
a { background-color: rgb(104,100,205); }
div.DivClassName
{
background-color: #6864CD;
}
.BgClassName
{
background-color: #6864CD;
}
</style>
border-color css
<style>
span { border-color: #6864CD; }
span { border-color: rgb(104,100,205); }
td.TdClassName
{
border-color: #6864CD;
}
.TagClassName
{
border-color: #6864CD;
}
</style>