Shades of Slate Blue #6967DB
Tints of Slate Blue #6967DB
RGB
CMYK
RGB Variations
Color information
#6967DB (or 0x6967DB) is known color: Slate Blue. HEX triplet: 69, 67 and DB. RGB value is (105,103,219). Sum of RGB (Red+Green+Blue) = 105+103+219=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #6967DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967DB is #969824. Grayscale: #747474. Windows color (decimal): -9869349 or 14378857. OLE color: 14378857.
HSL color Cylindrical-coordinate representation of color #6967DB: hue angle of 241.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6967DB is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 103 | 219 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.14 |
| HSL | 241.03º | 0.62% | 0.63% | - |
| HSV(B) | 241.03º | 0.53% | 0.86% | - |
| XYZ | 23.46 | 17.82 | 69.22 | - |
| YUV | 116.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 219 | 0.52 | 0.53 | 0 | 0.14 | 241.03 | 0.62 | 0.63 |
| Hex | 69 | 67 | DB | 34 | 35 | 0 | E | F1 | 3E | 3F |
| Octal | 151 | 147 | 333 | 64 | 65 | 0 | 16 | 361 | 76 | 77 |
| Binary | 1101001 | 1100111 | 11011011 | 110100 | 110101 | 0 | 1110 | 11110001 | 111110 | 111111 |
Color Harmonies of #6967DB
Complementary color
Monochromatic Colors of #6967DB
Black with #6967DB
Text Example
Text Example
White with #6967DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967DB; }
p { color: rgb(105,103,219); }
H1.HeaderClassName
{
color: #6967DB;
}
.AnyTagClassName
{
color: #6967DB;
}
</style>
background-color css
<style>
a { background-color: #6967DB; }
a { background-color: rgb(105,103,219); }
div.DivClassName
{
background-color: #6967DB;
}
.BgClassName
{
background-color: #6967DB;
}
</style>
border-color css
<style>
span { border-color: #6967DB; }
span { border-color: rgb(105,103,219); }
td.TdClassName
{
border-color: #6967DB;
}
.TagClassName
{
border-color: #6967DB;
}
</style>