Shades of Slate Blue #6368D0
Tints of Slate Blue #6368D0
RGB
CMYK
RGB Variations
Color information
#6368D0 (or 0x6368D0) is known color: Slate Blue. HEX triplet: 63, 68 and D0. RGB value is (99,104,208). Sum of RGB (Red+Green+Blue) = 99+104+208=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #6368D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368D0 is #9C972F. Grayscale: #717171. Windows color (decimal): -10262320 or 13658211. OLE color: 13658211.
HSL color Cylindrical-coordinate representation of color #6368D0: hue angle of 237.25º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6368D0 is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 104 | 208 | - |
| CMYK | 0.52 | 0.5 | 0 | 0.18 |
| HSL | 237.25º | 0.54% | 0.6% | - |
| HSV(B) | 237.25º | 0.52% | 0.82% | - |
| XYZ | 21.48 | 17.11 | 61.84 | - |
| YUV | 114.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 208 | 0.52 | 0.5 | 0 | 0.18 | 237.25 | 0.54 | 0.6 |
| Hex | 63 | 68 | D0 | 34 | 32 | 0 | 12 | ED | 36 | 3C |
| Octal | 143 | 150 | 320 | 64 | 62 | 0 | 22 | 355 | 66 | 74 |
| Binary | 1100011 | 1101000 | 11010000 | 110100 | 110010 | 0 | 10010 | 11101101 | 110110 | 111100 |
Color Harmonies of #6368D0
Complementary color
Monochromatic Colors of #6368D0
Black with #6368D0
Text Example
Text Example
White with #6368D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6368D0; }
p { color: rgb(99,104,208); }
H1.HeaderClassName
{
color: #6368D0;
}
.AnyTagClassName
{
color: #6368D0;
}
</style>
background-color css
<style>
a { background-color: #6368D0; }
a { background-color: rgb(99,104,208); }
div.DivClassName
{
background-color: #6368D0;
}
.BgClassName
{
background-color: #6368D0;
}
</style>
border-color css
<style>
span { border-color: #6368D0; }
span { border-color: rgb(99,104,208); }
td.TdClassName
{
border-color: #6368D0;
}
.TagClassName
{
border-color: #6368D0;
}
</style>