Shades of Slate Blue #664CDB
Tints of Slate Blue #664CDB
RGB
CMYK
RGB Variations
Color information
#664CDB (or 0x664CDB) is known color: Slate Blue. HEX triplet: 66, 4C and DB. RGB value is (102,76,219). Sum of RGB (Red+Green+Blue) = 102+76+219=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #664CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CDB is #99B324. Grayscale: #636363. Windows color (decimal): -10072869 or 14371942. OLE color: 14371942.
HSL color Cylindrical-coordinate representation of color #664CDB: hue angle of 250.91º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664CDB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 76 | 219 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.14 |
| HSL | 250.91º | 0.67% | 0.58% | - |
| HSV(B) | 250.91º | 0.65% | 0.86% | - |
| XYZ | 20.85 | 13.11 | 68.45 | - |
| YUV | 100.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 219 | 0.53 | 0.65 | 0 | 0.14 | 250.91 | 0.67 | 0.58 |
| Hex | 66 | 4C | DB | 35 | 41 | 0 | E | FB | 43 | 3A |
| Octal | 146 | 114 | 333 | 65 | 101 | 0 | 16 | 373 | 103 | 72 |
| Binary | 1100110 | 1001100 | 11011011 | 110101 | 1000001 | 0 | 1110 | 11111011 | 1000011 | 111010 |
Color Harmonies of #664CDB
Complementary color
Monochromatic Colors of #664CDB
Black with #664CDB
Text Example
Text Example
White with #664CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664CDB; }
p { color: rgb(102,76,219); }
H1.HeaderClassName
{
color: #664CDB;
}
.AnyTagClassName
{
color: #664CDB;
}
</style>
background-color css
<style>
a { background-color: #664CDB; }
a { background-color: rgb(102,76,219); }
div.DivClassName
{
background-color: #664CDB;
}
.BgClassName
{
background-color: #664CDB;
}
</style>
border-color css
<style>
span { border-color: #664CDB; }
span { border-color: rgb(102,76,219); }
td.TdClassName
{
border-color: #664CDB;
}
.TagClassName
{
border-color: #664CDB;
}
</style>