Shades of Slate Blue #6366CD
Tints of Slate Blue #6366CD
RGB
CMYK
RGB Variations
Color information
#6366CD (or 0x6366CD) is known color: Slate Blue. HEX triplet: 63, 66 and CD. RGB value is (99,102,205). Sum of RGB (Red+Green+Blue) = 99+102+205=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #6366CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366CD is #9C9932. Grayscale: #707070. Windows color (decimal): -10262835 or 13461091. OLE color: 13461091.
HSL color Cylindrical-coordinate representation of color #6366CD: hue angle of 238.3º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6366CD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 102 | 205 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.20 |
| HSL | 238.3º | 0.51% | 0.6% | - |
| HSV(B) | 238.3º | 0.52% | 0.8% | - |
| XYZ | 20.92 | 16.56 | 59.85 | - |
| YUV | 112.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 205 | 0.52 | 0.50 | 0 | 0.20 | 238.3 | 0.51 | 0.6 |
| Hex | 63 | 66 | CD | 34 | 32 | 0 | 14 | EE | 33 | 3C |
| Octal | 143 | 146 | 315 | 64 | 62 | 0 | 24 | 356 | 63 | 74 |
| Binary | 1100011 | 1100110 | 11001101 | 110100 | 110010 | 0 | 10100 | 11101110 | 110011 | 111100 |
Color Harmonies of #6366CD
Complementary color
Monochromatic Colors of #6366CD
Black with #6366CD
Text Example
Text Example
White with #6366CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366CD; }
p { color: rgb(99,102,205); }
H1.HeaderClassName
{
color: #6366CD;
}
.AnyTagClassName
{
color: #6366CD;
}
</style>
background-color css
<style>
a { background-color: #6366CD; }
a { background-color: rgb(99,102,205); }
div.DivClassName
{
background-color: #6366CD;
}
.BgClassName
{
background-color: #6366CD;
}
</style>
border-color css
<style>
span { border-color: #6366CD; }
span { border-color: rgb(99,102,205); }
td.TdClassName
{
border-color: #6366CD;
}
.TagClassName
{
border-color: #6366CD;
}
</style>