Shades of Slate Blue #6268CE
Tints of Slate Blue #6268CE
RGB
CMYK
RGB Variations
Color information
#6268CE (or 0x6268CE) is known color: Slate Blue. HEX triplet: 62, 68 and CE. RGB value is (98,104,206). Sum of RGB (Red+Green+Blue) = 98+104+206=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #6268CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6268CE is #9D9731. Grayscale: #717171. Windows color (decimal): -10327858 or 13527138. OLE color: 13527138.
HSL color Cylindrical-coordinate representation of color #6268CE: hue angle of 236.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6268CE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 104 | 206 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.19 |
| HSL | 236.67º | 0.52% | 0.6% | - |
| HSV(B) | 236.67º | 0.52% | 0.81% | - |
| XYZ | 21.13 | 16.95 | 60.55 | - |
| YUV | 113.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 206 | 0.52 | 0.50 | 0 | 0.19 | 236.67 | 0.52 | 0.6 |
| Hex | 62 | 68 | CE | 34 | 32 | 0 | 13 | ED | 34 | 3C |
| Octal | 142 | 150 | 316 | 64 | 62 | 0 | 23 | 355 | 64 | 74 |
| Binary | 1100010 | 1101000 | 11001110 | 110100 | 110010 | 0 | 10011 | 11101101 | 110100 | 111100 |
Color Harmonies of #6268CE
Complementary color
Monochromatic Colors of #6268CE
Black with #6268CE
Text Example
Text Example
White with #6268CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6268CE; }
p { color: rgb(98,104,206); }
H1.HeaderClassName
{
color: #6268CE;
}
.AnyTagClassName
{
color: #6268CE;
}
</style>
background-color css
<style>
a { background-color: #6268CE; }
a { background-color: rgb(98,104,206); }
div.DivClassName
{
background-color: #6268CE;
}
.BgClassName
{
background-color: #6268CE;
}
</style>
border-color css
<style>
span { border-color: #6268CE; }
span { border-color: rgb(98,104,206); }
td.TdClassName
{
border-color: #6268CE;
}
.TagClassName
{
border-color: #6268CE;
}
</style>