Shades of Slate Blue #6867DA
Tints of Slate Blue #6867DA
RGB
CMYK
RGB Variations
Color information
#6867DA (or 0x6867DA) is known color: Slate Blue. HEX triplet: 68, 67 and DA. RGB value is (104,103,218). Sum of RGB (Red+Green+Blue) = 104+103+218=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #6867DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867DA is #979825. Grayscale: #737373. Windows color (decimal): -9934886 or 14313320. OLE color: 14313320.
HSL color Cylindrical-coordinate representation of color #6867DA: hue angle of 240.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6867DA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 103 | 218 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.15 |
| HSL | 240.52º | 0.61% | 0.63% | - |
| HSV(B) | 240.52º | 0.53% | 0.85% | - |
| XYZ | 23.21 | 17.71 | 68.52 | - |
| YUV | 116.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 218 | 0.52 | 0.53 | 0 | 0.15 | 240.52 | 0.61 | 0.63 |
| Hex | 68 | 67 | DA | 34 | 35 | 0 | F | F1 | 3D | 3F |
| Octal | 150 | 147 | 332 | 64 | 65 | 0 | 17 | 361 | 75 | 77 |
| Binary | 1101000 | 1100111 | 11011010 | 110100 | 110101 | 0 | 1111 | 11110001 | 111101 | 111111 |
Color Harmonies of #6867DA
Complementary color
Monochromatic Colors of #6867DA
Black with #6867DA
Text Example
Text Example
White with #6867DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867DA; }
p { color: rgb(104,103,218); }
H1.HeaderClassName
{
color: #6867DA;
}
.AnyTagClassName
{
color: #6867DA;
}
</style>
background-color css
<style>
a { background-color: #6867DA; }
a { background-color: rgb(104,103,218); }
div.DivClassName
{
background-color: #6867DA;
}
.BgClassName
{
background-color: #6867DA;
}
</style>
border-color css
<style>
span { border-color: #6867DA; }
span { border-color: rgb(104,103,218); }
td.TdClassName
{
border-color: #6867DA;
}
.TagClassName
{
border-color: #6867DA;
}
</style>