Shades of Slate Blue #664DDF
Tints of Slate Blue #664DDF
RGB
CMYK
RGB Variations
Color information
#664DDF (or 0x664DDF) is known color: Slate Blue. HEX triplet: 66, 4D and DF. RGB value is (102,77,223). Sum of RGB (Red+Green+Blue) = 102+77+223=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #664DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DDF is #99B220. Grayscale: #646464. Windows color (decimal): -10072609 or 14634342. OLE color: 14634342.
HSL color Cylindrical-coordinate representation of color #664DDF: hue angle of 250.27º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664DDF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 77 | 223 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.13 |
| HSL | 250.27º | 0.7% | 0.59% | - |
| HSV(B) | 250.27º | 0.65% | 0.87% | - |
| XYZ | 21.45 | 13.46 | 71.28 | - |
| YUV | 101.12 | 196.78 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 223 | 0.54 | 0.65 | 0 | 0.13 | 250.27 | 0.7 | 0.59 |
| Hex | 66 | 4D | DF | 36 | 41 | 0 | D | FA | 46 | 3B |
| Octal | 146 | 115 | 337 | 66 | 101 | 0 | 15 | 372 | 106 | 73 |
| Binary | 1100110 | 1001101 | 11011111 | 110110 | 1000001 | 0 | 1101 | 11111010 | 1000110 | 111011 |
Color Harmonies of #664DDF
Complementary color
Monochromatic Colors of #664DDF
Black with #664DDF
Text Example
Text Example
White with #664DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664DDF; }
p { color: rgb(102,77,223); }
H1.HeaderClassName
{
color: #664DDF;
}
.AnyTagClassName
{
color: #664DDF;
}
</style>
background-color css
<style>
a { background-color: #664DDF; }
a { background-color: rgb(102,77,223); }
div.DivClassName
{
background-color: #664DDF;
}
.BgClassName
{
background-color: #664DDF;
}
</style>
border-color css
<style>
span { border-color: #664DDF; }
span { border-color: rgb(102,77,223); }
td.TdClassName
{
border-color: #664DDF;
}
.TagClassName
{
border-color: #664DDF;
}
</style>