Shades of Slate Blue #6673DB
Tints of Slate Blue #6673DB
RGB
CMYK
RGB Variations
Color information
#6673DB (or 0x6673DB) is known color: Slate Blue. HEX triplet: 66, 73 and DB. RGB value is (102,115,219). Sum of RGB (Red+Green+Blue) = 102+115+219=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6673DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6673DB is #998C24. Grayscale: #7A7A7A. Windows color (decimal): -10062885 or 14381926. OLE color: 14381926.
HSL color Cylindrical-coordinate representation of color #6673DB: hue angle of 233.33º 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 #6673DB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 115 | 219 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.14 |
| HSL | 233.33º | 0.62% | 0.63% | - |
| HSV(B) | 233.33º | 0.53% | 0.86% | - |
| XYZ | 24.4 | 20.2 | 69.63 | - |
| YUV | 122.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 219 | 0.53 | 0.47 | 0 | 0.14 | 233.33 | 0.62 | 0.63 |
| Hex | 66 | 73 | DB | 35 | 2F | 0 | E | E9 | 3E | 3F |
| Octal | 146 | 163 | 333 | 65 | 57 | 0 | 16 | 351 | 76 | 77 |
| Binary | 1100110 | 1110011 | 11011011 | 110101 | 101111 | 0 | 1110 | 11101001 | 111110 | 111111 |
Color Harmonies of #6673DB
Complementary color
Monochromatic Colors of #6673DB
Black with #6673DB
Text Example
Text Example
White with #6673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6673DB; }
p { color: rgb(102,115,219); }
H1.HeaderClassName
{
color: #6673DB;
}
.AnyTagClassName
{
color: #6673DB;
}
</style>
background-color css
<style>
a { background-color: #6673DB; }
a { background-color: rgb(102,115,219); }
div.DivClassName
{
background-color: #6673DB;
}
.BgClassName
{
background-color: #6673DB;
}
</style>
border-color css
<style>
span { border-color: #6673DB; }
span { border-color: rgb(102,115,219); }
td.TdClassName
{
border-color: #6673DB;
}
.TagClassName
{
border-color: #6673DB;
}
</style>