Shades of Slate Blue #666ADA
Tints of Slate Blue #666ADA
RGB
CMYK
RGB Variations
Color information
#666ADA (or 0x666ADA) is known color: Slate Blue. HEX triplet: 66, 6A and DA. RGB value is (102,106,218). Sum of RGB (Red+Green+Blue) = 102+106+218=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #666ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ADA is #999525. Grayscale: #757575. Windows color (decimal): -10065190 or 14314086. OLE color: 14314086.
HSL color Cylindrical-coordinate representation of color #666ADA: hue angle of 237.93º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666ADA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 106 | 218 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.15 |
| HSL | 237.93º | 0.61% | 0.63% | - |
| HSV(B) | 237.93º | 0.53% | 0.85% | - |
| XYZ | 23.29 | 18.19 | 68.61 | - |
| YUV | 117.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 218 | 0.53 | 0.51 | 0 | 0.15 | 237.93 | 0.61 | 0.63 |
| Hex | 66 | 6A | DA | 35 | 33 | 0 | F | EE | 3D | 3F |
| Octal | 146 | 152 | 332 | 65 | 63 | 0 | 17 | 356 | 75 | 77 |
| Binary | 1100110 | 1101010 | 11011010 | 110101 | 110011 | 0 | 1111 | 11101110 | 111101 | 111111 |
Color Harmonies of #666ADA
Complementary color
Monochromatic Colors of #666ADA
Black with #666ADA
Text Example
Text Example
White with #666ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ADA; }
p { color: rgb(102,106,218); }
H1.HeaderClassName
{
color: #666ADA;
}
.AnyTagClassName
{
color: #666ADA;
}
</style>
background-color css
<style>
a { background-color: #666ADA; }
a { background-color: rgb(102,106,218); }
div.DivClassName
{
background-color: #666ADA;
}
.BgClassName
{
background-color: #666ADA;
}
</style>
border-color css
<style>
span { border-color: #666ADA; }
span { border-color: rgb(102,106,218); }
td.TdClassName
{
border-color: #666ADA;
}
.TagClassName
{
border-color: #666ADA;
}
</style>