Shades of Slate Blue #6867DD
Tints of Slate Blue #6867DD
RGB
CMYK
RGB Variations
Color information
#6867DD (or 0x6867DD) is known color: Slate Blue. HEX triplet: 68, 67 and DD. RGB value is (104,103,221). Sum of RGB (Red+Green+Blue) = 104+103+221=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #6867DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867DD is #979822. Grayscale: #747474. Windows color (decimal): -9934883 or 14509928. OLE color: 14509928.
HSL color Cylindrical-coordinate representation of color #6867DD: hue angle of 240.51º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6867DD is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 103 | 221 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.13 |
| HSL | 240.51º | 0.63% | 0.64% | - |
| HSV(B) | 240.51º | 0.53% | 0.87% | - |
| XYZ | 23.61 | 17.86 | 70.61 | - |
| YUV | 116.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 221 | 0.53 | 0.53 | 0 | 0.13 | 240.51 | 0.63 | 0.64 |
| Hex | 68 | 67 | DD | 35 | 35 | 0 | D | F1 | 3F | 40 |
| Octal | 150 | 147 | 335 | 65 | 65 | 0 | 15 | 361 | 77 | 100 |
| Binary | 1101000 | 1100111 | 11011101 | 110101 | 110101 | 0 | 1101 | 11110001 | 111111 | 1000000 |
Color Harmonies of #6867DD
Complementary color
Monochromatic Colors of #6867DD
Black with #6867DD
Text Example
Text Example
White with #6867DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867DD; }
p { color: rgb(104,103,221); }
H1.HeaderClassName
{
color: #6867DD;
}
.AnyTagClassName
{
color: #6867DD;
}
</style>
background-color css
<style>
a { background-color: #6867DD; }
a { background-color: rgb(104,103,221); }
div.DivClassName
{
background-color: #6867DD;
}
.BgClassName
{
background-color: #6867DD;
}
</style>
border-color css
<style>
span { border-color: #6867DD; }
span { border-color: rgb(104,103,221); }
td.TdClassName
{
border-color: #6867DD;
}
.TagClassName
{
border-color: #6867DD;
}
</style>