Shades of Slate Blue #695CCC
Tints of Slate Blue #695CCC
RGB
CMYK
RGB Variations
Color information
#695CCC (or 0x695CCC) is known color: Slate Blue. HEX triplet: 69, 5C and CC. RGB value is (105,92,204). Sum of RGB (Red+Green+Blue) = 105+92+204=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #695CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CCC is #96A333. Grayscale: #6C6C6C. Windows color (decimal): -9872180 or 13393001. OLE color: 13393001.
HSL color Cylindrical-coordinate representation of color #695CCC: hue angle of 246.96º degrees, saturation: 0.52, 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 #695CCC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 92 | 204 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.2 |
| HSL | 246.96º | 0.52% | 0.58% | - |
| HSV(B) | 246.96º | 0.55% | 0.8% | - |
| XYZ | 20.55 | 15.02 | 58.94 | - |
| YUV | 108.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 204 | 0.49 | 0.55 | 0 | 0.2 | 246.96 | 0.52 | 0.58 |
| Hex | 69 | 5C | CC | 31 | 37 | 0 | 14 | F7 | 34 | 3A |
| Octal | 151 | 134 | 314 | 61 | 67 | 0 | 24 | 367 | 64 | 72 |
| Binary | 1101001 | 1011100 | 11001100 | 110001 | 110111 | 0 | 10100 | 11110111 | 110100 | 111010 |
Color Harmonies of #695CCC
Complementary color
Monochromatic Colors of #695CCC
Black with #695CCC
Text Example
Text Example
White with #695CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695CCC; }
p { color: rgb(105,92,204); }
H1.HeaderClassName
{
color: #695CCC;
}
.AnyTagClassName
{
color: #695CCC;
}
</style>
background-color css
<style>
a { background-color: #695CCC; }
a { background-color: rgb(105,92,204); }
div.DivClassName
{
background-color: #695CCC;
}
.BgClassName
{
background-color: #695CCC;
}
</style>
border-color css
<style>
span { border-color: #695CCC; }
span { border-color: rgb(105,92,204); }
td.TdClassName
{
border-color: #695CCC;
}
.TagClassName
{
border-color: #695CCC;
}
</style>