Shades of Slate Blue #6864D0
Tints of Slate Blue #6864D0
RGB
CMYK
RGB Variations
Color information
#6864D0 (or 0x6864D0) is known color: Slate Blue. HEX triplet: 68, 64 and D0. RGB value is (104,100,208). Sum of RGB (Red+Green+Blue) = 104+100+208=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #6864D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864D0 is #979B2F. Grayscale: #717171. Windows color (decimal): -9935664 or 13657192. OLE color: 13657192.
HSL color Cylindrical-coordinate representation of color #6864D0: hue angle of 242.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6864D0 is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 100 | 208 | - |
| CMYK | 0.5 | 0.52 | 0 | 0.18 |
| HSL | 242.22º | 0.53% | 0.6% | - |
| HSV(B) | 242.22º | 0.52% | 0.82% | - |
| XYZ | 21.65 | 16.61 | 61.74 | - |
| YUV | 113.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 208 | 0.5 | 0.52 | 0 | 0.18 | 242.22 | 0.53 | 0.6 |
| Hex | 68 | 64 | D0 | 32 | 34 | 0 | 12 | F2 | 35 | 3C |
| Octal | 150 | 144 | 320 | 62 | 64 | 0 | 22 | 362 | 65 | 74 |
| Binary | 1101000 | 1100100 | 11010000 | 110010 | 110100 | 0 | 10010 | 11110010 | 110101 | 111100 |
Color Harmonies of #6864D0
Complementary color
Monochromatic Colors of #6864D0
Black with #6864D0
Text Example
Text Example
White with #6864D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864D0; }
p { color: rgb(104,100,208); }
H1.HeaderClassName
{
color: #6864D0;
}
.AnyTagClassName
{
color: #6864D0;
}
</style>
background-color css
<style>
a { background-color: #6864D0; }
a { background-color: rgb(104,100,208); }
div.DivClassName
{
background-color: #6864D0;
}
.BgClassName
{
background-color: #6864D0;
}
</style>
border-color css
<style>
span { border-color: #6864D0; }
span { border-color: rgb(104,100,208); }
td.TdClassName
{
border-color: #6864D0;
}
.TagClassName
{
border-color: #6864D0;
}
</style>