Shades of Slate Blue #6969DF
Tints of Slate Blue #6969DF
RGB
CMYK
RGB Variations
Color information
#6969DF (or 0x6969DF) is known color: Slate Blue. HEX triplet: 69, 69 and DF. RGB value is (105,105,223). Sum of RGB (Red+Green+Blue) = 105+105+223=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #6969DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969DF is #969620. Grayscale: #757575. Windows color (decimal): -9868833 or 14641513. OLE color: 14641513.
HSL color Cylindrical-coordinate representation of color #6969DF: hue angle of 240º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6969DF is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 105 | 223 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.13 |
| HSL | 240º | 0.65% | 0.64% | - |
| HSV(B) | 240º | 0.53% | 0.87% | - |
| XYZ | 24.2 | 18.43 | 72.09 | - |
| YUV | 118.45 | 187 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 223 | 0.53 | 0.53 | 0 | 0.13 | 240 | 0.65 | 0.64 |
| Hex | 69 | 69 | DF | 35 | 35 | 0 | D | F0 | 41 | 40 |
| Octal | 151 | 151 | 337 | 65 | 65 | 0 | 15 | 360 | 101 | 100 |
| Binary | 1101001 | 1101001 | 11011111 | 110101 | 110101 | 0 | 1101 | 11110000 | 1000001 | 1000000 |
Color Harmonies of #6969DF
Complementary color
Monochromatic Colors of #6969DF
Black with #6969DF
Text Example
Text Example
White with #6969DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6969DF; }
p { color: rgb(105,105,223); }
H1.HeaderClassName
{
color: #6969DF;
}
.AnyTagClassName
{
color: #6969DF;
}
</style>
background-color css
<style>
a { background-color: #6969DF; }
a { background-color: rgb(105,105,223); }
div.DivClassName
{
background-color: #6969DF;
}
.BgClassName
{
background-color: #6969DF;
}
</style>
border-color css
<style>
span { border-color: #6969DF; }
span { border-color: rgb(105,105,223); }
td.TdClassName
{
border-color: #6969DF;
}
.TagClassName
{
border-color: #6969DF;
}
</style>