Shades of Slate Blue #6767DD
Tints of Slate Blue #6767DD
RGB
CMYK
RGB Variations
Color information
#6767DD (or 0x6767DD) is known color: Slate Blue. HEX triplet: 67, 67 and DD. RGB value is (103,103,221). Sum of RGB (Red+Green+Blue) = 103+103+221=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #6767DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6767DD is #989822. Grayscale: #737373. Windows color (decimal): -10000419 or 14509927. OLE color: 14509927.
HSL color Cylindrical-coordinate representation of color #6767DD: hue angle of 240º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6767DD is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 103 | 221 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.13 |
| HSL | 240º | 0.63% | 0.64% | - |
| HSV(B) | 240º | 0.53% | 0.87% | - |
| XYZ | 23.49 | 17.8 | 70.6 | - |
| YUV | 116.45 | 187 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 221 | 0.53 | 0.53 | 0 | 0.13 | 240 | 0.63 | 0.64 |
| Hex | 67 | 67 | DD | 35 | 35 | 0 | D | F0 | 3F | 40 |
| Octal | 147 | 147 | 335 | 65 | 65 | 0 | 15 | 360 | 77 | 100 |
| Binary | 1100111 | 1100111 | 11011101 | 110101 | 110101 | 0 | 1101 | 11110000 | 111111 | 1000000 |
Color Harmonies of #6767DD
Complementary color
Monochromatic Colors of #6767DD
Black with #6767DD
Text Example
Text Example
White with #6767DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6767DD; }
p { color: rgb(103,103,221); }
H1.HeaderClassName
{
color: #6767DD;
}
.AnyTagClassName
{
color: #6767DD;
}
</style>
background-color css
<style>
a { background-color: #6767DD; }
a { background-color: rgb(103,103,221); }
div.DivClassName
{
background-color: #6767DD;
}
.BgClassName
{
background-color: #6767DD;
}
</style>
border-color css
<style>
span { border-color: #6767DD; }
span { border-color: rgb(103,103,221); }
td.TdClassName
{
border-color: #6767DD;
}
.TagClassName
{
border-color: #6767DD;
}
</style>