Shades of Slate Blue #6768D9
Tints of Slate Blue #6768D9
RGB
CMYK
RGB Variations
Color information
#6768D9 (or 0x6768D9) is known color: Slate Blue. HEX triplet: 67, 68 and D9. RGB value is (103,104,217). Sum of RGB (Red+Green+Blue) = 103+104+217=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #6768D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6768D9 is #989726. Grayscale: #747474. Windows color (decimal): -10000167 or 14248039. OLE color: 14248039.
HSL color Cylindrical-coordinate representation of color #6768D9: hue angle of 239.47º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6768D9 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 104 | 217 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.15 |
| HSL | 239.47º | 0.6% | 0.63% | - |
| HSV(B) | 239.47º | 0.53% | 0.85% | - |
| XYZ | 23.07 | 17.79 | 67.86 | - |
| YUV | 116.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 217 | 0.53 | 0.52 | 0 | 0.15 | 239.47 | 0.6 | 0.63 |
| Hex | 67 | 68 | D9 | 35 | 34 | 0 | F | EF | 3C | 3F |
| Octal | 147 | 150 | 331 | 65 | 64 | 0 | 17 | 357 | 74 | 77 |
| Binary | 1100111 | 1101000 | 11011001 | 110101 | 110100 | 0 | 1111 | 11101111 | 111100 | 111111 |
Color Harmonies of #6768D9
Complementary color
Monochromatic Colors of #6768D9
Black with #6768D9
Text Example
Text Example
White with #6768D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768D9; }
p { color: rgb(103,104,217); }
H1.HeaderClassName
{
color: #6768D9;
}
.AnyTagClassName
{
color: #6768D9;
}
</style>
background-color css
<style>
a { background-color: #6768D9; }
a { background-color: rgb(103,104,217); }
div.DivClassName
{
background-color: #6768D9;
}
.BgClassName
{
background-color: #6768D9;
}
</style>
border-color css
<style>
span { border-color: #6768D9; }
span { border-color: rgb(103,104,217); }
td.TdClassName
{
border-color: #6768D9;
}
.TagClassName
{
border-color: #6768D9;
}
</style>