Shades of Slate Blue #664BDF
Tints of Slate Blue #664BDF
RGB
CMYK
RGB Variations
Color information
#664BDF (or 0x664BDF) is known color: Slate Blue. HEX triplet: 66, 4B and DF. RGB value is (102,75,223). Sum of RGB (Red+Green+Blue) = 102+75+223=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #664BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BDF is #99B420. Grayscale: #636363. Windows color (decimal): -10073121 or 14633830. OLE color: 14633830.
HSL color Cylindrical-coordinate representation of color #664BDF: hue angle of 250.95º degrees, saturation: 0.7, 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 #664BDF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 75 | 223 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.13 |
| HSL | 250.95º | 0.7% | 0.58% | - |
| HSV(B) | 250.95º | 0.66% | 0.87% | - |
| XYZ | 21.31 | 13.18 | 71.23 | - |
| YUV | 99.95 | 197.45 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 223 | 0.54 | 0.66 | 0 | 0.13 | 250.95 | 0.7 | 0.58 |
| Hex | 66 | 4B | DF | 36 | 42 | 0 | D | FB | 46 | 3A |
| Octal | 146 | 113 | 337 | 66 | 102 | 0 | 15 | 373 | 106 | 72 |
| Binary | 1100110 | 1001011 | 11011111 | 110110 | 1000010 | 0 | 1101 | 11111011 | 1000110 | 111010 |
Color Harmonies of #664BDF
Complementary color
Monochromatic Colors of #664BDF
Black with #664BDF
Text Example
Text Example
White with #664BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664BDF; }
p { color: rgb(102,75,223); }
H1.HeaderClassName
{
color: #664BDF;
}
.AnyTagClassName
{
color: #664BDF;
}
</style>
background-color css
<style>
a { background-color: #664BDF; }
a { background-color: rgb(102,75,223); }
div.DivClassName
{
background-color: #664BDF;
}
.BgClassName
{
background-color: #664BDF;
}
</style>
border-color css
<style>
span { border-color: #664BDF; }
span { border-color: rgb(102,75,223); }
td.TdClassName
{
border-color: #664BDF;
}
.TagClassName
{
border-color: #664BDF;
}
</style>