Shades of Slate Blue #6B60CA
Tints of Slate Blue #6B60CA
RGB
CMYK
RGB Variations
Color information
#6B60CA (or 0x6B60CA) is known color: Slate Blue. HEX triplet: 6B, 60 and CA. RGB value is (107,96,202). Sum of RGB (Red+Green+Blue) = 107+96+202=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60CA is #949F35. Grayscale: #6E6E6E. Windows color (decimal): -9740086 or 13262955. OLE color: 13262955.
HSL color Cylindrical-coordinate representation of color #6B60CA: hue angle of 246.23º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B60CA is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 96 | 202 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.21 |
| HSL | 246.23º | 0.5% | 0.58% | - |
| HSV(B) | 246.23º | 0.52% | 0.79% | - |
| XYZ | 20.91 | 15.76 | 57.82 | - |
| YUV | 111.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 202 | 0.47 | 0.52 | 0 | 0.21 | 246.23 | 0.5 | 0.58 |
| Hex | 6B | 60 | CA | 2F | 34 | 0 | 15 | F6 | 32 | 3A |
| Octal | 153 | 140 | 312 | 57 | 64 | 0 | 25 | 366 | 62 | 72 |
| Binary | 1101011 | 1100000 | 11001010 | 101111 | 110100 | 0 | 10101 | 11110110 | 110010 | 111010 |
Color Harmonies of #6B60CA
Complementary color
Monochromatic Colors of #6B60CA
Black with #6B60CA
Text Example
Text Example
White with #6B60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B60CA; }
p { color: rgb(107,96,202); }
H1.HeaderClassName
{
color: #6B60CA;
}
.AnyTagClassName
{
color: #6B60CA;
}
</style>
background-color css
<style>
a { background-color: #6B60CA; }
a { background-color: rgb(107,96,202); }
div.DivClassName
{
background-color: #6B60CA;
}
.BgClassName
{
background-color: #6B60CA;
}
</style>
border-color css
<style>
span { border-color: #6B60CA; }
span { border-color: rgb(107,96,202); }
td.TdClassName
{
border-color: #6B60CA;
}
.TagClassName
{
border-color: #6B60CA;
}
</style>