Shades of Slate Blue #664ADF
Tints of Slate Blue #664ADF
RGB
CMYK
RGB Variations
Color information
#664ADF (or 0x664ADF) is known color: Slate Blue. HEX triplet: 66, 4A and DF. RGB value is (102,74,223). Sum of RGB (Red+Green+Blue) = 102+74+223=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #664ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ADF is #99B520. Grayscale: #626262. Windows color (decimal): -10073377 or 14633574. OLE color: 14633574.
HSL color Cylindrical-coordinate representation of color #664ADF: hue angle of 251.28º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #664ADF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 74 | 223 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.13 |
| HSL | 251.28º | 0.7% | 0.58% | - |
| HSV(B) | 251.28º | 0.67% | 0.87% | - |
| XYZ | 21.25 | 13.05 | 71.21 | - |
| YUV | 99.36 | 197.78 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 223 | 0.54 | 0.67 | 0 | 0.13 | 251.28 | 0.7 | 0.58 |
| Hex | 66 | 4A | DF | 36 | 43 | 0 | D | FB | 46 | 3A |
| Octal | 146 | 112 | 337 | 66 | 103 | 0 | 15 | 373 | 106 | 72 |
| Binary | 1100110 | 1001010 | 11011111 | 110110 | 1000011 | 0 | 1101 | 11111011 | 1000110 | 111010 |
Color Harmonies of #664ADF
Complementary color
Monochromatic Colors of #664ADF
Black with #664ADF
Text Example
Text Example
White with #664ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664ADF; }
p { color: rgb(102,74,223); }
H1.HeaderClassName
{
color: #664ADF;
}
.AnyTagClassName
{
color: #664ADF;
}
</style>
background-color css
<style>
a { background-color: #664ADF; }
a { background-color: rgb(102,74,223); }
div.DivClassName
{
background-color: #664ADF;
}
.BgClassName
{
background-color: #664ADF;
}
</style>
border-color css
<style>
span { border-color: #664ADF; }
span { border-color: rgb(102,74,223); }
td.TdClassName
{
border-color: #664ADF;
}
.TagClassName
{
border-color: #664ADF;
}
</style>