Shades of Slate Blue #6766DB
Tints of Slate Blue #6766DB
RGB
CMYK
RGB Variations
Color information
#6766DB (or 0x6766DB) is known color: Slate Blue. HEX triplet: 67, 66 and DB. RGB value is (103,102,219). Sum of RGB (Red+Green+Blue) = 103+102+219=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #6766DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766DB is #989924. Grayscale: #737373. Windows color (decimal): -10000677 or 14378599. OLE color: 14378599.
HSL color Cylindrical-coordinate representation of color #6766DB: hue angle of 240.51º 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 #6766DB is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 102 | 219 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.14 |
| HSL | 240.51º | 0.62% | 0.63% | - |
| HSV(B) | 240.51º | 0.53% | 0.86% | - |
| XYZ | 23.13 | 17.5 | 69.18 | - |
| YUV | 115.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 219 | 0.53 | 0.53 | 0 | 0.14 | 240.51 | 0.62 | 0.63 |
| Hex | 67 | 66 | DB | 35 | 35 | 0 | E | F1 | 3E | 3F |
| Octal | 147 | 146 | 333 | 65 | 65 | 0 | 16 | 361 | 76 | 77 |
| Binary | 1100111 | 1100110 | 11011011 | 110101 | 110101 | 0 | 1110 | 11110001 | 111110 | 111111 |
Color Harmonies of #6766DB
Complementary color
Monochromatic Colors of #6766DB
Black with #6766DB
Text Example
Text Example
White with #6766DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6766DB; }
p { color: rgb(103,102,219); }
H1.HeaderClassName
{
color: #6766DB;
}
.AnyTagClassName
{
color: #6766DB;
}
</style>
background-color css
<style>
a { background-color: #6766DB; }
a { background-color: rgb(103,102,219); }
div.DivClassName
{
background-color: #6766DB;
}
.BgClassName
{
background-color: #6766DB;
}
</style>
border-color css
<style>
span { border-color: #6766DB; }
span { border-color: rgb(103,102,219); }
td.TdClassName
{
border-color: #6766DB;
}
.TagClassName
{
border-color: #6766DB;
}
</style>