Shades of Slate Blue #6965DB
Tints of Slate Blue #6965DB
RGB
CMYK
RGB Variations
Color information
#6965DB (or 0x6965DB) is known color: Slate Blue. HEX triplet: 69, 65 and DB. RGB value is (105,101,219). Sum of RGB (Red+Green+Blue) = 105+101+219=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #6965DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965DB is #969A24. Grayscale: #737373. Windows color (decimal): -9869861 or 14378345. OLE color: 14378345.
HSL color Cylindrical-coordinate representation of color #6965DB: hue angle of 242.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6965DB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 101 | 219 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.14 |
| HSL | 242.03º | 0.62% | 0.63% | - |
| HSV(B) | 242.03º | 0.54% | 0.86% | - |
| XYZ | 23.27 | 17.43 | 69.15 | - |
| YUV | 115.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 219 | 0.52 | 0.54 | 0 | 0.14 | 242.03 | 0.62 | 0.63 |
| Hex | 69 | 65 | DB | 34 | 36 | 0 | E | F2 | 3E | 3F |
| Octal | 151 | 145 | 333 | 64 | 66 | 0 | 16 | 362 | 76 | 77 |
| Binary | 1101001 | 1100101 | 11011011 | 110100 | 110110 | 0 | 1110 | 11110010 | 111110 | 111111 |
Color Harmonies of #6965DB
Complementary color
Monochromatic Colors of #6965DB
Black with #6965DB
Text Example
Text Example
White with #6965DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965DB; }
p { color: rgb(105,101,219); }
H1.HeaderClassName
{
color: #6965DB;
}
.AnyTagClassName
{
color: #6965DB;
}
</style>
background-color css
<style>
a { background-color: #6965DB; }
a { background-color: rgb(105,101,219); }
div.DivClassName
{
background-color: #6965DB;
}
.BgClassName
{
background-color: #6965DB;
}
</style>
border-color css
<style>
span { border-color: #6965DB; }
span { border-color: rgb(105,101,219); }
td.TdClassName
{
border-color: #6965DB;
}
.TagClassName
{
border-color: #6965DB;
}
</style>