Shades of Slate Blue #6A53DB
Tints of Slate Blue #6A53DB
RGB
CMYK
RGB Variations
Color information
#6A53DB (or 0x6A53DB) is known color: Slate Blue. HEX triplet: 6A, 53 and DB. RGB value is (106,83,219). Sum of RGB (Red+Green+Blue) = 106+83+219=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A53DB is #95AC24. Grayscale: #686868. Windows color (decimal): -9808933 or 14373738. OLE color: 14373738.
HSL color Cylindrical-coordinate representation of color #6A53DB: hue angle of 250.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A53DB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 83 | 219 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.14 |
| HSL | 250.15º | 0.65% | 0.59% | - |
| HSV(B) | 250.15º | 0.62% | 0.86% | - |
| XYZ | 21.82 | 14.37 | 68.64 | - |
| YUV | 105.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 219 | 0.52 | 0.62 | 0 | 0.14 | 250.15 | 0.65 | 0.59 |
| Hex | 6A | 53 | DB | 34 | 3E | 0 | E | FA | 41 | 3B |
| Octal | 152 | 123 | 333 | 64 | 76 | 0 | 16 | 372 | 101 | 73 |
| Binary | 1101010 | 1010011 | 11011011 | 110100 | 111110 | 0 | 1110 | 11111010 | 1000001 | 111011 |
Color Harmonies of #6A53DB
Complementary color
Monochromatic Colors of #6A53DB
Black with #6A53DB
Text Example
Text Example
White with #6A53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A53DB; }
p { color: rgb(106,83,219); }
H1.HeaderClassName
{
color: #6A53DB;
}
.AnyTagClassName
{
color: #6A53DB;
}
</style>
background-color css
<style>
a { background-color: #6A53DB; }
a { background-color: rgb(106,83,219); }
div.DivClassName
{
background-color: #6A53DB;
}
.BgClassName
{
background-color: #6A53DB;
}
</style>
border-color css
<style>
span { border-color: #6A53DB; }
span { border-color: rgb(106,83,219); }
td.TdClassName
{
border-color: #6A53DB;
}
.TagClassName
{
border-color: #6A53DB;
}
</style>