Shades of Slate Blue #664DD7
Tints of Slate Blue #664DD7
RGB
CMYK
RGB Variations
Color information
#664DD7 (or 0x664DD7) is known color: Slate Blue. HEX triplet: 66, 4D and D7. RGB value is (102,77,215). Sum of RGB (Red+Green+Blue) = 102+77+215=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #664DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DD7 is #99B228. Grayscale: #636363. Windows color (decimal): -10072617 or 14110054. OLE color: 14110054.
HSL color Cylindrical-coordinate representation of color #664DD7: hue angle of 250.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664DD7 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 77 | 215 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.16 |
| HSL | 250.87º | 0.63% | 0.57% | - |
| HSV(B) | 250.87º | 0.64% | 0.84% | - |
| XYZ | 20.4 | 13.04 | 65.73 | - |
| YUV | 100.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 215 | 0.53 | 0.64 | 0 | 0.16 | 250.87 | 0.63 | 0.57 |
| Hex | 66 | 4D | D7 | 35 | 40 | 0 | 10 | FB | 3F | 39 |
| Octal | 146 | 115 | 327 | 65 | 100 | 0 | 20 | 373 | 77 | 71 |
| Binary | 1100110 | 1001101 | 11010111 | 110101 | 1000000 | 0 | 10000 | 11111011 | 111111 | 111001 |
Color Harmonies of #664DD7
Complementary color
Monochromatic Colors of #664DD7
Black with #664DD7
Text Example
Text Example
White with #664DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664DD7; }
p { color: rgb(102,77,215); }
H1.HeaderClassName
{
color: #664DD7;
}
.AnyTagClassName
{
color: #664DD7;
}
</style>
background-color css
<style>
a { background-color: #664DD7; }
a { background-color: rgb(102,77,215); }
div.DivClassName
{
background-color: #664DD7;
}
.BgClassName
{
background-color: #664DD7;
}
</style>
border-color css
<style>
span { border-color: #664DD7; }
span { border-color: rgb(102,77,215); }
td.TdClassName
{
border-color: #664DD7;
}
.TagClassName
{
border-color: #664DD7;
}
</style>