Shades of Slate Blue #684BCB
Tints of Slate Blue #684BCB
RGB
CMYK
RGB Variations
Color information
#684BCB (or 0x684BCB) is known color: Slate Blue. HEX triplet: 68, 4B and CB. RGB value is (104,75,203). Sum of RGB (Red+Green+Blue) = 104+75+203=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #684BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BCB is #97B434. Grayscale: #616161. Windows color (decimal): -9942069 or 13323112. OLE color: 13323112.
HSL color Cylindrical-coordinate representation of color #684BCB: hue angle of 253.59º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #684BCB is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 75 | 203 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.20 |
| HSL | 253.59º | 0.55% | 0.55% | - |
| HSV(B) | 253.59º | 0.63% | 0.8% | - |
| XYZ | 19 | 12.29 | 57.87 | - |
| YUV | 98.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 203 | 0.49 | 0.63 | 0 | 0.20 | 253.59 | 0.55 | 0.55 |
| Hex | 68 | 4B | CB | 31 | 3F | 0 | 14 | FE | 37 | 37 |
| Octal | 150 | 113 | 313 | 61 | 77 | 0 | 24 | 376 | 67 | 67 |
| Binary | 1101000 | 1001011 | 11001011 | 110001 | 111111 | 0 | 10100 | 11111110 | 110111 | 110111 |
Color Harmonies of #684BCB
Complementary color
Monochromatic Colors of #684BCB
Black with #684BCB
Text Example
Text Example
White with #684BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684BCB; }
p { color: rgb(104,75,203); }
H1.HeaderClassName
{
color: #684BCB;
}
.AnyTagClassName
{
color: #684BCB;
}
</style>
background-color css
<style>
a { background-color: #684BCB; }
a { background-color: rgb(104,75,203); }
div.DivClassName
{
background-color: #684BCB;
}
.BgClassName
{
background-color: #684BCB;
}
</style>
border-color css
<style>
span { border-color: #684BCB; }
span { border-color: rgb(104,75,203); }
td.TdClassName
{
border-color: #684BCB;
}
.TagClassName
{
border-color: #684BCB;
}
</style>