Shades of Slate Blue #6763DD
Tints of Slate Blue #6763DD
RGB
CMYK
RGB Variations
Color information
#6763DD (or 0x6763DD) is known color: Slate Blue. HEX triplet: 67, 63 and DD. RGB value is (103,99,221). Sum of RGB (Red+Green+Blue) = 103+99+221=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #6763DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763DD is #989C22. Grayscale: #717171. Windows color (decimal): -10001443 or 14508903. OLE color: 14508903.
HSL color Cylindrical-coordinate representation of color #6763DD: hue angle of 241.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6763DD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 99 | 221 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.13 |
| HSL | 241.97º | 0.64% | 0.63% | - |
| HSV(B) | 241.97º | 0.55% | 0.87% | - |
| XYZ | 23.11 | 17.03 | 70.48 | - |
| YUV | 114.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 221 | 0.53 | 0.55 | 0 | 0.13 | 241.97 | 0.64 | 0.63 |
| Hex | 67 | 63 | DD | 35 | 37 | 0 | D | F2 | 40 | 3F |
| Octal | 147 | 143 | 335 | 65 | 67 | 0 | 15 | 362 | 100 | 77 |
| Binary | 1100111 | 1100011 | 11011101 | 110101 | 110111 | 0 | 1101 | 11110010 | 1000000 | 111111 |
Color Harmonies of #6763DD
Complementary color
Monochromatic Colors of #6763DD
Black with #6763DD
Text Example
Text Example
White with #6763DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6763DD; }
p { color: rgb(103,99,221); }
H1.HeaderClassName
{
color: #6763DD;
}
.AnyTagClassName
{
color: #6763DD;
}
</style>
background-color css
<style>
a { background-color: #6763DD; }
a { background-color: rgb(103,99,221); }
div.DivClassName
{
background-color: #6763DD;
}
.BgClassName
{
background-color: #6763DD;
}
</style>
border-color css
<style>
span { border-color: #6763DD; }
span { border-color: rgb(103,99,221); }
td.TdClassName
{
border-color: #6763DD;
}
.TagClassName
{
border-color: #6763DD;
}
</style>