Shades of Slate Blue #605CBF
Tints of Slate Blue #605CBF
RGB
CMYK
RGB Variations
Color information
#605CBF (or 0x605CBF) is known color: Slate Blue. HEX triplet: 60, 5C and BF. RGB value is (96,92,191). Sum of RGB (Red+Green+Blue) = 96+92+191=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #605CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CBF is #9FA340. Grayscale: #686868. Windows color (decimal): -10462017 or 12541024. OLE color: 12541024.
HSL color Cylindrical-coordinate representation of color #605CBF: hue angle of 242.42º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605CBF is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 92 | 191 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.25 |
| HSL | 242.42º | 0.44% | 0.55% | - |
| HSV(B) | 242.42º | 0.52% | 0.75% | - |
| XYZ | 18.05 | 13.9 | 51.02 | - |
| YUV | 104.48 | 176.83 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 191 | 0.50 | 0.52 | 0 | 0.25 | 242.42 | 0.44 | 0.55 |
| Hex | 60 | 5C | BF | 32 | 34 | 0 | 19 | F2 | 2C | 37 |
| Octal | 140 | 134 | 277 | 62 | 64 | 0 | 31 | 362 | 54 | 67 |
| Binary | 1100000 | 1011100 | 10111111 | 110010 | 110100 | 0 | 11001 | 11110010 | 101100 | 110111 |
Color Harmonies of #605CBF
Complementary color
Monochromatic Colors of #605CBF
Black with #605CBF
Text Example
Text Example
White with #605CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CBF; }
p { color: rgb(96,92,191); }
H1.HeaderClassName
{
color: #605CBF;
}
.AnyTagClassName
{
color: #605CBF;
}
</style>
background-color css
<style>
a { background-color: #605CBF; }
a { background-color: rgb(96,92,191); }
div.DivClassName
{
background-color: #605CBF;
}
.BgClassName
{
background-color: #605CBF;
}
</style>
border-color css
<style>
span { border-color: #605CBF; }
span { border-color: rgb(96,92,191); }
td.TdClassName
{
border-color: #605CBF;
}
.TagClassName
{
border-color: #605CBF;
}
</style>