Shades of Slate Blue #695ACD
Tints of Slate Blue #695ACD
RGB
CMYK
RGB Variations
Color information
#695ACD (or 0x695ACD) is known color: Slate Blue. HEX triplet: 69, 5A and CD. RGB value is (105,90,205). Sum of RGB (Red+Green+Blue) = 105+90+205=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #695ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ACD is #96A532. Grayscale: #6B6B6B. Windows color (decimal): -9872691 or 13458025. OLE color: 13458025.
HSL color Cylindrical-coordinate representation of color #695ACD: hue angle of 247.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #695ACD is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 90 | 205 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.20 |
| HSL | 247.83º | 0.53% | 0.58% | - |
| HSV(B) | 247.83º | 0.56% | 0.8% | - |
| XYZ | 20.5 | 14.72 | 59.52 | - |
| YUV | 107.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 205 | 0.49 | 0.56 | 0 | 0.20 | 247.83 | 0.53 | 0.58 |
| Hex | 69 | 5A | CD | 31 | 38 | 0 | 14 | F8 | 35 | 3A |
| Octal | 151 | 132 | 315 | 61 | 70 | 0 | 24 | 370 | 65 | 72 |
| Binary | 1101001 | 1011010 | 11001101 | 110001 | 111000 | 0 | 10100 | 11111000 | 110101 | 111010 |
Color Harmonies of #695ACD
Complementary color
Monochromatic Colors of #695ACD
Black with #695ACD
Text Example
Text Example
White with #695ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695ACD; }
p { color: rgb(105,90,205); }
H1.HeaderClassName
{
color: #695ACD;
}
.AnyTagClassName
{
color: #695ACD;
}
</style>
background-color css
<style>
a { background-color: #695ACD; }
a { background-color: rgb(105,90,205); }
div.DivClassName
{
background-color: #695ACD;
}
.BgClassName
{
background-color: #695ACD;
}
</style>
border-color css
<style>
span { border-color: #695ACD; }
span { border-color: rgb(105,90,205); }
td.TdClassName
{
border-color: #695ACD;
}
.TagClassName
{
border-color: #695ACD;
}
</style>