Shades of Slate Blue #6967DA
Tints of Slate Blue #6967DA
RGB
CMYK
RGB Variations
Color information
#6967DA (or 0x6967DA) is known color: Slate Blue. HEX triplet: 69, 67 and DA. RGB value is (105,103,218). Sum of RGB (Red+Green+Blue) = 105+103+218=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #6967DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967DA is #969825. Grayscale: #747474. Windows color (decimal): -9869350 or 14313321. OLE color: 14313321.
HSL color Cylindrical-coordinate representation of color #6967DA: hue angle of 241.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6967DA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 103 | 218 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.15 |
| HSL | 241.04º | 0.61% | 0.63% | - |
| HSV(B) | 241.04º | 0.53% | 0.85% | - |
| XYZ | 23.33 | 17.77 | 68.53 | - |
| YUV | 116.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 218 | 0.52 | 0.53 | 0 | 0.15 | 241.04 | 0.61 | 0.63 |
| Hex | 69 | 67 | DA | 34 | 35 | 0 | F | F1 | 3D | 3F |
| Octal | 151 | 147 | 332 | 64 | 65 | 0 | 17 | 361 | 75 | 77 |
| Binary | 1101001 | 1100111 | 11011010 | 110100 | 110101 | 0 | 1111 | 11110001 | 111101 | 111111 |
Color Harmonies of #6967DA
Complementary color
Monochromatic Colors of #6967DA
Black with #6967DA
Text Example
Text Example
White with #6967DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967DA; }
p { color: rgb(105,103,218); }
H1.HeaderClassName
{
color: #6967DA;
}
.AnyTagClassName
{
color: #6967DA;
}
</style>
background-color css
<style>
a { background-color: #6967DA; }
a { background-color: rgb(105,103,218); }
div.DivClassName
{
background-color: #6967DA;
}
.BgClassName
{
background-color: #6967DA;
}
</style>
border-color css
<style>
span { border-color: #6967DA; }
span { border-color: rgb(105,103,218); }
td.TdClassName
{
border-color: #6967DA;
}
.TagClassName
{
border-color: #6967DA;
}
</style>