Shades of Slate Blue #6348CC
Tints of Slate Blue #6348CC
RGB
CMYK
RGB Variations
Color information
#6348CC (or 0x6348CC) is known color: Slate Blue. HEX triplet: 63, 48 and CC. RGB value is (99,72,204). Sum of RGB (Red+Green+Blue) = 99+72+204=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #6348CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348CC is #9CB733. Grayscale: #5E5E5E. Windows color (decimal): -10270516 or 13387875. OLE color: 13387875.
HSL color Cylindrical-coordinate representation of color #6348CC: hue angle of 252.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6348CC is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 72 | 204 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.2 |
| HSL | 252.27º | 0.56% | 0.54% | - |
| HSV(B) | 252.27º | 0.65% | 0.8% | - |
| XYZ | 18.36 | 11.65 | 58.41 | - |
| YUV | 95.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 204 | 0.51 | 0.65 | 0 | 0.2 | 252.27 | 0.56 | 0.54 |
| Hex | 63 | 48 | CC | 33 | 41 | 0 | 14 | FC | 38 | 36 |
| Octal | 143 | 110 | 314 | 63 | 101 | 0 | 24 | 374 | 70 | 66 |
| Binary | 1100011 | 1001000 | 11001100 | 110011 | 1000001 | 0 | 10100 | 11111100 | 111000 | 110110 |
Color Harmonies of #6348CC
Complementary color
Monochromatic Colors of #6348CC
Black with #6348CC
Text Example
Text Example
White with #6348CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6348CC; }
p { color: rgb(99,72,204); }
H1.HeaderClassName
{
color: #6348CC;
}
.AnyTagClassName
{
color: #6348CC;
}
</style>
background-color css
<style>
a { background-color: #6348CC; }
a { background-color: rgb(99,72,204); }
div.DivClassName
{
background-color: #6348CC;
}
.BgClassName
{
background-color: #6348CC;
}
</style>
border-color css
<style>
span { border-color: #6348CC; }
span { border-color: rgb(99,72,204); }
td.TdClassName
{
border-color: #6348CC;
}
.TagClassName
{
border-color: #6348CC;
}
</style>