Shades of Slate Blue #6B53CA
Tints of Slate Blue #6B53CA
RGB
CMYK
RGB Variations
Color information
#6B53CA (or 0x6B53CA) is known color: Slate Blue. HEX triplet: 6B, 53 and CA. RGB value is (107,83,202). Sum of RGB (Red+Green+Blue) = 107+83+202=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B53CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B53CA is #94AC35. Grayscale: #676767. Windows color (decimal): -9743414 or 13259627. OLE color: 13259627.
HSL color Cylindrical-coordinate representation of color #6B53CA: hue angle of 252.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B53CA is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 83 | 202 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.21 |
| HSL | 252.1º | 0.53% | 0.56% | - |
| HSV(B) | 252.1º | 0.59% | 0.79% | - |
| XYZ | 19.82 | 13.58 | 57.45 | - |
| YUV | 103.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 202 | 0.47 | 0.59 | 0 | 0.21 | 252.1 | 0.53 | 0.56 |
| Hex | 6B | 53 | CA | 2F | 3B | 0 | 15 | FC | 35 | 38 |
| Octal | 153 | 123 | 312 | 57 | 73 | 0 | 25 | 374 | 65 | 70 |
| Binary | 1101011 | 1010011 | 11001010 | 101111 | 111011 | 0 | 10101 | 11111100 | 110101 | 111000 |
Color Harmonies of #6B53CA
Complementary color
Monochromatic Colors of #6B53CA
Black with #6B53CA
Text Example
Text Example
White with #6B53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B53CA; }
p { color: rgb(107,83,202); }
H1.HeaderClassName
{
color: #6B53CA;
}
.AnyTagClassName
{
color: #6B53CA;
}
</style>
background-color css
<style>
a { background-color: #6B53CA; }
a { background-color: rgb(107,83,202); }
div.DivClassName
{
background-color: #6B53CA;
}
.BgClassName
{
background-color: #6B53CA;
}
</style>
border-color css
<style>
span { border-color: #6B53CA; }
span { border-color: rgb(107,83,202); }
td.TdClassName
{
border-color: #6B53CA;
}
.TagClassName
{
border-color: #6B53CA;
}
</style>