Shades of Slate Blue #6865D5
Tints of Slate Blue #6865D5
RGB
CMYK
RGB Variations
Color information
#6865D5 (or 0x6865D5) is known color: Slate Blue. HEX triplet: 68, 65 and D5. RGB value is (104,101,213). Sum of RGB (Red+Green+Blue) = 104+101+213=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #6865D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865D5 is #979A2A. Grayscale: #727272. Windows color (decimal): -9935403 or 13985128. OLE color: 13985128.
HSL color Cylindrical-coordinate representation of color #6865D5: hue angle of 241.61º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6865D5 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 101 | 213 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.16 |
| HSL | 241.61º | 0.57% | 0.62% | - |
| HSV(B) | 241.61º | 0.53% | 0.84% | - |
| XYZ | 22.37 | 17.05 | 65.06 | - |
| YUV | 114.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 213 | 0.51 | 0.53 | 0 | 0.16 | 241.61 | 0.57 | 0.62 |
| Hex | 68 | 65 | D5 | 33 | 35 | 0 | 10 | F2 | 39 | 3E |
| Octal | 150 | 145 | 325 | 63 | 65 | 0 | 20 | 362 | 71 | 76 |
| Binary | 1101000 | 1100101 | 11010101 | 110011 | 110101 | 0 | 10000 | 11110010 | 111001 | 111110 |
Color Harmonies of #6865D5
Complementary color
Monochromatic Colors of #6865D5
Black with #6865D5
Text Example
Text Example
White with #6865D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865D5; }
p { color: rgb(104,101,213); }
H1.HeaderClassName
{
color: #6865D5;
}
.AnyTagClassName
{
color: #6865D5;
}
</style>
background-color css
<style>
a { background-color: #6865D5; }
a { background-color: rgb(104,101,213); }
div.DivClassName
{
background-color: #6865D5;
}
.BgClassName
{
background-color: #6865D5;
}
</style>
border-color css
<style>
span { border-color: #6865D5; }
span { border-color: rgb(104,101,213); }
td.TdClassName
{
border-color: #6865D5;
}
.TagClassName
{
border-color: #6865D5;
}
</style>