Shades of Slate Blue #6968CB
Tints of Slate Blue #6968CB
RGB
CMYK
RGB Variations
Color information
#6968CB (or 0x6968CB) is known color: Slate Blue. HEX triplet: 69, 68 and CB. RGB value is (105,104,203). Sum of RGB (Red+Green+Blue) = 105+104+203=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #6968CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6968CB is #969734. Grayscale: #737373. Windows color (decimal): -9869109 or 13330537. OLE color: 13330537.
HSL color Cylindrical-coordinate representation of color #6968CB: hue angle of 240.61º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6968CB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 104 | 203 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.20 |
| HSL | 240.61º | 0.49% | 0.6% | - |
| HSV(B) | 240.61º | 0.49% | 0.8% | - |
| XYZ | 21.56 | 17.22 | 58.69 | - |
| YUV | 115.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 203 | 0.48 | 0.49 | 0 | 0.20 | 240.61 | 0.49 | 0.6 |
| Hex | 69 | 68 | CB | 30 | 31 | 0 | 14 | F1 | 31 | 3C |
| Octal | 151 | 150 | 313 | 60 | 61 | 0 | 24 | 361 | 61 | 74 |
| Binary | 1101001 | 1101000 | 11001011 | 110000 | 110001 | 0 | 10100 | 11110001 | 110001 | 111100 |
Color Harmonies of #6968CB
Complementary color
Monochromatic Colors of #6968CB
Black with #6968CB
Text Example
Text Example
White with #6968CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6968CB; }
p { color: rgb(105,104,203); }
H1.HeaderClassName
{
color: #6968CB;
}
.AnyTagClassName
{
color: #6968CB;
}
</style>
background-color css
<style>
a { background-color: #6968CB; }
a { background-color: rgb(105,104,203); }
div.DivClassName
{
background-color: #6968CB;
}
.BgClassName
{
background-color: #6968CB;
}
</style>
border-color css
<style>
span { border-color: #6968CB; }
span { border-color: rgb(105,104,203); }
td.TdClassName
{
border-color: #6968CB;
}
.TagClassName
{
border-color: #6968CB;
}
</style>