Shades of Slate Blue #5F68CD
Tints of Slate Blue #5F68CD
RGB
CMYK
RGB Variations
Color information
#5F68CD (or 0x5F68CD) is known color: Slate Blue. HEX triplet: 5F, 68 and CD. RGB value is (95,104,205). Sum of RGB (Red+Green+Blue) = 95+104+205=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F68CD is #A09732. Grayscale: #707070. Windows color (decimal): -10524467 or 13461599. OLE color: 13461599.
HSL color Cylindrical-coordinate representation of color #5F68CD: hue angle of 235.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F68CD is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 104 | 205 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.20 |
| HSL | 235.09º | 0.52% | 0.59% | - |
| HSV(B) | 235.09º | 0.54% | 0.8% | - |
| XYZ | 20.69 | 16.74 | 59.9 | - |
| YUV | 112.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 205 | 0.54 | 0.49 | 0 | 0.20 | 235.09 | 0.52 | 0.59 |
| Hex | 5F | 68 | CD | 36 | 31 | 0 | 14 | EB | 34 | 3B |
| Octal | 137 | 150 | 315 | 66 | 61 | 0 | 24 | 353 | 64 | 73 |
| Binary | 1011111 | 1101000 | 11001101 | 110110 | 110001 | 0 | 10100 | 11101011 | 110100 | 111011 |
Color Harmonies of #5F68CD
Complementary color
Monochromatic Colors of #5F68CD
Black with #5F68CD
Text Example
Text Example
White with #5F68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F68CD; }
p { color: rgb(95,104,205); }
H1.HeaderClassName
{
color: #5F68CD;
}
.AnyTagClassName
{
color: #5F68CD;
}
</style>
background-color css
<style>
a { background-color: #5F68CD; }
a { background-color: rgb(95,104,205); }
div.DivClassName
{
background-color: #5F68CD;
}
.BgClassName
{
background-color: #5F68CD;
}
</style>
border-color css
<style>
span { border-color: #5F68CD; }
span { border-color: rgb(95,104,205); }
td.TdClassName
{
border-color: #5F68CD;
}
.TagClassName
{
border-color: #5F68CD;
}
</style>