Shades of Slate Blue #6766DF
Tints of Slate Blue #6766DF
RGB
CMYK
RGB Variations
Color information
#6766DF (or 0x6766DF) is known color: Slate Blue. HEX triplet: 67, 66 and DF. RGB value is (103,102,223). Sum of RGB (Red+Green+Blue) = 103+102+223=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #6766DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766DF is #989920. Grayscale: #737373. Windows color (decimal): -10000673 or 14640743. OLE color: 14640743.
HSL color Cylindrical-coordinate representation of color #6766DF: hue angle of 240.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6766DF is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 102 | 223 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.13 |
| HSL | 240.5º | 0.65% | 0.64% | - |
| HSV(B) | 240.5º | 0.54% | 0.87% | - |
| XYZ | 23.66 | 17.71 | 71.98 | - |
| YUV | 116.09 | 188.33 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 223 | 0.54 | 0.54 | 0 | 0.13 | 240.5 | 0.65 | 0.64 |
| Hex | 67 | 66 | DF | 36 | 36 | 0 | D | F0 | 41 | 40 |
| Octal | 147 | 146 | 337 | 66 | 66 | 0 | 15 | 360 | 101 | 100 |
| Binary | 1100111 | 1100110 | 11011111 | 110110 | 110110 | 0 | 1101 | 11110000 | 1000001 | 1000000 |
Color Harmonies of #6766DF
Complementary color
Monochromatic Colors of #6766DF
Black with #6766DF
Text Example
Text Example
White with #6766DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6766DF; }
p { color: rgb(103,102,223); }
H1.HeaderClassName
{
color: #6766DF;
}
.AnyTagClassName
{
color: #6766DF;
}
</style>
background-color css
<style>
a { background-color: #6766DF; }
a { background-color: rgb(103,102,223); }
div.DivClassName
{
background-color: #6766DF;
}
.BgClassName
{
background-color: #6766DF;
}
</style>
border-color css
<style>
span { border-color: #6766DF; }
span { border-color: rgb(103,102,223); }
td.TdClassName
{
border-color: #6766DF;
}
.TagClassName
{
border-color: #6766DF;
}
</style>