Shades of Slate Blue #6967DF
Tints of Slate Blue #6967DF
RGB
CMYK
RGB Variations
Color information
#6967DF (or 0x6967DF) is known color: Slate Blue. HEX triplet: 69, 67 and DF. RGB value is (105,103,223). Sum of RGB (Red+Green+Blue) = 105+103+223=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #6967DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967DF is #969820. Grayscale: #747474. Windows color (decimal): -9869345 or 14641001. OLE color: 14641001.
HSL color Cylindrical-coordinate representation of color #6967DF: hue angle of 241º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6967DF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 103 | 223 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.13 |
| HSL | 241º | 0.65% | 0.64% | - |
| HSV(B) | 241º | 0.54% | 0.87% | - |
| XYZ | 24 | 18.03 | 72.03 | - |
| YUV | 117.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 223 | 0.53 | 0.54 | 0 | 0.13 | 241 | 0.65 | 0.64 |
| Hex | 69 | 67 | DF | 35 | 36 | 0 | D | F1 | 41 | 40 |
| Octal | 151 | 147 | 337 | 65 | 66 | 0 | 15 | 361 | 101 | 100 |
| Binary | 1101001 | 1100111 | 11011111 | 110101 | 110110 | 0 | 1101 | 11110001 | 1000001 | 1000000 |
Color Harmonies of #6967DF
Complementary color
Monochromatic Colors of #6967DF
Black with #6967DF
Text Example
Text Example
White with #6967DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967DF; }
p { color: rgb(105,103,223); }
H1.HeaderClassName
{
color: #6967DF;
}
.AnyTagClassName
{
color: #6967DF;
}
</style>
background-color css
<style>
a { background-color: #6967DF; }
a { background-color: rgb(105,103,223); }
div.DivClassName
{
background-color: #6967DF;
}
.BgClassName
{
background-color: #6967DF;
}
</style>
border-color css
<style>
span { border-color: #6967DF; }
span { border-color: rgb(105,103,223); }
td.TdClassName
{
border-color: #6967DF;
}
.TagClassName
{
border-color: #6967DF;
}
</style>