Shades of Slate Blue #606ACF
Tints of Slate Blue #606ACF
RGB
CMYK
RGB Variations
Color information
#606ACF (or 0x606ACF) is known color: Slate Blue. HEX triplet: 60, 6A and CF. RGB value is (96,106,207). Sum of RGB (Red+Green+Blue) = 96+106+207=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #606ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ACF is #9F9530. Grayscale: #727272. Windows color (decimal): -10458417 or 13593184. OLE color: 13593184.
HSL color Cylindrical-coordinate representation of color #606ACF: hue angle of 234.59º 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 #606ACF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 106 | 207 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.19 |
| HSL | 234.59º | 0.54% | 0.59% | - |
| HSV(B) | 234.59º | 0.54% | 0.81% | - |
| XYZ | 21.24 | 17.3 | 61.25 | - |
| YUV | 114.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 207 | 0.54 | 0.49 | 0 | 0.19 | 234.59 | 0.54 | 0.59 |
| Hex | 60 | 6A | CF | 36 | 31 | 0 | 13 | EB | 36 | 3B |
| Octal | 140 | 152 | 317 | 66 | 61 | 0 | 23 | 353 | 66 | 73 |
| Binary | 1100000 | 1101010 | 11001111 | 110110 | 110001 | 0 | 10011 | 11101011 | 110110 | 111011 |
Color Harmonies of #606ACF
Complementary color
Monochromatic Colors of #606ACF
Black with #606ACF
Text Example
Text Example
White with #606ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ACF; }
p { color: rgb(96,106,207); }
H1.HeaderClassName
{
color: #606ACF;
}
.AnyTagClassName
{
color: #606ACF;
}
</style>
background-color css
<style>
a { background-color: #606ACF; }
a { background-color: rgb(96,106,207); }
div.DivClassName
{
background-color: #606ACF;
}
.BgClassName
{
background-color: #606ACF;
}
</style>
border-color css
<style>
span { border-color: #606ACF; }
span { border-color: rgb(96,106,207); }
td.TdClassName
{
border-color: #606ACF;
}
.TagClassName
{
border-color: #606ACF;
}
</style>