Shades of Slate Blue #6050CF
Tints of Slate Blue #6050CF
RGB
CMYK
RGB Variations
Color information
#6050CF (or 0x6050CF) is known color: Slate Blue. HEX triplet: 60, 50 and CF. RGB value is (96,80,207). Sum of RGB (Red+Green+Blue) = 96+80+207=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #6050CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050CF is #9FAF30. Grayscale: #626262. Windows color (decimal): -10465073 or 13586528. OLE color: 13586528.
HSL color Cylindrical-coordinate representation of color #6050CF: hue angle of 247.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6050CF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 80 | 207 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.19 |
| HSL | 247.56º | 0.57% | 0.56% | - |
| HSV(B) | 247.56º | 0.61% | 0.81% | - |
| XYZ | 18.96 | 12.73 | 60.49 | - |
| YUV | 99.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 207 | 0.54 | 0.61 | 0 | 0.19 | 247.56 | 0.57 | 0.56 |
| Hex | 60 | 50 | CF | 36 | 3D | 0 | 13 | F8 | 39 | 38 |
| Octal | 140 | 120 | 317 | 66 | 75 | 0 | 23 | 370 | 71 | 70 |
| Binary | 1100000 | 1010000 | 11001111 | 110110 | 111101 | 0 | 10011 | 11111000 | 111001 | 111000 |
Color Harmonies of #6050CF
Complementary color
Monochromatic Colors of #6050CF
Black with #6050CF
Text Example
Text Example
White with #6050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6050CF; }
p { color: rgb(96,80,207); }
H1.HeaderClassName
{
color: #6050CF;
}
.AnyTagClassName
{
color: #6050CF;
}
</style>
background-color css
<style>
a { background-color: #6050CF; }
a { background-color: rgb(96,80,207); }
div.DivClassName
{
background-color: #6050CF;
}
.BgClassName
{
background-color: #6050CF;
}
</style>
border-color css
<style>
span { border-color: #6050CF; }
span { border-color: rgb(96,80,207); }
td.TdClassName
{
border-color: #6050CF;
}
.TagClassName
{
border-color: #6050CF;
}
</style>