Shades of Slate Blue #6768DF
Tints of Slate Blue #6768DF
RGB
CMYK
RGB Variations
Color information
#6768DF (or 0x6768DF) is known color: Slate Blue. HEX triplet: 67, 68 and DF. RGB value is (103,104,223). Sum of RGB (Red+Green+Blue) = 103+104+223=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #6768DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6768DF is #989720. Grayscale: #747474. Windows color (decimal): -10000161 or 14641255. OLE color: 14641255.
HSL color Cylindrical-coordinate representation of color #6768DF: hue angle of 239.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 #6768DF is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 104 | 223 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.13 |
| HSL | 239.5º | 0.65% | 0.64% | - |
| HSV(B) | 239.5º | 0.54% | 0.87% | - |
| XYZ | 23.86 | 18.11 | 72.05 | - |
| YUV | 117.27 | 187.67 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 223 | 0.54 | 0.53 | 0 | 0.13 | 239.5 | 0.65 | 0.64 |
| Hex | 67 | 68 | DF | 36 | 35 | 0 | D | F0 | 41 | 40 |
| Octal | 147 | 150 | 337 | 66 | 65 | 0 | 15 | 360 | 101 | 100 |
| Binary | 1100111 | 1101000 | 11011111 | 110110 | 110101 | 0 | 1101 | 11110000 | 1000001 | 1000000 |
Color Harmonies of #6768DF
Complementary color
Monochromatic Colors of #6768DF
Black with #6768DF
Text Example
Text Example
White with #6768DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768DF; }
p { color: rgb(103,104,223); }
H1.HeaderClassName
{
color: #6768DF;
}
.AnyTagClassName
{
color: #6768DF;
}
</style>
background-color css
<style>
a { background-color: #6768DF; }
a { background-color: rgb(103,104,223); }
div.DivClassName
{
background-color: #6768DF;
}
.BgClassName
{
background-color: #6768DF;
}
</style>
border-color css
<style>
span { border-color: #6768DF; }
span { border-color: rgb(103,104,223); }
td.TdClassName
{
border-color: #6768DF;
}
.TagClassName
{
border-color: #6768DF;
}
</style>