Shades of Slate Blue #5F69CF
Tints of Slate Blue #5F69CF
RGB
CMYK
RGB Variations
Color information
#5F69CF (or 0x5F69CF) is known color: Slate Blue. HEX triplet: 5F, 69 and CF. RGB value is (95,105,207). Sum of RGB (Red+Green+Blue) = 95+105+207=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F69CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F69CF is #A09630. Grayscale: #717171. Windows color (decimal): -10524209 or 13592927. OLE color: 13592927.
HSL color Cylindrical-coordinate representation of color #5F69CF: hue angle of 234.64º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F69CF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 105 | 207 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.19 |
| HSL | 234.64º | 0.54% | 0.59% | - |
| HSV(B) | 234.64º | 0.54% | 0.81% | - |
| XYZ | 21.03 | 17.04 | 61.21 | - |
| YUV | 113.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 207 | 0.54 | 0.49 | 0 | 0.19 | 234.64 | 0.54 | 0.59 |
| Hex | 5F | 69 | CF | 36 | 31 | 0 | 13 | EB | 36 | 3B |
| Octal | 137 | 151 | 317 | 66 | 61 | 0 | 23 | 353 | 66 | 73 |
| Binary | 1011111 | 1101001 | 11001111 | 110110 | 110001 | 0 | 10011 | 11101011 | 110110 | 111011 |
Color Harmonies of #5F69CF
Complementary color
Monochromatic Colors of #5F69CF
Black with #5F69CF
Text Example
Text Example
White with #5F69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F69CF; }
p { color: rgb(95,105,207); }
H1.HeaderClassName
{
color: #5F69CF;
}
.AnyTagClassName
{
color: #5F69CF;
}
</style>
background-color css
<style>
a { background-color: #5F69CF; }
a { background-color: rgb(95,105,207); }
div.DivClassName
{
background-color: #5F69CF;
}
.BgClassName
{
background-color: #5F69CF;
}
</style>
border-color css
<style>
span { border-color: #5F69CF; }
span { border-color: rgb(95,105,207); }
td.TdClassName
{
border-color: #5F69CF;
}
.TagClassName
{
border-color: #5F69CF;
}
</style>