Shades of Slate Blue #6368DC
Tints of Slate Blue #6368DC
RGB
CMYK
RGB Variations
Color information
#6368DC (or 0x6368DC) is known color: Slate Blue. HEX triplet: 63, 68 and DC. RGB value is (99,104,220). Sum of RGB (Red+Green+Blue) = 99+104+220=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #6368DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368DC is #9C9723. Grayscale: #737373. Windows color (decimal): -10262308 or 14444643. OLE color: 14444643.
HSL color Cylindrical-coordinate representation of color #6368DC: hue angle of 237.52º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6368DC is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 104 | 220 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.14 |
| HSL | 237.52º | 0.63% | 0.63% | - |
| HSV(B) | 237.52º | 0.55% | 0.86% | - |
| XYZ | 23.01 | 17.72 | 69.92 | - |
| YUV | 115.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 220 | 0.55 | 0.53 | 0 | 0.14 | 237.52 | 0.63 | 0.63 |
| Hex | 63 | 68 | DC | 37 | 35 | 0 | E | EE | 3F | 3F |
| Octal | 143 | 150 | 334 | 67 | 65 | 0 | 16 | 356 | 77 | 77 |
| Binary | 1100011 | 1101000 | 11011100 | 110111 | 110101 | 0 | 1110 | 11101110 | 111111 | 111111 |
Color Harmonies of #6368DC
Complementary color
Monochromatic Colors of #6368DC
Black with #6368DC
Text Example
Text Example
White with #6368DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6368DC; }
p { color: rgb(99,104,220); }
H1.HeaderClassName
{
color: #6368DC;
}
.AnyTagClassName
{
color: #6368DC;
}
</style>
background-color css
<style>
a { background-color: #6368DC; }
a { background-color: rgb(99,104,220); }
div.DivClassName
{
background-color: #6368DC;
}
.BgClassName
{
background-color: #6368DC;
}
</style>
border-color css
<style>
span { border-color: #6368DC; }
span { border-color: rgb(99,104,220); }
td.TdClassName
{
border-color: #6368DC;
}
.TagClassName
{
border-color: #6368DC;
}
</style>