Shades of Slate Blue #695ECC
Tints of Slate Blue #695ECC
RGB
CMYK
RGB Variations
Color information
#695ECC (or 0x695ECC) is known color: Slate Blue. HEX triplet: 69, 5E and CC. RGB value is (105,94,204). Sum of RGB (Red+Green+Blue) = 105+94+204=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #695ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ECC is #96A133. Grayscale: #6D6D6D. Windows color (decimal): -9871668 or 13393513. OLE color: 13393513.
HSL color Cylindrical-coordinate representation of color #695ECC: hue angle of 246º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695ECC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 94 | 204 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.2 |
| HSL | 246º | 0.52% | 0.58% | - |
| HSV(B) | 246º | 0.54% | 0.8% | - |
| XYZ | 20.73 | 15.37 | 59 | - |
| YUV | 109.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 204 | 0.49 | 0.54 | 0 | 0.2 | 246 | 0.52 | 0.58 |
| Hex | 69 | 5E | CC | 31 | 36 | 0 | 14 | F6 | 34 | 3A |
| Octal | 151 | 136 | 314 | 61 | 66 | 0 | 24 | 366 | 64 | 72 |
| Binary | 1101001 | 1011110 | 11001100 | 110001 | 110110 | 0 | 10100 | 11110110 | 110100 | 111010 |
Color Harmonies of #695ECC
Complementary color
Monochromatic Colors of #695ECC
Black with #695ECC
Text Example
Text Example
White with #695ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695ECC; }
p { color: rgb(105,94,204); }
H1.HeaderClassName
{
color: #695ECC;
}
.AnyTagClassName
{
color: #695ECC;
}
</style>
background-color css
<style>
a { background-color: #695ECC; }
a { background-color: rgb(105,94,204); }
div.DivClassName
{
background-color: #695ECC;
}
.BgClassName
{
background-color: #695ECC;
}
</style>
border-color css
<style>
span { border-color: #695ECC; }
span { border-color: rgb(105,94,204); }
td.TdClassName
{
border-color: #695ECC;
}
.TagClassName
{
border-color: #695ECC;
}
</style>