Shades of Slate Blue #664FCD
Tints of Slate Blue #664FCD
RGB
CMYK
RGB Variations
Color information
#664FCD (or 0x664FCD) is known color: Slate Blue. HEX triplet: 66, 4F and CD. RGB value is (102,79,205). Sum of RGB (Red+Green+Blue) = 102+79+205=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #664FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FCD is #99B032. Grayscale: #636363. Windows color (decimal): -10072115 or 13455206. OLE color: 13455206.
HSL color Cylindrical-coordinate representation of color #664FCD: hue angle of 250.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664FCD is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 79 | 205 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.20 |
| HSL | 250.95º | 0.56% | 0.56% | - |
| HSV(B) | 250.95º | 0.61% | 0.8% | - |
| XYZ | 19.29 | 12.82 | 59.22 | - |
| YUV | 100.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 205 | 0.50 | 0.61 | 0 | 0.20 | 250.95 | 0.56 | 0.56 |
| Hex | 66 | 4F | CD | 32 | 3D | 0 | 14 | FB | 38 | 38 |
| Octal | 146 | 117 | 315 | 62 | 75 | 0 | 24 | 373 | 70 | 70 |
| Binary | 1100110 | 1001111 | 11001101 | 110010 | 111101 | 0 | 10100 | 11111011 | 111000 | 111000 |
Color Harmonies of #664FCD
Complementary color
Monochromatic Colors of #664FCD
Black with #664FCD
Text Example
Text Example
White with #664FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664FCD; }
p { color: rgb(102,79,205); }
H1.HeaderClassName
{
color: #664FCD;
}
.AnyTagClassName
{
color: #664FCD;
}
</style>
background-color css
<style>
a { background-color: #664FCD; }
a { background-color: rgb(102,79,205); }
div.DivClassName
{
background-color: #664FCD;
}
.BgClassName
{
background-color: #664FCD;
}
</style>
border-color css
<style>
span { border-color: #664FCD; }
span { border-color: rgb(102,79,205); }
td.TdClassName
{
border-color: #664FCD;
}
.TagClassName
{
border-color: #664FCD;
}
</style>