Shades of Slate Blue #6A61DB
Tints of Slate Blue #6A61DB
RGB
CMYK
RGB Variations
Color information
#6A61DB (or 0x6A61DB) is known color: Slate Blue. HEX triplet: 6A, 61 and DB. RGB value is (106,97,219). Sum of RGB (Red+Green+Blue) = 106+97+219=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A61DB is #959E24. Grayscale: #717171. Windows color (decimal): -9805349 or 14377322. OLE color: 14377322.
HSL color Cylindrical-coordinate representation of color #6A61DB: hue angle of 244.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A61DB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 97 | 219 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.14 |
| HSL | 244.43º | 0.63% | 0.62% | - |
| HSV(B) | 244.43º | 0.56% | 0.86% | - |
| XYZ | 23 | 16.73 | 69.03 | - |
| YUV | 113.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 219 | 0.52 | 0.56 | 0 | 0.14 | 244.43 | 0.63 | 0.62 |
| Hex | 6A | 61 | DB | 34 | 38 | 0 | E | F4 | 3F | 3E |
| Octal | 152 | 141 | 333 | 64 | 70 | 0 | 16 | 364 | 77 | 76 |
| Binary | 1101010 | 1100001 | 11011011 | 110100 | 111000 | 0 | 1110 | 11110100 | 111111 | 111110 |
Color Harmonies of #6A61DB
Complementary color
Monochromatic Colors of #6A61DB
Black with #6A61DB
Text Example
Text Example
White with #6A61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A61DB; }
p { color: rgb(106,97,219); }
H1.HeaderClassName
{
color: #6A61DB;
}
.AnyTagClassName
{
color: #6A61DB;
}
</style>
background-color css
<style>
a { background-color: #6A61DB; }
a { background-color: rgb(106,97,219); }
div.DivClassName
{
background-color: #6A61DB;
}
.BgClassName
{
background-color: #6A61DB;
}
</style>
border-color css
<style>
span { border-color: #6A61DB; }
span { border-color: rgb(106,97,219); }
td.TdClassName
{
border-color: #6A61DB;
}
.TagClassName
{
border-color: #6A61DB;
}
</style>