Shades of Slate Blue #6773D9
Tints of Slate Blue #6773D9
RGB
CMYK
RGB Variations
Color information
#6773D9 (or 0x6773D9) is known color: Slate Blue. HEX triplet: 67, 73 and D9. RGB value is (103,115,217). Sum of RGB (Red+Green+Blue) = 103+115+217=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #6773D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773D9 is #988C26. Grayscale: #7A7A7A. Windows color (decimal): -9997351 or 14250855. OLE color: 14250855.
HSL color Cylindrical-coordinate representation of color #6773D9: hue angle of 233.68º 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 #6773D9 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 115 | 217 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.15 |
| HSL | 233.68º | 0.6% | 0.63% | - |
| HSV(B) | 233.68º | 0.53% | 0.85% | - |
| XYZ | 24.25 | 20.15 | 68.26 | - |
| YUV | 123.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 217 | 0.53 | 0.47 | 0 | 0.15 | 233.68 | 0.6 | 0.63 |
| Hex | 67 | 73 | D9 | 35 | 2F | 0 | F | EA | 3C | 3F |
| Octal | 147 | 163 | 331 | 65 | 57 | 0 | 17 | 352 | 74 | 77 |
| Binary | 1100111 | 1110011 | 11011001 | 110101 | 101111 | 0 | 1111 | 11101010 | 111100 | 111111 |
Color Harmonies of #6773D9
Complementary color
Monochromatic Colors of #6773D9
Black with #6773D9
Text Example
Text Example
White with #6773D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6773D9; }
p { color: rgb(103,115,217); }
H1.HeaderClassName
{
color: #6773D9;
}
.AnyTagClassName
{
color: #6773D9;
}
</style>
background-color css
<style>
a { background-color: #6773D9; }
a { background-color: rgb(103,115,217); }
div.DivClassName
{
background-color: #6773D9;
}
.BgClassName
{
background-color: #6773D9;
}
</style>
border-color css
<style>
span { border-color: #6773D9; }
span { border-color: rgb(103,115,217); }
td.TdClassName
{
border-color: #6773D9;
}
.TagClassName
{
border-color: #6773D9;
}
</style>