Shades of Slate Blue #664DCB
Tints of Slate Blue #664DCB
RGB
CMYK
RGB Variations
Color information
#664DCB (or 0x664DCB) is known color: Slate Blue. HEX triplet: 66, 4D and CB. RGB value is (102,77,203). Sum of RGB (Red+Green+Blue) = 102+77+203=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #664DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DCB is #99B234. Grayscale: #626262. Windows color (decimal): -10072629 or 13323622. OLE color: 13323622.
HSL color Cylindrical-coordinate representation of color #664DCB: hue angle of 251.9º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664DCB is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 77 | 203 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.20 |
| HSL | 251.9º | 0.55% | 0.55% | - |
| HSV(B) | 251.9º | 0.62% | 0.8% | - |
| XYZ | 18.91 | 12.44 | 57.91 | - |
| YUV | 98.84 | 186.78 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 203 | 0.50 | 0.62 | 0 | 0.20 | 251.9 | 0.55 | 0.55 |
| Hex | 66 | 4D | CB | 32 | 3E | 0 | 14 | FC | 37 | 37 |
| Octal | 146 | 115 | 313 | 62 | 76 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1100110 | 1001101 | 11001011 | 110010 | 111110 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #664DCB
Complementary color
Monochromatic Colors of #664DCB
Black with #664DCB
Text Example
Text Example
White with #664DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664DCB; }
p { color: rgb(102,77,203); }
H1.HeaderClassName
{
color: #664DCB;
}
.AnyTagClassName
{
color: #664DCB;
}
</style>
background-color css
<style>
a { background-color: #664DCB; }
a { background-color: rgb(102,77,203); }
div.DivClassName
{
background-color: #664DCB;
}
.BgClassName
{
background-color: #664DCB;
}
</style>
border-color css
<style>
span { border-color: #664DCB; }
span { border-color: rgb(102,77,203); }
td.TdClassName
{
border-color: #664DCB;
}
.TagClassName
{
border-color: #664DCB;
}
</style>