Shades of Slate Blue #6267D6
Tints of Slate Blue #6267D6
RGB
CMYK
RGB Variations
Color information
#6267D6 (or 0x6267D6) is known color: Slate Blue. HEX triplet: 62, 67 and D6. RGB value is (98,103,214). Sum of RGB (Red+Green+Blue) = 98+103+214=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #6267D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267D6 is #9D9829. Grayscale: #717171. Windows color (decimal): -10328106 or 14051170. OLE color: 14051170.
HSL color Cylindrical-coordinate representation of color #6267D6: hue angle of 237.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6267D6 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 103 | 214 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.16 |
| HSL | 237.41º | 0.59% | 0.61% | - |
| HSV(B) | 237.41º | 0.54% | 0.84% | - |
| XYZ | 22.02 | 17.15 | 65.77 | - |
| YUV | 114.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 214 | 0.54 | 0.52 | 0 | 0.16 | 237.41 | 0.59 | 0.61 |
| Hex | 62 | 67 | D6 | 36 | 34 | 0 | 10 | ED | 3B | 3D |
| Octal | 142 | 147 | 326 | 66 | 64 | 0 | 20 | 355 | 73 | 75 |
| Binary | 1100010 | 1100111 | 11010110 | 110110 | 110100 | 0 | 10000 | 11101101 | 111011 | 111101 |
Color Harmonies of #6267D6
Complementary color
Monochromatic Colors of #6267D6
Black with #6267D6
Text Example
Text Example
White with #6267D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6267D6; }
p { color: rgb(98,103,214); }
H1.HeaderClassName
{
color: #6267D6;
}
.AnyTagClassName
{
color: #6267D6;
}
</style>
background-color css
<style>
a { background-color: #6267D6; }
a { background-color: rgb(98,103,214); }
div.DivClassName
{
background-color: #6267D6;
}
.BgClassName
{
background-color: #6267D6;
}
</style>
border-color css
<style>
span { border-color: #6267D6; }
span { border-color: rgb(98,103,214); }
td.TdClassName
{
border-color: #6267D6;
}
.TagClassName
{
border-color: #6267D6;
}
</style>