Shades of Slate Blue #6773D6
Tints of Slate Blue #6773D6
RGB
CMYK
RGB Variations
Color information
#6773D6 (or 0x6773D6) is known color: Slate Blue. HEX triplet: 67, 73 and D6. RGB value is (103,115,214). Sum of RGB (Red+Green+Blue) = 103+115+214=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #6773D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773D6 is #988C29. Grayscale: #7A7A7A. Windows color (decimal): -9997354 or 14054247. OLE color: 14054247.
HSL color Cylindrical-coordinate representation of color #6773D6: hue angle of 233.51º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6773D6 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 115 | 214 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.16 |
| HSL | 233.51º | 0.58% | 0.62% | - |
| HSV(B) | 233.51º | 0.52% | 0.84% | - |
| XYZ | 23.86 | 20 | 66.22 | - |
| YUV | 122.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 214 | 0.52 | 0.46 | 0 | 0.16 | 233.51 | 0.58 | 0.62 |
| Hex | 67 | 73 | D6 | 34 | 2E | 0 | 10 | EA | 3A | 3E |
| Octal | 147 | 163 | 326 | 64 | 56 | 0 | 20 | 352 | 72 | 76 |
| Binary | 1100111 | 1110011 | 11010110 | 110100 | 101110 | 0 | 10000 | 11101010 | 111010 | 111110 |
Color Harmonies of #6773D6
Complementary color
Monochromatic Colors of #6773D6
Black with #6773D6
Text Example
Text Example
White with #6773D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6773D6; }
p { color: rgb(103,115,214); }
H1.HeaderClassName
{
color: #6773D6;
}
.AnyTagClassName
{
color: #6773D6;
}
</style>
background-color css
<style>
a { background-color: #6773D6; }
a { background-color: rgb(103,115,214); }
div.DivClassName
{
background-color: #6773D6;
}
.BgClassName
{
background-color: #6773D6;
}
</style>
border-color css
<style>
span { border-color: #6773D6; }
span { border-color: rgb(103,115,214); }
td.TdClassName
{
border-color: #6773D6;
}
.TagClassName
{
border-color: #6773D6;
}
</style>