Shades of Slate Blue #6267DB
Tints of Slate Blue #6267DB
RGB
CMYK
RGB Variations
Color information
#6267DB (or 0x6267DB) is known color: Slate Blue. HEX triplet: 62, 67 and DB. RGB value is (98,103,219). Sum of RGB (Red+Green+Blue) = 98+103+219=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6267DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267DB is #9D9824. Grayscale: #727272. Windows color (decimal): -10328101 or 14378850. OLE color: 14378850.
HSL color Cylindrical-coordinate representation of color #6267DB: hue angle of 237.52º 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 #6267DB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 103 | 219 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.14 |
| HSL | 237.52º | 0.63% | 0.62% | - |
| HSV(B) | 237.52º | 0.55% | 0.86% | - |
| XYZ | 22.67 | 17.41 | 69.18 | - |
| YUV | 114.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 219 | 0.55 | 0.53 | 0 | 0.14 | 237.52 | 0.63 | 0.62 |
| Hex | 62 | 67 | DB | 37 | 35 | 0 | E | EE | 3F | 3E |
| Octal | 142 | 147 | 333 | 67 | 65 | 0 | 16 | 356 | 77 | 76 |
| Binary | 1100010 | 1100111 | 11011011 | 110111 | 110101 | 0 | 1110 | 11101110 | 111111 | 111110 |
Color Harmonies of #6267DB
Complementary color
Monochromatic Colors of #6267DB
Black with #6267DB
Text Example
Text Example
White with #6267DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6267DB; }
p { color: rgb(98,103,219); }
H1.HeaderClassName
{
color: #6267DB;
}
.AnyTagClassName
{
color: #6267DB;
}
</style>
background-color css
<style>
a { background-color: #6267DB; }
a { background-color: rgb(98,103,219); }
div.DivClassName
{
background-color: #6267DB;
}
.BgClassName
{
background-color: #6267DB;
}
</style>
border-color css
<style>
span { border-color: #6267DB; }
span { border-color: rgb(98,103,219); }
td.TdClassName
{
border-color: #6267DB;
}
.TagClassName
{
border-color: #6267DB;
}
</style>