Shades of Slate Blue #6A60DB
Tints of Slate Blue #6A60DB
RGB
CMYK
RGB Variations
Color information
#6A60DB (or 0x6A60DB) is known color: Slate Blue. HEX triplet: 6A, 60 and DB. RGB value is (106,96,219). Sum of RGB (Red+Green+Blue) = 106+96+219=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60DB is #959F24. Grayscale: #707070. Windows color (decimal): -9805605 or 14377066. OLE color: 14377066.
HSL color Cylindrical-coordinate representation of color #6A60DB: hue angle of 244.88º 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 #6A60DB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 96 | 219 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.14 |
| HSL | 244.88º | 0.63% | 0.62% | - |
| HSV(B) | 244.88º | 0.56% | 0.86% | - |
| XYZ | 22.91 | 16.54 | 69 | - |
| YUV | 113.01 | 187.81 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 219 | 0.52 | 0.56 | 0 | 0.14 | 244.88 | 0.63 | 0.62 |
| Hex | 6A | 60 | DB | 34 | 38 | 0 | E | F5 | 3F | 3E |
| Octal | 152 | 140 | 333 | 64 | 70 | 0 | 16 | 365 | 77 | 76 |
| Binary | 1101010 | 1100000 | 11011011 | 110100 | 111000 | 0 | 1110 | 11110101 | 111111 | 111110 |
Color Harmonies of #6A60DB
Complementary color
Monochromatic Colors of #6A60DB
Black with #6A60DB
Text Example
Text Example
White with #6A60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A60DB; }
p { color: rgb(106,96,219); }
H1.HeaderClassName
{
color: #6A60DB;
}
.AnyTagClassName
{
color: #6A60DB;
}
</style>
background-color css
<style>
a { background-color: #6A60DB; }
a { background-color: rgb(106,96,219); }
div.DivClassName
{
background-color: #6A60DB;
}
.BgClassName
{
background-color: #6A60DB;
}
</style>
border-color css
<style>
span { border-color: #6A60DB; }
span { border-color: rgb(106,96,219); }
td.TdClassName
{
border-color: #6A60DB;
}
.TagClassName
{
border-color: #6A60DB;
}
</style>