Shades of Slate Blue #6C63CB
Tints of Slate Blue #6C63CB
RGB
CMYK
RGB Variations
Color information
#6C63CB (or 0x6C63CB) is known color: Slate Blue. HEX triplet: 6C, 63 and CB. RGB value is (108,99,203). Sum of RGB (Red+Green+Blue) = 108+99+203=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C63CB is #939C34. Grayscale: #717171. Windows color (decimal): -9673781 or 13329260. OLE color: 13329260.
HSL color Cylindrical-coordinate representation of color #6C63CB: hue angle of 245.19º 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 #6C63CB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 99 | 203 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.20 |
| HSL | 245.19º | 0.5% | 0.59% | - |
| HSV(B) | 245.19º | 0.51% | 0.8% | - |
| XYZ | 21.43 | 16.42 | 58.54 | - |
| YUV | 113.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 203 | 0.47 | 0.51 | 0 | 0.20 | 245.19 | 0.5 | 0.59 |
| Hex | 6C | 63 | CB | 2F | 33 | 0 | 14 | F5 | 32 | 3B |
| Octal | 154 | 143 | 313 | 57 | 63 | 0 | 24 | 365 | 62 | 73 |
| Binary | 1101100 | 1100011 | 11001011 | 101111 | 110011 | 0 | 10100 | 11110101 | 110010 | 111011 |
Color Harmonies of #6C63CB
Complementary color
Monochromatic Colors of #6C63CB
Black with #6C63CB
Text Example
Text Example
White with #6C63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C63CB; }
p { color: rgb(108,99,203); }
H1.HeaderClassName
{
color: #6C63CB;
}
.AnyTagClassName
{
color: #6C63CB;
}
</style>
background-color css
<style>
a { background-color: #6C63CB; }
a { background-color: rgb(108,99,203); }
div.DivClassName
{
background-color: #6C63CB;
}
.BgClassName
{
background-color: #6C63CB;
}
</style>
border-color css
<style>
span { border-color: #6C63CB; }
span { border-color: rgb(108,99,203); }
td.TdClassName
{
border-color: #6C63CB;
}
.TagClassName
{
border-color: #6C63CB;
}
</style>