Shades of Slate Blue #6763DC
Tints of Slate Blue #6763DC
RGB
CMYK
RGB Variations
Color information
#6763DC (or 0x6763DC) is known color: Slate Blue. HEX triplet: 67, 63 and DC. RGB value is (103,99,220). Sum of RGB (Red+Green+Blue) = 103+99+220=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6763DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763DC is #989C23. Grayscale: #717171. Windows color (decimal): -10001444 or 14443367. OLE color: 14443367.
HSL color Cylindrical-coordinate representation of color #6763DC: hue angle of 241.98º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6763DC is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 99 | 220 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.14 |
| HSL | 241.98º | 0.63% | 0.63% | - |
| HSV(B) | 241.98º | 0.55% | 0.86% | - |
| XYZ | 22.97 | 16.97 | 69.78 | - |
| YUV | 113.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 220 | 0.53 | 0.55 | 0 | 0.14 | 241.98 | 0.63 | 0.63 |
| Hex | 67 | 63 | DC | 35 | 37 | 0 | E | F2 | 3F | 3F |
| Octal | 147 | 143 | 334 | 65 | 67 | 0 | 16 | 362 | 77 | 77 |
| Binary | 1100111 | 1100011 | 11011100 | 110101 | 110111 | 0 | 1110 | 11110010 | 111111 | 111111 |
Color Harmonies of #6763DC
Complementary color
Monochromatic Colors of #6763DC
Black with #6763DC
Text Example
Text Example
White with #6763DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6763DC; }
p { color: rgb(103,99,220); }
H1.HeaderClassName
{
color: #6763DC;
}
.AnyTagClassName
{
color: #6763DC;
}
</style>
background-color css
<style>
a { background-color: #6763DC; }
a { background-color: rgb(103,99,220); }
div.DivClassName
{
background-color: #6763DC;
}
.BgClassName
{
background-color: #6763DC;
}
</style>
border-color css
<style>
span { border-color: #6763DC; }
span { border-color: rgb(103,99,220); }
td.TdClassName
{
border-color: #6763DC;
}
.TagClassName
{
border-color: #6763DC;
}
</style>