Shades of Slate Blue #664CDD
Tints of Slate Blue #664CDD
RGB
CMYK
RGB Variations
Color information
#664CDD (or 0x664CDD) is known color: Slate Blue. HEX triplet: 66, 4C and DD. RGB value is (102,76,221). Sum of RGB (Red+Green+Blue) = 102+76+221=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #664CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CDD is #99B322. Grayscale: #636363. Windows color (decimal): -10072867 or 14503014. OLE color: 14503014.
HSL color Cylindrical-coordinate representation of color #664CDD: hue angle of 250.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #664CDD is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 76 | 221 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.13 |
| HSL | 250.76º | 0.68% | 0.58% | - |
| HSV(B) | 250.76º | 0.66% | 0.87% | - |
| XYZ | 21.12 | 13.21 | 69.84 | - |
| YUV | 100.3 | 196.11 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 221 | 0.54 | 0.66 | 0 | 0.13 | 250.76 | 0.68 | 0.58 |
| Hex | 66 | 4C | DD | 36 | 42 | 0 | D | FB | 44 | 3A |
| Octal | 146 | 114 | 335 | 66 | 102 | 0 | 15 | 373 | 104 | 72 |
| Binary | 1100110 | 1001100 | 11011101 | 110110 | 1000010 | 0 | 1101 | 11111011 | 1000100 | 111010 |
Color Harmonies of #664CDD
Complementary color
Monochromatic Colors of #664CDD
Black with #664CDD
Text Example
Text Example
White with #664CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664CDD; }
p { color: rgb(102,76,221); }
H1.HeaderClassName
{
color: #664CDD;
}
.AnyTagClassName
{
color: #664CDD;
}
</style>
background-color css
<style>
a { background-color: #664CDD; }
a { background-color: rgb(102,76,221); }
div.DivClassName
{
background-color: #664CDD;
}
.BgClassName
{
background-color: #664CDD;
}
</style>
border-color css
<style>
span { border-color: #664CDD; }
span { border-color: rgb(102,76,221); }
td.TdClassName
{
border-color: #664CDD;
}
.TagClassName
{
border-color: #664CDD;
}
</style>