Shades of Slate Blue #6467DB
Tints of Slate Blue #6467DB
RGB
CMYK
RGB Variations
Color information
#6467DB (or 0x6467DB) is known color: Slate Blue. HEX triplet: 64, 67 and DB. RGB value is (100,103,219). Sum of RGB (Red+Green+Blue) = 100+103+219=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #6467DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467DB is #9B9824. Grayscale: #727272. Windows color (decimal): -10197029 or 14378852. OLE color: 14378852.
HSL color Cylindrical-coordinate representation of color #6467DB: hue angle of 238.49º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6467DB is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 103 | 219 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.14 |
| HSL | 238.49º | 0.62% | 0.63% | - |
| HSV(B) | 238.49º | 0.54% | 0.86% | - |
| XYZ | 22.89 | 17.52 | 69.19 | - |
| YUV | 115.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 219 | 0.54 | 0.53 | 0 | 0.14 | 238.49 | 0.62 | 0.63 |
| Hex | 64 | 67 | DB | 36 | 35 | 0 | E | EE | 3E | 3F |
| Octal | 144 | 147 | 333 | 66 | 65 | 0 | 16 | 356 | 76 | 77 |
| Binary | 1100100 | 1100111 | 11011011 | 110110 | 110101 | 0 | 1110 | 11101110 | 111110 | 111111 |
Color Harmonies of #6467DB
Complementary color
Monochromatic Colors of #6467DB
Black with #6467DB
Text Example
Text Example
White with #6467DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6467DB; }
p { color: rgb(100,103,219); }
H1.HeaderClassName
{
color: #6467DB;
}
.AnyTagClassName
{
color: #6467DB;
}
</style>
background-color css
<style>
a { background-color: #6467DB; }
a { background-color: rgb(100,103,219); }
div.DivClassName
{
background-color: #6467DB;
}
.BgClassName
{
background-color: #6467DB;
}
</style>
border-color css
<style>
span { border-color: #6467DB; }
span { border-color: rgb(100,103,219); }
td.TdClassName
{
border-color: #6467DB;
}
.TagClassName
{
border-color: #6467DB;
}
</style>