Shades of Slate Blue #6869DD
Tints of Slate Blue #6869DD
RGB
CMYK
RGB Variations
Color information
#6869DD (or 0x6869DD) is known color: Slate Blue. HEX triplet: 68, 69 and DD. RGB value is (104,105,221). Sum of RGB (Red+Green+Blue) = 104+105+221=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #6869DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869DD is #979622. Grayscale: #757575. Windows color (decimal): -9934371 or 14510440. OLE color: 14510440.
HSL color Cylindrical-coordinate representation of color #6869DD: hue angle of 239.49º 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 #6869DD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 105 | 221 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 239.49º | 0.63% | 0.64% | - |
| HSV(B) | 239.49º | 0.53% | 0.87% | - |
| XYZ | 23.81 | 18.27 | 70.68 | - |
| YUV | 117.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 221 | 0.53 | 0.52 | 0 | 0.13 | 239.49 | 0.63 | 0.64 |
| Hex | 68 | 69 | DD | 35 | 34 | 0 | D | EF | 3F | 40 |
| Octal | 150 | 151 | 335 | 65 | 64 | 0 | 15 | 357 | 77 | 100 |
| Binary | 1101000 | 1101001 | 11011101 | 110101 | 110100 | 0 | 1101 | 11101111 | 111111 | 1000000 |
Color Harmonies of #6869DD
Complementary color
Monochromatic Colors of #6869DD
Black with #6869DD
Text Example
Text Example
White with #6869DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869DD; }
p { color: rgb(104,105,221); }
H1.HeaderClassName
{
color: #6869DD;
}
.AnyTagClassName
{
color: #6869DD;
}
</style>
background-color css
<style>
a { background-color: #6869DD; }
a { background-color: rgb(104,105,221); }
div.DivClassName
{
background-color: #6869DD;
}
.BgClassName
{
background-color: #6869DD;
}
</style>
border-color css
<style>
span { border-color: #6869DD; }
span { border-color: rgb(104,105,221); }
td.TdClassName
{
border-color: #6869DD;
}
.TagClassName
{
border-color: #6869DD;
}
</style>