Shades of Slate Blue #696CCD
Tints of Slate Blue #696CCD
RGB
CMYK
RGB Variations
Color information
#696CCD (or 0x696CCD) is known color: Slate Blue. HEX triplet: 69, 6C and CD. RGB value is (105,108,205). Sum of RGB (Red+Green+Blue) = 105+108+205=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #696CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CCD is #969332. Grayscale: #757575. Windows color (decimal): -9868083 or 13462633. OLE color: 13462633.
HSL color Cylindrical-coordinate representation of color #696CCD: hue angle of 238.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696CCD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 108 | 205 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.20 |
| HSL | 238.2º | 0.5% | 0.61% | - |
| HSV(B) | 238.2º | 0.49% | 0.8% | - |
| XYZ | 22.21 | 18.14 | 60.09 | - |
| YUV | 118.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 205 | 0.49 | 0.47 | 0 | 0.20 | 238.2 | 0.5 | 0.61 |
| Hex | 69 | 6C | CD | 31 | 2F | 0 | 14 | EE | 32 | 3D |
| Octal | 151 | 154 | 315 | 61 | 57 | 0 | 24 | 356 | 62 | 75 |
| Binary | 1101001 | 1101100 | 11001101 | 110001 | 101111 | 0 | 10100 | 11101110 | 110010 | 111101 |
Color Harmonies of #696CCD
Complementary color
Monochromatic Colors of #696CCD
Black with #696CCD
Text Example
Text Example
White with #696CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CCD; }
p { color: rgb(105,108,205); }
H1.HeaderClassName
{
color: #696CCD;
}
.AnyTagClassName
{
color: #696CCD;
}
</style>
background-color css
<style>
a { background-color: #696CCD; }
a { background-color: rgb(105,108,205); }
div.DivClassName
{
background-color: #696CCD;
}
.BgClassName
{
background-color: #696CCD;
}
</style>
border-color css
<style>
span { border-color: #696CCD; }
span { border-color: rgb(105,108,205); }
td.TdClassName
{
border-color: #696CCD;
}
.TagClassName
{
border-color: #696CCD;
}
</style>