Shades of Slate Blue #6B60CB
Tints of Slate Blue #6B60CB
RGB
CMYK
RGB Variations
Color information
#6B60CB (or 0x6B60CB) is known color: Slate Blue. HEX triplet: 6B, 60 and CB. RGB value is (107,96,203). Sum of RGB (Red+Green+Blue) = 107+96+203=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60CB is #949F34. Grayscale: #6F6F6F. Windows color (decimal): -9740085 or 13328491. OLE color: 13328491.
HSL color Cylindrical-coordinate representation of color #6B60CB: hue angle of 246.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B60CB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 96 | 203 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.20 |
| HSL | 246.17º | 0.51% | 0.59% | - |
| HSV(B) | 246.17º | 0.53% | 0.8% | - |
| XYZ | 21.03 | 15.8 | 58.44 | - |
| YUV | 111.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 203 | 0.47 | 0.53 | 0 | 0.20 | 246.17 | 0.51 | 0.59 |
| Hex | 6B | 60 | CB | 2F | 35 | 0 | 14 | F6 | 33 | 3B |
| Octal | 153 | 140 | 313 | 57 | 65 | 0 | 24 | 366 | 63 | 73 |
| Binary | 1101011 | 1100000 | 11001011 | 101111 | 110101 | 0 | 10100 | 11110110 | 110011 | 111011 |
Color Harmonies of #6B60CB
Complementary color
Monochromatic Colors of #6B60CB
Black with #6B60CB
Text Example
Text Example
White with #6B60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B60CB; }
p { color: rgb(107,96,203); }
H1.HeaderClassName
{
color: #6B60CB;
}
.AnyTagClassName
{
color: #6B60CB;
}
</style>
background-color css
<style>
a { background-color: #6B60CB; }
a { background-color: rgb(107,96,203); }
div.DivClassName
{
background-color: #6B60CB;
}
.BgClassName
{
background-color: #6B60CB;
}
</style>
border-color css
<style>
span { border-color: #6B60CB; }
span { border-color: rgb(107,96,203); }
td.TdClassName
{
border-color: #6B60CB;
}
.TagClassName
{
border-color: #6B60CB;
}
</style>