Shades of Slate Blue #6264DB
Tints of Slate Blue #6264DB
RGB
CMYK
RGB Variations
Color information
#6264DB (or 0x6264DB) is known color: Slate Blue. HEX triplet: 62, 64 and DB. RGB value is (98,100,219). Sum of RGB (Red+Green+Blue) = 98+100+219=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #6264DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264DB is #9D9B24. Grayscale: #707070. Windows color (decimal): -10328869 or 14378082. OLE color: 14378082.
HSL color Cylindrical-coordinate representation of color #6264DB: hue angle of 239.01º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6264DB is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 100 | 219 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.14 |
| HSL | 239.01º | 0.63% | 0.62% | - |
| HSV(B) | 239.01º | 0.55% | 0.86% | - |
| XYZ | 22.38 | 16.83 | 69.09 | - |
| YUV | 112.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 219 | 0.55 | 0.54 | 0 | 0.14 | 239.01 | 0.63 | 0.62 |
| Hex | 62 | 64 | DB | 37 | 36 | 0 | E | EF | 3F | 3E |
| Octal | 142 | 144 | 333 | 67 | 66 | 0 | 16 | 357 | 77 | 76 |
| Binary | 1100010 | 1100100 | 11011011 | 110111 | 110110 | 0 | 1110 | 11101111 | 111111 | 111110 |
Color Harmonies of #6264DB
Complementary color
Monochromatic Colors of #6264DB
Black with #6264DB
Text Example
Text Example
White with #6264DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264DB; }
p { color: rgb(98,100,219); }
H1.HeaderClassName
{
color: #6264DB;
}
.AnyTagClassName
{
color: #6264DB;
}
</style>
background-color css
<style>
a { background-color: #6264DB; }
a { background-color: rgb(98,100,219); }
div.DivClassName
{
background-color: #6264DB;
}
.BgClassName
{
background-color: #6264DB;
}
</style>
border-color css
<style>
span { border-color: #6264DB; }
span { border-color: rgb(98,100,219); }
td.TdClassName
{
border-color: #6264DB;
}
.TagClassName
{
border-color: #6264DB;
}
</style>