Shades of Slate Blue #6866D2
Tints of Slate Blue #6866D2
RGB
CMYK
RGB Variations
Color information
#6866D2 (or 0x6866D2) is known color: Slate Blue. HEX triplet: 68, 66 and D2. RGB value is (104,102,210). Sum of RGB (Red+Green+Blue) = 104+102+210=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #6866D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866D2 is #97992D. Grayscale: #727272. Windows color (decimal): -9935150 or 13788776. OLE color: 13788776.
HSL color Cylindrical-coordinate representation of color #6866D2: hue angle of 241.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6866D2 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 102 | 210 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.18 |
| HSL | 241.11º | 0.55% | 0.61% | - |
| HSV(B) | 241.11º | 0.51% | 0.82% | - |
| XYZ | 22.09 | 17.1 | 63.11 | - |
| YUV | 114.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 210 | 0.50 | 0.51 | 0 | 0.18 | 241.11 | 0.55 | 0.61 |
| Hex | 68 | 66 | D2 | 32 | 33 | 0 | 12 | F1 | 37 | 3D |
| Octal | 150 | 146 | 322 | 62 | 63 | 0 | 22 | 361 | 67 | 75 |
| Binary | 1101000 | 1100110 | 11010010 | 110010 | 110011 | 0 | 10010 | 11110001 | 110111 | 111101 |
Color Harmonies of #6866D2
Complementary color
Monochromatic Colors of #6866D2
Black with #6866D2
Text Example
Text Example
White with #6866D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866D2; }
p { color: rgb(104,102,210); }
H1.HeaderClassName
{
color: #6866D2;
}
.AnyTagClassName
{
color: #6866D2;
}
</style>
background-color css
<style>
a { background-color: #6866D2; }
a { background-color: rgb(104,102,210); }
div.DivClassName
{
background-color: #6866D2;
}
.BgClassName
{
background-color: #6866D2;
}
</style>
border-color css
<style>
span { border-color: #6866D2; }
span { border-color: rgb(104,102,210); }
td.TdClassName
{
border-color: #6866D2;
}
.TagClassName
{
border-color: #6866D2;
}
</style>