Shades of Slate Blue #695BCC
Tints of Slate Blue #695BCC
RGB
CMYK
RGB Variations
Color information
#695BCC (or 0x695BCC) is known color: Slate Blue. HEX triplet: 69, 5B and CC. RGB value is (105,91,204). Sum of RGB (Red+Green+Blue) = 105+91+204=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #695BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BCC is #96A433. Grayscale: #6B6B6B. Windows color (decimal): -9872436 or 13392745. OLE color: 13392745.
HSL color Cylindrical-coordinate representation of color #695BCC: hue angle of 247.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #695BCC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 91 | 204 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.2 |
| HSL | 247.43º | 0.53% | 0.58% | - |
| HSV(B) | 247.43º | 0.55% | 0.8% | - |
| XYZ | 20.47 | 14.85 | 58.91 | - |
| YUV | 108.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 204 | 0.49 | 0.55 | 0 | 0.2 | 247.43 | 0.53 | 0.58 |
| Hex | 69 | 5B | CC | 31 | 37 | 0 | 14 | F7 | 35 | 3A |
| Octal | 151 | 133 | 314 | 61 | 67 | 0 | 24 | 367 | 65 | 72 |
| Binary | 1101001 | 1011011 | 11001100 | 110001 | 110111 | 0 | 10100 | 11110111 | 110101 | 111010 |
Color Harmonies of #695BCC
Complementary color
Monochromatic Colors of #695BCC
Black with #695BCC
Text Example
Text Example
White with #695BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BCC; }
p { color: rgb(105,91,204); }
H1.HeaderClassName
{
color: #695BCC;
}
.AnyTagClassName
{
color: #695BCC;
}
</style>
background-color css
<style>
a { background-color: #695BCC; }
a { background-color: rgb(105,91,204); }
div.DivClassName
{
background-color: #695BCC;
}
.BgClassName
{
background-color: #695BCC;
}
</style>
border-color css
<style>
span { border-color: #695BCC; }
span { border-color: rgb(105,91,204); }
td.TdClassName
{
border-color: #695BCC;
}
.TagClassName
{
border-color: #695BCC;
}
</style>