Shades of Slate Blue #6B63CB
Tints of Slate Blue #6B63CB
RGB
CMYK
RGB Variations
Color information
#6B63CB (or 0x6B63CB) is known color: Slate Blue. HEX triplet: 6B, 63 and CB. RGB value is (107,99,203). Sum of RGB (Red+Green+Blue) = 107+99+203=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B63CB is #949C34. Grayscale: #707070. Windows color (decimal): -9739317 or 13329259. OLE color: 13329259.
HSL color Cylindrical-coordinate representation of color #6B63CB: hue angle of 244.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B63CB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 99 | 203 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.20 |
| HSL | 244.62º | 0.5% | 0.59% | - |
| HSV(B) | 244.62º | 0.51% | 0.8% | - |
| XYZ | 21.3 | 16.36 | 58.54 | - |
| YUV | 113.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 203 | 0.47 | 0.51 | 0 | 0.20 | 244.62 | 0.5 | 0.59 |
| Hex | 6B | 63 | CB | 2F | 33 | 0 | 14 | F5 | 32 | 3B |
| Octal | 153 | 143 | 313 | 57 | 63 | 0 | 24 | 365 | 62 | 73 |
| Binary | 1101011 | 1100011 | 11001011 | 101111 | 110011 | 0 | 10100 | 11110101 | 110010 | 111011 |
Color Harmonies of #6B63CB
Complementary color
Monochromatic Colors of #6B63CB
Black with #6B63CB
Text Example
Text Example
White with #6B63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B63CB; }
p { color: rgb(107,99,203); }
H1.HeaderClassName
{
color: #6B63CB;
}
.AnyTagClassName
{
color: #6B63CB;
}
</style>
background-color css
<style>
a { background-color: #6B63CB; }
a { background-color: rgb(107,99,203); }
div.DivClassName
{
background-color: #6B63CB;
}
.BgClassName
{
background-color: #6B63CB;
}
</style>
border-color css
<style>
span { border-color: #6B63CB; }
span { border-color: rgb(107,99,203); }
td.TdClassName
{
border-color: #6B63CB;
}
.TagClassName
{
border-color: #6B63CB;
}
</style>