Shades of Slate Blue #6969CE
Tints of Slate Blue #6969CE
RGB
CMYK
RGB Variations
Color information
#6969CE (or 0x6969CE) is known color: Slate Blue. HEX triplet: 69, 69 and CE. RGB value is (105,105,206). Sum of RGB (Red+Green+Blue) = 105+105+206=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #6969CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969CE is #969631. Grayscale: #747474. Windows color (decimal): -9868850 or 13527401. OLE color: 13527401.
HSL color Cylindrical-coordinate representation of color #6969CE: hue angle of 240º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6969CE is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 105 | 206 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.19 |
| HSL | 240º | 0.51% | 0.61% | - |
| HSV(B) | 240º | 0.49% | 0.81% | - |
| XYZ | 22.02 | 17.56 | 60.62 | - |
| YUV | 116.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 206 | 0.49 | 0.49 | 0 | 0.19 | 240 | 0.51 | 0.61 |
| Hex | 69 | 69 | CE | 31 | 31 | 0 | 13 | F0 | 33 | 3D |
| Octal | 151 | 151 | 316 | 61 | 61 | 0 | 23 | 360 | 63 | 75 |
| Binary | 1101001 | 1101001 | 11001110 | 110001 | 110001 | 0 | 10011 | 11110000 | 110011 | 111101 |
Color Harmonies of #6969CE
Complementary color
Monochromatic Colors of #6969CE
Black with #6969CE
Text Example
Text Example
White with #6969CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6969CE; }
p { color: rgb(105,105,206); }
H1.HeaderClassName
{
color: #6969CE;
}
.AnyTagClassName
{
color: #6969CE;
}
</style>
background-color css
<style>
a { background-color: #6969CE; }
a { background-color: rgb(105,105,206); }
div.DivClassName
{
background-color: #6969CE;
}
.BgClassName
{
background-color: #6969CE;
}
</style>
border-color css
<style>
span { border-color: #6969CE; }
span { border-color: rgb(105,105,206); }
td.TdClassName
{
border-color: #6969CE;
}
.TagClassName
{
border-color: #6969CE;
}
</style>