Shades of Slate Blue #6773D7
Tints of Slate Blue #6773D7
RGB
CMYK
RGB Variations
Color information
#6773D7 (or 0x6773D7) is known color: Slate Blue. HEX triplet: 67, 73 and D7. RGB value is (103,115,215). Sum of RGB (Red+Green+Blue) = 103+115+215=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #6773D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773D7 is #988C28. Grayscale: #7A7A7A. Windows color (decimal): -9997353 or 14119783. OLE color: 14119783.
HSL color Cylindrical-coordinate representation of color #6773D7: hue angle of 233.57º 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 #6773D7 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 115 | 215 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.16 |
| HSL | 233.57º | 0.58% | 0.62% | - |
| HSV(B) | 233.57º | 0.52% | 0.84% | - |
| XYZ | 23.99 | 20.05 | 66.9 | - |
| YUV | 122.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 215 | 0.52 | 0.47 | 0 | 0.16 | 233.57 | 0.58 | 0.62 |
| Hex | 67 | 73 | D7 | 34 | 2F | 0 | 10 | EA | 3A | 3E |
| Octal | 147 | 163 | 327 | 64 | 57 | 0 | 20 | 352 | 72 | 76 |
| Binary | 1100111 | 1110011 | 11010111 | 110100 | 101111 | 0 | 10000 | 11101010 | 111010 | 111110 |
Color Harmonies of #6773D7
Complementary color
Monochromatic Colors of #6773D7
Black with #6773D7
Text Example
Text Example
White with #6773D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6773D7; }
p { color: rgb(103,115,215); }
H1.HeaderClassName
{
color: #6773D7;
}
.AnyTagClassName
{
color: #6773D7;
}
</style>
background-color css
<style>
a { background-color: #6773D7; }
a { background-color: rgb(103,115,215); }
div.DivClassName
{
background-color: #6773D7;
}
.BgClassName
{
background-color: #6773D7;
}
</style>
border-color css
<style>
span { border-color: #6773D7; }
span { border-color: rgb(103,115,215); }
td.TdClassName
{
border-color: #6773D7;
}
.TagClassName
{
border-color: #6773D7;
}
</style>