Shades of Slate Blue #6268DF
Tints of Slate Blue #6268DF
RGB
CMYK
RGB Variations
Color information
#6268DF (or 0x6268DF) is known color: Slate Blue. HEX triplet: 62, 68 and DF. RGB value is (98,104,223). Sum of RGB (Red+Green+Blue) = 98+104+223=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #6268DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6268DF is #9D9720. Grayscale: #737373. Windows color (decimal): -10327841 or 14641250. OLE color: 14641250.
HSL color Cylindrical-coordinate representation of color #6268DF: hue angle of 237.12º 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 #6268DF is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 104 | 223 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.13 |
| HSL | 237.12º | 0.66% | 0.63% | - |
| HSV(B) | 237.12º | 0.56% | 0.87% | - |
| XYZ | 23.31 | 17.83 | 72.02 | - |
| YUV | 115.77 | 188.51 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 223 | 0.56 | 0.53 | 0 | 0.13 | 237.12 | 0.66 | 0.63 |
| Hex | 62 | 68 | DF | 38 | 35 | 0 | D | ED | 42 | 3F |
| Octal | 142 | 150 | 337 | 70 | 65 | 0 | 15 | 355 | 102 | 77 |
| Binary | 1100010 | 1101000 | 11011111 | 111000 | 110101 | 0 | 1101 | 11101101 | 1000010 | 111111 |
Color Harmonies of #6268DF
Complementary color
Monochromatic Colors of #6268DF
Black with #6268DF
Text Example
Text Example
White with #6268DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6268DF; }
p { color: rgb(98,104,223); }
H1.HeaderClassName
{
color: #6268DF;
}
.AnyTagClassName
{
color: #6268DF;
}
</style>
background-color css
<style>
a { background-color: #6268DF; }
a { background-color: rgb(98,104,223); }
div.DivClassName
{
background-color: #6268DF;
}
.BgClassName
{
background-color: #6268DF;
}
</style>
border-color css
<style>
span { border-color: #6268DF; }
span { border-color: rgb(98,104,223); }
td.TdClassName
{
border-color: #6268DF;
}
.TagClassName
{
border-color: #6268DF;
}
</style>