Shades of Slate Blue #6368CC
Tints of Slate Blue #6368CC
RGB
CMYK
RGB Variations
Color information
#6368CC (or 0x6368CC) is known color: Slate Blue. HEX triplet: 63, 68 and CC. RGB value is (99,104,204). Sum of RGB (Red+Green+Blue) = 99+104+204=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #6368CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368CC is #9C9733. Grayscale: #717171. Windows color (decimal): -10262324 or 13396067. OLE color: 13396067.
HSL color Cylindrical-coordinate representation of color #6368CC: hue angle of 237.14º degrees, saturation: 0.51, 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 #6368CC is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 104 | 204 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.2 |
| HSL | 237.14º | 0.51% | 0.59% | - |
| HSV(B) | 237.14º | 0.51% | 0.8% | - |
| XYZ | 20.99 | 16.91 | 59.28 | - |
| YUV | 113.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 204 | 0.51 | 0.49 | 0 | 0.2 | 237.14 | 0.51 | 0.59 |
| Hex | 63 | 68 | CC | 33 | 31 | 0 | 14 | ED | 33 | 3B |
| Octal | 143 | 150 | 314 | 63 | 61 | 0 | 24 | 355 | 63 | 73 |
| Binary | 1100011 | 1101000 | 11001100 | 110011 | 110001 | 0 | 10100 | 11101101 | 110011 | 111011 |
Color Harmonies of #6368CC
Complementary color
Monochromatic Colors of #6368CC
Black with #6368CC
Text Example
Text Example
White with #6368CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6368CC; }
p { color: rgb(99,104,204); }
H1.HeaderClassName
{
color: #6368CC;
}
.AnyTagClassName
{
color: #6368CC;
}
</style>
background-color css
<style>
a { background-color: #6368CC; }
a { background-color: rgb(99,104,204); }
div.DivClassName
{
background-color: #6368CC;
}
.BgClassName
{
background-color: #6368CC;
}
</style>
border-color css
<style>
span { border-color: #6368CC; }
span { border-color: rgb(99,104,204); }
td.TdClassName
{
border-color: #6368CC;
}
.TagClassName
{
border-color: #6368CC;
}
</style>