Shades of Slate Blue #695ACB
Tints of Slate Blue #695ACB
RGB
CMYK
RGB Variations
Color information
#695ACB (or 0x695ACB) is known color: Slate Blue. HEX triplet: 69, 5A and CB. RGB value is (105,90,203). Sum of RGB (Red+Green+Blue) = 105+90+203=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #695ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ACB is #96A534. Grayscale: #6A6A6A. Windows color (decimal): -9872693 or 13326953. OLE color: 13326953.
HSL color Cylindrical-coordinate representation of color #695ACB: hue angle of 247.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #695ACB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 90 | 203 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.20 |
| HSL | 247.96º | 0.52% | 0.57% | - |
| HSV(B) | 247.96º | 0.56% | 0.8% | - |
| XYZ | 20.26 | 14.63 | 58.26 | - |
| YUV | 107.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 203 | 0.48 | 0.56 | 0 | 0.20 | 247.96 | 0.52 | 0.57 |
| Hex | 69 | 5A | CB | 30 | 38 | 0 | 14 | F8 | 34 | 39 |
| Octal | 151 | 132 | 313 | 60 | 70 | 0 | 24 | 370 | 64 | 71 |
| Binary | 1101001 | 1011010 | 11001011 | 110000 | 111000 | 0 | 10100 | 11111000 | 110100 | 111001 |
Color Harmonies of #695ACB
Complementary color
Monochromatic Colors of #695ACB
Black with #695ACB
Text Example
Text Example
White with #695ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695ACB; }
p { color: rgb(105,90,203); }
H1.HeaderClassName
{
color: #695ACB;
}
.AnyTagClassName
{
color: #695ACB;
}
</style>
background-color css
<style>
a { background-color: #695ACB; }
a { background-color: rgb(105,90,203); }
div.DivClassName
{
background-color: #695ACB;
}
.BgClassName
{
background-color: #695ACB;
}
</style>
border-color css
<style>
span { border-color: #695ACB; }
span { border-color: rgb(105,90,203); }
td.TdClassName
{
border-color: #695ACB;
}
.TagClassName
{
border-color: #695ACB;
}
</style>