Shades of Slate Blue #6360C4
Tints of Slate Blue #6360C4
RGB
CMYK
RGB Variations
Color information
#6360C4 (or 0x6360C4) is known color: Slate Blue. HEX triplet: 63, 60 and C4. RGB value is (99,96,196). Sum of RGB (Red+Green+Blue) = 99+96+196=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #6360C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360C4 is #9C9F3B. Grayscale: #6B6B6B. Windows color (decimal): -10264380 or 12869731. OLE color: 12869731.
HSL color Cylindrical-coordinate representation of color #6360C4: hue angle of 241.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6360C4 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 96 | 196 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.23 |
| HSL | 241.8º | 0.46% | 0.57% | - |
| HSV(B) | 241.8º | 0.51% | 0.77% | - |
| XYZ | 19.29 | 15 | 54.1 | - |
| YUV | 108.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 196 | 0.49 | 0.51 | 0 | 0.23 | 241.8 | 0.46 | 0.57 |
| Hex | 63 | 60 | C4 | 31 | 33 | 0 | 17 | F2 | 2E | 39 |
| Octal | 143 | 140 | 304 | 61 | 63 | 0 | 27 | 362 | 56 | 71 |
| Binary | 1100011 | 1100000 | 11000100 | 110001 | 110011 | 0 | 10111 | 11110010 | 101110 | 111001 |
Color Harmonies of #6360C4
Complementary color
Monochromatic Colors of #6360C4
Black with #6360C4
Text Example
Text Example
White with #6360C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6360C4; }
p { color: rgb(99,96,196); }
H1.HeaderClassName
{
color: #6360C4;
}
.AnyTagClassName
{
color: #6360C4;
}
</style>
background-color css
<style>
a { background-color: #6360C4; }
a { background-color: rgb(99,96,196); }
div.DivClassName
{
background-color: #6360C4;
}
.BgClassName
{
background-color: #6360C4;
}
</style>
border-color css
<style>
span { border-color: #6360C4; }
span { border-color: rgb(99,96,196); }
td.TdClassName
{
border-color: #6360C4;
}
.TagClassName
{
border-color: #6360C4;
}
</style>