Shades of Slate Blue #686ADA
Tints of Slate Blue #686ADA
RGB
CMYK
RGB Variations
Color information
#686ADA (or 0x686ADA) is known color: Slate Blue. HEX triplet: 68, 6A and DA. RGB value is (104,106,218). Sum of RGB (Red+Green+Blue) = 104+106+218=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #686ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ADA is #979525. Grayscale: #757575. Windows color (decimal): -9934118 or 14314088. OLE color: 14314088.
HSL color Cylindrical-coordinate representation of color #686ADA: hue angle of 238.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686ADA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 106 | 218 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.15 |
| HSL | 238.95º | 0.61% | 0.63% | - |
| HSV(B) | 238.95º | 0.52% | 0.85% | - |
| XYZ | 23.52 | 18.31 | 68.62 | - |
| YUV | 118.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 218 | 0.52 | 0.51 | 0 | 0.15 | 238.95 | 0.61 | 0.63 |
| Hex | 68 | 6A | DA | 34 | 33 | 0 | F | EF | 3D | 3F |
| Octal | 150 | 152 | 332 | 64 | 63 | 0 | 17 | 357 | 75 | 77 |
| Binary | 1101000 | 1101010 | 11011010 | 110100 | 110011 | 0 | 1111 | 11101111 | 111101 | 111111 |
Color Harmonies of #686ADA
Complementary color
Monochromatic Colors of #686ADA
Black with #686ADA
Text Example
Text Example
White with #686ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ADA; }
p { color: rgb(104,106,218); }
H1.HeaderClassName
{
color: #686ADA;
}
.AnyTagClassName
{
color: #686ADA;
}
</style>
background-color css
<style>
a { background-color: #686ADA; }
a { background-color: rgb(104,106,218); }
div.DivClassName
{
background-color: #686ADA;
}
.BgClassName
{
background-color: #686ADA;
}
</style>
border-color css
<style>
span { border-color: #686ADA; }
span { border-color: rgb(104,106,218); }
td.TdClassName
{
border-color: #686ADA;
}
.TagClassName
{
border-color: #686ADA;
}
</style>