Shades of Slate Blue #6868DA
Tints of Slate Blue #6868DA
RGB
CMYK
RGB Variations
Color information
#6868DA (or 0x6868DA) is known color: Slate Blue. HEX triplet: 68, 68 and DA. RGB value is (104,104,218). Sum of RGB (Red+Green+Blue) = 104+104+218=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #6868DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868DA is #979725. Grayscale: #747474. Windows color (decimal): -9934630 or 14313576. OLE color: 14313576.
HSL color Cylindrical-coordinate representation of color #6868DA: hue angle of 240º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6868DA is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 104 | 218 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.15 |
| HSL | 240º | 0.61% | 0.63% | - |
| HSV(B) | 240º | 0.52% | 0.85% | - |
| XYZ | 23.31 | 17.91 | 68.56 | - |
| YUV | 117 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 218 | 0.52 | 0.52 | 0 | 0.15 | 240 | 0.61 | 0.63 |
| Hex | 68 | 68 | DA | 34 | 34 | 0 | F | F0 | 3D | 3F |
| Octal | 150 | 150 | 332 | 64 | 64 | 0 | 17 | 360 | 75 | 77 |
| Binary | 1101000 | 1101000 | 11011010 | 110100 | 110100 | 0 | 1111 | 11110000 | 111101 | 111111 |
Color Harmonies of #6868DA
Complementary color
Monochromatic Colors of #6868DA
Black with #6868DA
Text Example
Text Example
White with #6868DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6868DA; }
p { color: rgb(104,104,218); }
H1.HeaderClassName
{
color: #6868DA;
}
.AnyTagClassName
{
color: #6868DA;
}
</style>
background-color css
<style>
a { background-color: #6868DA; }
a { background-color: rgb(104,104,218); }
div.DivClassName
{
background-color: #6868DA;
}
.BgClassName
{
background-color: #6868DA;
}
</style>
border-color css
<style>
span { border-color: #6868DA; }
span { border-color: rgb(104,104,218); }
td.TdClassName
{
border-color: #6868DA;
}
.TagClassName
{
border-color: #6868DA;
}
</style>