Shades of Slate Blue #6266DF
Tints of Slate Blue #6266DF
RGB
CMYK
RGB Variations
Color information
#6266DF (or 0x6266DF) is known color: Slate Blue. HEX triplet: 62, 66 and DF. RGB value is (98,102,223). Sum of RGB (Red+Green+Blue) = 98+102+223=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6266DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266DF is #9D9920. Grayscale: #727272. Windows color (decimal): -10328353 or 14640738. OLE color: 14640738.
HSL color Cylindrical-coordinate representation of color #6266DF: hue angle of 238.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6266DF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 102 | 223 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.13 |
| HSL | 238.08º | 0.66% | 0.63% | - |
| HSV(B) | 238.08º | 0.56% | 0.87% | - |
| XYZ | 23.11 | 17.43 | 71.96 | - |
| YUV | 114.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 223 | 0.56 | 0.54 | 0 | 0.13 | 238.08 | 0.66 | 0.63 |
| Hex | 62 | 66 | DF | 38 | 36 | 0 | D | EE | 42 | 3F |
| Octal | 142 | 146 | 337 | 70 | 66 | 0 | 15 | 356 | 102 | 77 |
| Binary | 1100010 | 1100110 | 11011111 | 111000 | 110110 | 0 | 1101 | 11101110 | 1000010 | 111111 |
Color Harmonies of #6266DF
Complementary color
Monochromatic Colors of #6266DF
Black with #6266DF
Text Example
Text Example
White with #6266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266DF; }
p { color: rgb(98,102,223); }
H1.HeaderClassName
{
color: #6266DF;
}
.AnyTagClassName
{
color: #6266DF;
}
</style>
background-color css
<style>
a { background-color: #6266DF; }
a { background-color: rgb(98,102,223); }
div.DivClassName
{
background-color: #6266DF;
}
.BgClassName
{
background-color: #6266DF;
}
</style>
border-color css
<style>
span { border-color: #6266DF; }
span { border-color: rgb(98,102,223); }
td.TdClassName
{
border-color: #6266DF;
}
.TagClassName
{
border-color: #6266DF;
}
</style>