Shades of Slate Blue #6360CB
Tints of Slate Blue #6360CB
RGB
CMYK
RGB Variations
Color information
#6360CB (or 0x6360CB) is known color: Slate Blue. HEX triplet: 63, 60 and CB. RGB value is (99,96,203). Sum of RGB (Red+Green+Blue) = 99+96+203=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #6360CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360CB is #9C9F34. Grayscale: #6C6C6C. Windows color (decimal): -10264373 or 13328483. OLE color: 13328483.
HSL color Cylindrical-coordinate representation of color #6360CB: hue angle of 241.68º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6360CB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 96 | 203 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.20 |
| HSL | 241.68º | 0.51% | 0.59% | - |
| HSV(B) | 241.68º | 0.53% | 0.8% | - |
| XYZ | 20.11 | 15.33 | 58.4 | - |
| YUV | 109.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 203 | 0.51 | 0.53 | 0 | 0.20 | 241.68 | 0.51 | 0.59 |
| Hex | 63 | 60 | CB | 33 | 35 | 0 | 14 | F2 | 33 | 3B |
| Octal | 143 | 140 | 313 | 63 | 65 | 0 | 24 | 362 | 63 | 73 |
| Binary | 1100011 | 1100000 | 11001011 | 110011 | 110101 | 0 | 10100 | 11110010 | 110011 | 111011 |
Color Harmonies of #6360CB
Complementary color
Monochromatic Colors of #6360CB
Black with #6360CB
Text Example
Text Example
White with #6360CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6360CB; }
p { color: rgb(99,96,203); }
H1.HeaderClassName
{
color: #6360CB;
}
.AnyTagClassName
{
color: #6360CB;
}
</style>
background-color css
<style>
a { background-color: #6360CB; }
a { background-color: rgb(99,96,203); }
div.DivClassName
{
background-color: #6360CB;
}
.BgClassName
{
background-color: #6360CB;
}
</style>
border-color css
<style>
span { border-color: #6360CB; }
span { border-color: rgb(99,96,203); }
td.TdClassName
{
border-color: #6360CB;
}
.TagClassName
{
border-color: #6360CB;
}
</style>