Shades of Slate Blue #6768DB
Tints of Slate Blue #6768DB
RGB
CMYK
RGB Variations
Color information
#6768DB (or 0x6768DB) is known color: Slate Blue. HEX triplet: 67, 68 and DB. RGB value is (103,104,219). Sum of RGB (Red+Green+Blue) = 103+104+219=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #6768DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6768DB is #989724. Grayscale: #747474. Windows color (decimal): -10000165 or 14379111. OLE color: 14379111.
HSL color Cylindrical-coordinate representation of color #6768DB: hue angle of 239.48º 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 #6768DB is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 104 | 219 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.14 |
| HSL | 239.48º | 0.62% | 0.63% | - |
| HSV(B) | 239.48º | 0.53% | 0.86% | - |
| XYZ | 23.33 | 17.9 | 69.24 | - |
| YUV | 116.81 | 185.67 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 219 | 0.53 | 0.53 | 0 | 0.14 | 239.48 | 0.62 | 0.63 |
| Hex | 67 | 68 | DB | 35 | 35 | 0 | E | EF | 3E | 3F |
| Octal | 147 | 150 | 333 | 65 | 65 | 0 | 16 | 357 | 76 | 77 |
| Binary | 1100111 | 1101000 | 11011011 | 110101 | 110101 | 0 | 1110 | 11101111 | 111110 | 111111 |
Color Harmonies of #6768DB
Complementary color
Monochromatic Colors of #6768DB
Black with #6768DB
Text Example
Text Example
White with #6768DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768DB; }
p { color: rgb(103,104,219); }
H1.HeaderClassName
{
color: #6768DB;
}
.AnyTagClassName
{
color: #6768DB;
}
</style>
background-color css
<style>
a { background-color: #6768DB; }
a { background-color: rgb(103,104,219); }
div.DivClassName
{
background-color: #6768DB;
}
.BgClassName
{
background-color: #6768DB;
}
</style>
border-color css
<style>
span { border-color: #6768DB; }
span { border-color: rgb(103,104,219); }
td.TdClassName
{
border-color: #6768DB;
}
.TagClassName
{
border-color: #6768DB;
}
</style>