Shades of Slate Blue #6969CB
Tints of Slate Blue #6969CB
RGB
CMYK
RGB Variations
Color information
#6969CB (or 0x6969CB) is known color: Slate Blue. HEX triplet: 69, 69 and CB. RGB value is (105,105,203). Sum of RGB (Red+Green+Blue) = 105+105+203=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #6969CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969CB is #969634. Grayscale: #737373. Windows color (decimal): -9868853 or 13330793. OLE color: 13330793.
HSL color Cylindrical-coordinate representation of color #6969CB: hue angle of 240º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6969CB is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 105 | 203 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.20 |
| HSL | 240º | 0.49% | 0.6% | - |
| HSV(B) | 240º | 0.48% | 0.8% | - |
| XYZ | 21.66 | 17.42 | 58.72 | - |
| YUV | 116.17 | 177 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 203 | 0.48 | 0.48 | 0 | 0.20 | 240 | 0.49 | 0.6 |
| Hex | 69 | 69 | CB | 30 | 30 | 0 | 14 | F0 | 31 | 3C |
| Octal | 151 | 151 | 313 | 60 | 60 | 0 | 24 | 360 | 61 | 74 |
| Binary | 1101001 | 1101001 | 11001011 | 110000 | 110000 | 0 | 10100 | 11110000 | 110001 | 111100 |
Color Harmonies of #6969CB
Complementary color
Monochromatic Colors of #6969CB
Black with #6969CB
Text Example
Text Example
White with #6969CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6969CB; }
p { color: rgb(105,105,203); }
H1.HeaderClassName
{
color: #6969CB;
}
.AnyTagClassName
{
color: #6969CB;
}
</style>
background-color css
<style>
a { background-color: #6969CB; }
a { background-color: rgb(105,105,203); }
div.DivClassName
{
background-color: #6969CB;
}
.BgClassName
{
background-color: #6969CB;
}
</style>
border-color css
<style>
span { border-color: #6969CB; }
span { border-color: rgb(105,105,203); }
td.TdClassName
{
border-color: #6969CB;
}
.TagClassName
{
border-color: #6969CB;
}
</style>