Shades of Slate Blue #6869CF
Tints of Slate Blue #6869CF
RGB
CMYK
RGB Variations
Color information
#6869CF (or 0x6869CF) is known color: Slate Blue. HEX triplet: 68, 69 and CF. RGB value is (104,105,207). Sum of RGB (Red+Green+Blue) = 104+105+207=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #6869CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869CF is #979630. Grayscale: #737373. Windows color (decimal): -9934385 or 13592936. OLE color: 13592936.
HSL color Cylindrical-coordinate representation of color #6869CF: hue angle of 239.42º degrees, saturation: 0.52, 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 #6869CF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 105 | 207 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.19 |
| HSL | 239.42º | 0.52% | 0.61% | - |
| HSV(B) | 239.42º | 0.5% | 0.81% | - |
| XYZ | 22.02 | 17.55 | 61.26 | - |
| YUV | 116.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 207 | 0.50 | 0.49 | 0 | 0.19 | 239.42 | 0.52 | 0.61 |
| Hex | 68 | 69 | CF | 32 | 31 | 0 | 13 | EF | 34 | 3D |
| Octal | 150 | 151 | 317 | 62 | 61 | 0 | 23 | 357 | 64 | 75 |
| Binary | 1101000 | 1101001 | 11001111 | 110010 | 110001 | 0 | 10011 | 11101111 | 110100 | 111101 |
Color Harmonies of #6869CF
Complementary color
Monochromatic Colors of #6869CF
Black with #6869CF
Text Example
Text Example
White with #6869CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869CF; }
p { color: rgb(104,105,207); }
H1.HeaderClassName
{
color: #6869CF;
}
.AnyTagClassName
{
color: #6869CF;
}
</style>
background-color css
<style>
a { background-color: #6869CF; }
a { background-color: rgb(104,105,207); }
div.DivClassName
{
background-color: #6869CF;
}
.BgClassName
{
background-color: #6869CF;
}
</style>
border-color css
<style>
span { border-color: #6869CF; }
span { border-color: rgb(104,105,207); }
td.TdClassName
{
border-color: #6869CF;
}
.TagClassName
{
border-color: #6869CF;
}
</style>