Shades of Slate Blue #664FDF
Tints of Slate Blue #664FDF
RGB
CMYK
RGB Variations
Color information
#664FDF (or 0x664FDF) is known color: Slate Blue. HEX triplet: 66, 4F and DF. RGB value is (102,79,223). Sum of RGB (Red+Green+Blue) = 102+79+223=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #664FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FDF is #99B020. Grayscale: #656565. Windows color (decimal): -10072097 or 14634854. OLE color: 14634854.
HSL color Cylindrical-coordinate representation of color #664FDF: hue angle of 249.58º degrees, saturation: 0.69, 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 #664FDF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 79 | 223 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.13 |
| HSL | 249.58º | 0.69% | 0.59% | - |
| HSV(B) | 249.58º | 0.65% | 0.87% | - |
| XYZ | 21.59 | 13.74 | 71.33 | - |
| YUV | 102.29 | 196.12 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 223 | 0.54 | 0.65 | 0 | 0.13 | 249.58 | 0.69 | 0.59 |
| Hex | 66 | 4F | DF | 36 | 41 | 0 | D | FA | 45 | 3B |
| Octal | 146 | 117 | 337 | 66 | 101 | 0 | 15 | 372 | 105 | 73 |
| Binary | 1100110 | 1001111 | 11011111 | 110110 | 1000001 | 0 | 1101 | 11111010 | 1000101 | 111011 |
Color Harmonies of #664FDF
Complementary color
Monochromatic Colors of #664FDF
Black with #664FDF
Text Example
Text Example
White with #664FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664FDF; }
p { color: rgb(102,79,223); }
H1.HeaderClassName
{
color: #664FDF;
}
.AnyTagClassName
{
color: #664FDF;
}
</style>
background-color css
<style>
a { background-color: #664FDF; }
a { background-color: rgb(102,79,223); }
div.DivClassName
{
background-color: #664FDF;
}
.BgClassName
{
background-color: #664FDF;
}
</style>
border-color css
<style>
span { border-color: #664FDF; }
span { border-color: rgb(102,79,223); }
td.TdClassName
{
border-color: #664FDF;
}
.TagClassName
{
border-color: #664FDF;
}
</style>