Shades of Slate Blue #6455CD
Tints of Slate Blue #6455CD
RGB
CMYK
RGB Variations
Color information
#6455CD (or 0x6455CD) is known color: Slate Blue. HEX triplet: 64, 55 and CD. RGB value is (100,85,205). Sum of RGB (Red+Green+Blue) = 100+85+205=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #6455CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455CD is #9BAA32. Grayscale: #666666. Windows color (decimal): -10201651 or 13456740. OLE color: 13456740.
HSL color Cylindrical-coordinate representation of color #6455CD: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6455CD is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 85 | 205 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.20 |
| HSL | 247.5º | 0.55% | 0.57% | - |
| HSV(B) | 247.5º | 0.59% | 0.8% | - |
| XYZ | 19.52 | 13.61 | 59.36 | - |
| YUV | 103.17 | 185.47 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 205 | 0.51 | 0.59 | 0 | 0.20 | 247.5 | 0.55 | 0.57 |
| Hex | 64 | 55 | CD | 33 | 3B | 0 | 14 | F8 | 37 | 39 |
| Octal | 144 | 125 | 315 | 63 | 73 | 0 | 24 | 370 | 67 | 71 |
| Binary | 1100100 | 1010101 | 11001101 | 110011 | 111011 | 0 | 10100 | 11111000 | 110111 | 111001 |
Color Harmonies of #6455CD
Complementary color
Monochromatic Colors of #6455CD
Black with #6455CD
Text Example
Text Example
White with #6455CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6455CD; }
p { color: rgb(100,85,205); }
H1.HeaderClassName
{
color: #6455CD;
}
.AnyTagClassName
{
color: #6455CD;
}
</style>
background-color css
<style>
a { background-color: #6455CD; }
a { background-color: rgb(100,85,205); }
div.DivClassName
{
background-color: #6455CD;
}
.BgClassName
{
background-color: #6455CD;
}
</style>
border-color css
<style>
span { border-color: #6455CD; }
span { border-color: rgb(100,85,205); }
td.TdClassName
{
border-color: #6455CD;
}
.TagClassName
{
border-color: #6455CD;
}
</style>