Shades of Slate Blue #6869DA
Tints of Slate Blue #6869DA
RGB
CMYK
RGB Variations
Color information
#6869DA (or 0x6869DA) is known color: Slate Blue. HEX triplet: 68, 69 and DA. RGB value is (104,105,218). Sum of RGB (Red+Green+Blue) = 104+105+218=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #6869DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869DA is #979625. Grayscale: #757575. Windows color (decimal): -9934374 or 14313832. OLE color: 14313832.
HSL color Cylindrical-coordinate representation of color #6869DA: hue angle of 239.47º 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 #6869DA is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 105 | 218 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.15 |
| HSL | 239.47º | 0.61% | 0.63% | - |
| HSV(B) | 239.47º | 0.52% | 0.85% | - |
| XYZ | 23.42 | 18.11 | 68.59 | - |
| YUV | 117.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 218 | 0.52 | 0.52 | 0 | 0.15 | 239.47 | 0.61 | 0.63 |
| Hex | 68 | 69 | DA | 34 | 34 | 0 | F | EF | 3D | 3F |
| Octal | 150 | 151 | 332 | 64 | 64 | 0 | 17 | 357 | 75 | 77 |
| Binary | 1101000 | 1101001 | 11011010 | 110100 | 110100 | 0 | 1111 | 11101111 | 111101 | 111111 |
Color Harmonies of #6869DA
Complementary color
Monochromatic Colors of #6869DA
Black with #6869DA
Text Example
Text Example
White with #6869DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869DA; }
p { color: rgb(104,105,218); }
H1.HeaderClassName
{
color: #6869DA;
}
.AnyTagClassName
{
color: #6869DA;
}
</style>
background-color css
<style>
a { background-color: #6869DA; }
a { background-color: rgb(104,105,218); }
div.DivClassName
{
background-color: #6869DA;
}
.BgClassName
{
background-color: #6869DA;
}
</style>
border-color css
<style>
span { border-color: #6869DA; }
span { border-color: rgb(104,105,218); }
td.TdClassName
{
border-color: #6869DA;
}
.TagClassName
{
border-color: #6869DA;
}
</style>