Shades of Slate Blue #6455DC
Tints of Slate Blue #6455DC
RGB
CMYK
RGB Variations
Color information
#6455DC (or 0x6455DC) is known color: Slate Blue. HEX triplet: 64, 55 and DC. RGB value is (100,85,220). Sum of RGB (Red+Green+Blue) = 100+85+220=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #6455DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455DC is #9BAA23. Grayscale: #686868. Windows color (decimal): -10201636 or 14439780. OLE color: 14439780.
HSL color Cylindrical-coordinate representation of color #6455DC: hue angle of 246.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6455DC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 85 | 220 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.14 |
| HSL | 246.67º | 0.66% | 0.6% | - |
| HSV(B) | 246.67º | 0.61% | 0.86% | - |
| XYZ | 21.42 | 14.37 | 69.36 | - |
| YUV | 104.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 220 | 0.55 | 0.61 | 0 | 0.14 | 246.67 | 0.66 | 0.6 |
| Hex | 64 | 55 | DC | 37 | 3D | 0 | E | F7 | 42 | 3C |
| Octal | 144 | 125 | 334 | 67 | 75 | 0 | 16 | 367 | 102 | 74 |
| Binary | 1100100 | 1010101 | 11011100 | 110111 | 111101 | 0 | 1110 | 11110111 | 1000010 | 111100 |
Color Harmonies of #6455DC
Complementary color
Monochromatic Colors of #6455DC
Black with #6455DC
Text Example
Text Example
White with #6455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6455DC; }
p { color: rgb(100,85,220); }
H1.HeaderClassName
{
color: #6455DC;
}
.AnyTagClassName
{
color: #6455DC;
}
</style>
background-color css
<style>
a { background-color: #6455DC; }
a { background-color: rgb(100,85,220); }
div.DivClassName
{
background-color: #6455DC;
}
.BgClassName
{
background-color: #6455DC;
}
</style>
border-color css
<style>
span { border-color: #6455DC; }
span { border-color: rgb(100,85,220); }
td.TdClassName
{
border-color: #6455DC;
}
.TagClassName
{
border-color: #6455DC;
}
</style>