Shades of Slate Blue #684FDA
Tints of Slate Blue #684FDA
RGB
CMYK
RGB Variations
Color information
#684FDA (or 0x684FDA) is known color: Slate Blue. HEX triplet: 68, 4F and DA. RGB value is (104,79,218). Sum of RGB (Red+Green+Blue) = 104+79+218=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #684FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FDA is #97B025. Grayscale: #656565. Windows color (decimal): -9941030 or 14307176. OLE color: 14307176.
HSL color Cylindrical-coordinate representation of color #684FDA: hue angle of 250.79º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684FDA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 79 | 218 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.15 |
| HSL | 250.79º | 0.65% | 0.58% | - |
| HSV(B) | 250.79º | 0.64% | 0.85% | - |
| XYZ | 21.16 | 13.6 | 67.84 | - |
| YUV | 102.32 | 193.28 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 218 | 0.52 | 0.64 | 0 | 0.15 | 250.79 | 0.65 | 0.58 |
| Hex | 68 | 4F | DA | 34 | 40 | 0 | F | FB | 41 | 3A |
| Octal | 150 | 117 | 332 | 64 | 100 | 0 | 17 | 373 | 101 | 72 |
| Binary | 1101000 | 1001111 | 11011010 | 110100 | 1000000 | 0 | 1111 | 11111011 | 1000001 | 111010 |
Color Harmonies of #684FDA
Complementary color
Monochromatic Colors of #684FDA
Black with #684FDA
Text Example
Text Example
White with #684FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684FDA; }
p { color: rgb(104,79,218); }
H1.HeaderClassName
{
color: #684FDA;
}
.AnyTagClassName
{
color: #684FDA;
}
</style>
background-color css
<style>
a { background-color: #684FDA; }
a { background-color: rgb(104,79,218); }
div.DivClassName
{
background-color: #684FDA;
}
.BgClassName
{
background-color: #684FDA;
}
</style>
border-color css
<style>
span { border-color: #684FDA; }
span { border-color: rgb(104,79,218); }
td.TdClassName
{
border-color: #684FDA;
}
.TagClassName
{
border-color: #684FDA;
}
</style>