Shades of Slate Blue #6668D5
Tints of Slate Blue #6668D5
RGB
CMYK
RGB Variations
Color information
#6668D5 (or 0x6668D5) is known color: Slate Blue. HEX triplet: 66, 68 and D5. RGB value is (102,104,213). Sum of RGB (Red+Green+Blue) = 102+104+213=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #6668D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668D5 is #99972A. Grayscale: #737373. Windows color (decimal): -10065707 or 13985894. OLE color: 13985894.
HSL color Cylindrical-coordinate representation of color #6668D5: hue angle of 238.92º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6668D5 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 104 | 213 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.16 |
| HSL | 238.92º | 0.57% | 0.62% | - |
| HSV(B) | 238.92º | 0.52% | 0.84% | - |
| XYZ | 22.44 | 17.53 | 65.15 | - |
| YUV | 115.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 213 | 0.52 | 0.51 | 0 | 0.16 | 238.92 | 0.57 | 0.62 |
| Hex | 66 | 68 | D5 | 34 | 33 | 0 | 10 | EF | 39 | 3E |
| Octal | 146 | 150 | 325 | 64 | 63 | 0 | 20 | 357 | 71 | 76 |
| Binary | 1100110 | 1101000 | 11010101 | 110100 | 110011 | 0 | 10000 | 11101111 | 111001 | 111110 |
Color Harmonies of #6668D5
Complementary color
Monochromatic Colors of #6668D5
Black with #6668D5
Text Example
Text Example
White with #6668D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668D5; }
p { color: rgb(102,104,213); }
H1.HeaderClassName
{
color: #6668D5;
}
.AnyTagClassName
{
color: #6668D5;
}
</style>
background-color css
<style>
a { background-color: #6668D5; }
a { background-color: rgb(102,104,213); }
div.DivClassName
{
background-color: #6668D5;
}
.BgClassName
{
background-color: #6668D5;
}
</style>
border-color css
<style>
span { border-color: #6668D5; }
span { border-color: rgb(102,104,213); }
td.TdClassName
{
border-color: #6668D5;
}
.TagClassName
{
border-color: #6668D5;
}
</style>