Shades of Slate Blue #695FCC
Tints of Slate Blue #695FCC
RGB
CMYK
RGB Variations
Color information
#695FCC (or 0x695FCC) is known color: Slate Blue. HEX triplet: 69, 5F and CC. RGB value is (105,95,204). Sum of RGB (Red+Green+Blue) = 105+95+204=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #695FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FCC is #96A033. Grayscale: #6D6D6D. Windows color (decimal): -9871412 or 13393769. OLE color: 13393769.
HSL color Cylindrical-coordinate representation of color #695FCC: hue angle of 245.5º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #695FCC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 95 | 204 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.2 |
| HSL | 245.5º | 0.52% | 0.59% | - |
| HSV(B) | 245.5º | 0.53% | 0.8% | - |
| XYZ | 20.82 | 15.55 | 59.03 | - |
| YUV | 110.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 204 | 0.49 | 0.53 | 0 | 0.2 | 245.5 | 0.52 | 0.59 |
| Hex | 69 | 5F | CC | 31 | 35 | 0 | 14 | F6 | 34 | 3B |
| Octal | 151 | 137 | 314 | 61 | 65 | 0 | 24 | 366 | 64 | 73 |
| Binary | 1101001 | 1011111 | 11001100 | 110001 | 110101 | 0 | 10100 | 11110110 | 110100 | 111011 |
Color Harmonies of #695FCC
Complementary color
Monochromatic Colors of #695FCC
Black with #695FCC
Text Example
Text Example
White with #695FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695FCC; }
p { color: rgb(105,95,204); }
H1.HeaderClassName
{
color: #695FCC;
}
.AnyTagClassName
{
color: #695FCC;
}
</style>
background-color css
<style>
a { background-color: #695FCC; }
a { background-color: rgb(105,95,204); }
div.DivClassName
{
background-color: #695FCC;
}
.BgClassName
{
background-color: #695FCC;
}
</style>
border-color css
<style>
span { border-color: #695FCC; }
span { border-color: rgb(105,95,204); }
td.TdClassName
{
border-color: #695FCC;
}
.TagClassName
{
border-color: #695FCC;
}
</style>