Shades of Slate Blue #696CCA
Tints of Slate Blue #696CCA
RGB
CMYK
RGB Variations
Color information
#696CCA (or 0x696CCA) is known color: Slate Blue. HEX triplet: 69, 6C and CA. RGB value is (105,108,202). Sum of RGB (Red+Green+Blue) = 105+108+202=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #696CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CCA is #969335. Grayscale: #757575. Windows color (decimal): -9868086 or 13266025. OLE color: 13266025.
HSL color Cylindrical-coordinate representation of color #696CCA: hue angle of 238.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696CCA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 108 | 202 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.21 |
| HSL | 238.14º | 0.48% | 0.6% | - |
| HSV(B) | 238.14º | 0.48% | 0.79% | - |
| XYZ | 21.85 | 17.99 | 58.2 | - |
| YUV | 117.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 202 | 0.48 | 0.47 | 0 | 0.21 | 238.14 | 0.48 | 0.6 |
| Hex | 69 | 6C | CA | 30 | 2F | 0 | 15 | EE | 30 | 3C |
| Octal | 151 | 154 | 312 | 60 | 57 | 0 | 25 | 356 | 60 | 74 |
| Binary | 1101001 | 1101100 | 11001010 | 110000 | 101111 | 0 | 10101 | 11101110 | 110000 | 111100 |
Color Harmonies of #696CCA
Complementary color
Monochromatic Colors of #696CCA
Black with #696CCA
Text Example
Text Example
White with #696CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CCA; }
p { color: rgb(105,108,202); }
H1.HeaderClassName
{
color: #696CCA;
}
.AnyTagClassName
{
color: #696CCA;
}
</style>
background-color css
<style>
a { background-color: #696CCA; }
a { background-color: rgb(105,108,202); }
div.DivClassName
{
background-color: #696CCA;
}
.BgClassName
{
background-color: #696CCA;
}
</style>
border-color css
<style>
span { border-color: #696CCA; }
span { border-color: rgb(105,108,202); }
td.TdClassName
{
border-color: #696CCA;
}
.TagClassName
{
border-color: #696CCA;
}
</style>