Shades of Slate Blue #6967DC
Tints of Slate Blue #6967DC
RGB
CMYK
RGB Variations
Color information
#6967DC (or 0x6967DC) is known color: Slate Blue. HEX triplet: 69, 67 and DC. RGB value is (105,103,220). Sum of RGB (Red+Green+Blue) = 105+103+220=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #6967DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967DC is #969823. Grayscale: #747474. Windows color (decimal): -9869348 or 14444393. OLE color: 14444393.
HSL color Cylindrical-coordinate representation of color #6967DC: hue angle of 241.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6967DC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 103 | 220 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.14 |
| HSL | 241.03º | 0.63% | 0.63% | - |
| HSV(B) | 241.03º | 0.53% | 0.86% | - |
| XYZ | 23.59 | 17.87 | 69.92 | - |
| YUV | 116.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 220 | 0.52 | 0.53 | 0 | 0.14 | 241.03 | 0.63 | 0.63 |
| Hex | 69 | 67 | DC | 34 | 35 | 0 | E | F1 | 3F | 3F |
| Octal | 151 | 147 | 334 | 64 | 65 | 0 | 16 | 361 | 77 | 77 |
| Binary | 1101001 | 1100111 | 11011100 | 110100 | 110101 | 0 | 1110 | 11110001 | 111111 | 111111 |
Color Harmonies of #6967DC
Complementary color
Monochromatic Colors of #6967DC
Black with #6967DC
Text Example
Text Example
White with #6967DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967DC; }
p { color: rgb(105,103,220); }
H1.HeaderClassName
{
color: #6967DC;
}
.AnyTagClassName
{
color: #6967DC;
}
</style>
background-color css
<style>
a { background-color: #6967DC; }
a { background-color: rgb(105,103,220); }
div.DivClassName
{
background-color: #6967DC;
}
.BgClassName
{
background-color: #6967DC;
}
</style>
border-color css
<style>
span { border-color: #6967DC; }
span { border-color: rgb(105,103,220); }
td.TdClassName
{
border-color: #6967DC;
}
.TagClassName
{
border-color: #6967DC;
}
</style>