Shades of Slate Blue #6063DC
Tints of Slate Blue #6063DC
RGB
CMYK
RGB Variations
Color information
#6063DC (or 0x6063DC) is known color: Slate Blue. HEX triplet: 60, 63 and DC. RGB value is (96,99,220). Sum of RGB (Red+Green+Blue) = 96+99+220=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #6063DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063DC is #9F9C23. Grayscale: #6F6F6F. Windows color (decimal): -10460196 or 14443360. OLE color: 14443360.
HSL color Cylindrical-coordinate representation of color #6063DC: hue angle of 238.55º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6063DC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 99 | 220 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.14 |
| HSL | 238.55º | 0.64% | 0.62% | - |
| HSV(B) | 238.55º | 0.56% | 0.86% | - |
| XYZ | 22.2 | 16.58 | 69.74 | - |
| YUV | 111.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 220 | 0.56 | 0.55 | 0 | 0.14 | 238.55 | 0.64 | 0.62 |
| Hex | 60 | 63 | DC | 38 | 37 | 0 | E | EF | 40 | 3E |
| Octal | 140 | 143 | 334 | 70 | 67 | 0 | 16 | 357 | 100 | 76 |
| Binary | 1100000 | 1100011 | 11011100 | 111000 | 110111 | 0 | 1110 | 11101111 | 1000000 | 111110 |
Color Harmonies of #6063DC
Complementary color
Monochromatic Colors of #6063DC
Black with #6063DC
Text Example
Text Example
White with #6063DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6063DC; }
p { color: rgb(96,99,220); }
H1.HeaderClassName
{
color: #6063DC;
}
.AnyTagClassName
{
color: #6063DC;
}
</style>
background-color css
<style>
a { background-color: #6063DC; }
a { background-color: rgb(96,99,220); }
div.DivClassName
{
background-color: #6063DC;
}
.BgClassName
{
background-color: #6063DC;
}
</style>
border-color css
<style>
span { border-color: #6063DC; }
span { border-color: rgb(96,99,220); }
td.TdClassName
{
border-color: #6063DC;
}
.TagClassName
{
border-color: #6063DC;
}
</style>