Shades of Slate Blue #6672DB
Tints of Slate Blue #6672DB
RGB
CMYK
RGB Variations
Color information
#6672DB (or 0x6672DB) is known color: Slate Blue. HEX triplet: 66, 72 and DB. RGB value is (102,114,219). Sum of RGB (Red+Green+Blue) = 102+114+219=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 114 (44.92% from 255 or 26.21% 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 #6672DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672DB is #998D24. Grayscale: #797979. Windows color (decimal): -10063141 or 14381670. OLE color: 14381670.
HSL color Cylindrical-coordinate representation of color #6672DB: hue angle of 233.85º 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 #6672DB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 114 | 219 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.14 |
| HSL | 233.85º | 0.62% | 0.63% | - |
| HSV(B) | 233.85º | 0.53% | 0.86% | - |
| XYZ | 24.28 | 19.97 | 69.59 | - |
| YUV | 122.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 219 | 0.53 | 0.48 | 0 | 0.14 | 233.85 | 0.62 | 0.63 |
| Hex | 66 | 72 | DB | 35 | 30 | 0 | E | EA | 3E | 3F |
| Octal | 146 | 162 | 333 | 65 | 60 | 0 | 16 | 352 | 76 | 77 |
| Binary | 1100110 | 1110010 | 11011011 | 110101 | 110000 | 0 | 1110 | 11101010 | 111110 | 111111 |
Color Harmonies of #6672DB
Complementary color
Monochromatic Colors of #6672DB
Black with #6672DB
Text Example
Text Example
White with #6672DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672DB; }
p { color: rgb(102,114,219); }
H1.HeaderClassName
{
color: #6672DB;
}
.AnyTagClassName
{
color: #6672DB;
}
</style>
background-color css
<style>
a { background-color: #6672DB; }
a { background-color: rgb(102,114,219); }
div.DivClassName
{
background-color: #6672DB;
}
.BgClassName
{
background-color: #6672DB;
}
</style>
border-color css
<style>
span { border-color: #6672DB; }
span { border-color: rgb(102,114,219); }
td.TdClassName
{
border-color: #6672DB;
}
.TagClassName
{
border-color: #6672DB;
}
</style>