Shades of Slate Blue #6972D5
Tints of Slate Blue #6972D5
RGB
CMYK
RGB Variations
Color information
#6972D5 (or 0x6972D5) is known color: Slate Blue. HEX triplet: 69, 72 and D5. RGB value is (105,114,213). Sum of RGB (Red+Green+Blue) = 105+114+213=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #6972D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972D5 is #968D2A. Grayscale: #7A7A7A. Windows color (decimal): -9866539 or 13988457. OLE color: 13988457.
HSL color Cylindrical-coordinate representation of color #6972D5: hue angle of 235º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6972D5 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 114 | 213 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.16 |
| HSL | 235º | 0.56% | 0.62% | - |
| HSV(B) | 235º | 0.51% | 0.84% | - |
| XYZ | 23.85 | 19.84 | 65.52 | - |
| YUV | 122.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 213 | 0.51 | 0.46 | 0 | 0.16 | 235 | 0.56 | 0.62 |
| Hex | 69 | 72 | D5 | 33 | 2E | 0 | 10 | EB | 38 | 3E |
| Octal | 151 | 162 | 325 | 63 | 56 | 0 | 20 | 353 | 70 | 76 |
| Binary | 1101001 | 1110010 | 11010101 | 110011 | 101110 | 0 | 10000 | 11101011 | 111000 | 111110 |
Color Harmonies of #6972D5
Complementary color
Monochromatic Colors of #6972D5
Black with #6972D5
Text Example
Text Example
White with #6972D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972D5; }
p { color: rgb(105,114,213); }
H1.HeaderClassName
{
color: #6972D5;
}
.AnyTagClassName
{
color: #6972D5;
}
</style>
background-color css
<style>
a { background-color: #6972D5; }
a { background-color: rgb(105,114,213); }
div.DivClassName
{
background-color: #6972D5;
}
.BgClassName
{
background-color: #6972D5;
}
</style>
border-color css
<style>
span { border-color: #6972D5; }
span { border-color: rgb(105,114,213); }
td.TdClassName
{
border-color: #6972D5;
}
.TagClassName
{
border-color: #6972D5;
}
</style>