Shades of Slate Blue #6869CE
Tints of Slate Blue #6869CE
RGB
CMYK
RGB Variations
Color information
#6869CE (or 0x6869CE) is known color: Slate Blue. HEX triplet: 68, 69 and CE. RGB value is (104,105,206). Sum of RGB (Red+Green+Blue) = 104+105+206=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6869CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869CE is #979631. Grayscale: #737373. Windows color (decimal): -9934386 or 13527400. OLE color: 13527400.
HSL color Cylindrical-coordinate representation of color #6869CE: hue angle of 239.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6869CE is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 105 | 206 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.19 |
| HSL | 239.41º | 0.51% | 0.61% | - |
| HSV(B) | 239.41º | 0.5% | 0.81% | - |
| XYZ | 21.9 | 17.5 | 60.62 | - |
| YUV | 116.22 | 178.67 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 206 | 0.50 | 0.49 | 0 | 0.19 | 239.41 | 0.51 | 0.61 |
| Hex | 68 | 69 | CE | 32 | 31 | 0 | 13 | EF | 33 | 3D |
| Octal | 150 | 151 | 316 | 62 | 61 | 0 | 23 | 357 | 63 | 75 |
| Binary | 1101000 | 1101001 | 11001110 | 110010 | 110001 | 0 | 10011 | 11101111 | 110011 | 111101 |
Color Harmonies of #6869CE
Complementary color
Monochromatic Colors of #6869CE
Black with #6869CE
Text Example
Text Example
White with #6869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869CE; }
p { color: rgb(104,105,206); }
H1.HeaderClassName
{
color: #6869CE;
}
.AnyTagClassName
{
color: #6869CE;
}
</style>
background-color css
<style>
a { background-color: #6869CE; }
a { background-color: rgb(104,105,206); }
div.DivClassName
{
background-color: #6869CE;
}
.BgClassName
{
background-color: #6869CE;
}
</style>
border-color css
<style>
span { border-color: #6869CE; }
span { border-color: rgb(104,105,206); }
td.TdClassName
{
border-color: #6869CE;
}
.TagClassName
{
border-color: #6869CE;
}
</style>