Shades of Slate Blue #666AD3
Tints of Slate Blue #666AD3
RGB
CMYK
RGB Variations
Color information
#666AD3 (or 0x666AD3) is known color: Slate Blue. HEX triplet: 66, 6A and D3. RGB value is (102,106,211). Sum of RGB (Red+Green+Blue) = 102+106+211=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #666AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AD3 is #99952C. Grayscale: #747474. Windows color (decimal): -10065197 or 13855334. OLE color: 13855334.
HSL color Cylindrical-coordinate representation of color #666AD3: hue angle of 237.8º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666AD3 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 106 | 211 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.17 |
| HSL | 237.8º | 0.55% | 0.61% | - |
| HSV(B) | 237.8º | 0.52% | 0.83% | - |
| XYZ | 22.39 | 17.84 | 63.89 | - |
| YUV | 116.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 211 | 0.52 | 0.50 | 0 | 0.17 | 237.8 | 0.55 | 0.61 |
| Hex | 66 | 6A | D3 | 34 | 32 | 0 | 11 | EE | 37 | 3D |
| Octal | 146 | 152 | 323 | 64 | 62 | 0 | 21 | 356 | 67 | 75 |
| Binary | 1100110 | 1101010 | 11010011 | 110100 | 110010 | 0 | 10001 | 11101110 | 110111 | 111101 |
Color Harmonies of #666AD3
Complementary color
Monochromatic Colors of #666AD3
Black with #666AD3
Text Example
Text Example
White with #666AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AD3; }
p { color: rgb(102,106,211); }
H1.HeaderClassName
{
color: #666AD3;
}
.AnyTagClassName
{
color: #666AD3;
}
</style>
background-color css
<style>
a { background-color: #666AD3; }
a { background-color: rgb(102,106,211); }
div.DivClassName
{
background-color: #666AD3;
}
.BgClassName
{
background-color: #666AD3;
}
</style>
border-color css
<style>
span { border-color: #666AD3; }
span { border-color: rgb(102,106,211); }
td.TdClassName
{
border-color: #666AD3;
}
.TagClassName
{
border-color: #666AD3;
}
</style>