Shades of Slate Blue #6771DB
Tints of Slate Blue #6771DB
RGB
CMYK
RGB Variations
Color information
#6771DB (or 0x6771DB) is known color: Slate Blue. HEX triplet: 67, 71 and DB. RGB value is (103,113,219). Sum of RGB (Red+Green+Blue) = 103+113+219=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6771DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6771DB is #988E24. Grayscale: #797979. Windows color (decimal): -9997861 or 14381415. OLE color: 14381415.
HSL color Cylindrical-coordinate representation of color #6771DB: hue angle of 234.83º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6771DB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 113 | 219 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.14 |
| HSL | 234.83º | 0.62% | 0.63% | - |
| HSV(B) | 234.83º | 0.53% | 0.86% | - |
| XYZ | 24.28 | 19.81 | 69.56 | - |
| YUV | 122.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 219 | 0.53 | 0.48 | 0 | 0.14 | 234.83 | 0.62 | 0.63 |
| Hex | 67 | 71 | DB | 35 | 30 | 0 | E | EB | 3E | 3F |
| Octal | 147 | 161 | 333 | 65 | 60 | 0 | 16 | 353 | 76 | 77 |
| Binary | 1100111 | 1110001 | 11011011 | 110101 | 110000 | 0 | 1110 | 11101011 | 111110 | 111111 |
Color Harmonies of #6771DB
Complementary color
Monochromatic Colors of #6771DB
Black with #6771DB
Text Example
Text Example
White with #6771DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6771DB; }
p { color: rgb(103,113,219); }
H1.HeaderClassName
{
color: #6771DB;
}
.AnyTagClassName
{
color: #6771DB;
}
</style>
background-color css
<style>
a { background-color: #6771DB; }
a { background-color: rgb(103,113,219); }
div.DivClassName
{
background-color: #6771DB;
}
.BgClassName
{
background-color: #6771DB;
}
</style>
border-color css
<style>
span { border-color: #6771DB; }
span { border-color: rgb(103,113,219); }
td.TdClassName
{
border-color: #6771DB;
}
.TagClassName
{
border-color: #6771DB;
}
</style>