Shades of Slate Blue #6268CD
Tints of Slate Blue #6268CD
RGB
CMYK
RGB Variations
Color information
#6268CD (or 0x6268CD) is known color: Slate Blue. HEX triplet: 62, 68 and CD. RGB value is (98,104,205). Sum of RGB (Red+Green+Blue) = 98+104+205=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #6268CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6268CD is #9D9732. Grayscale: #717171. Windows color (decimal): -10327859 or 13461602. OLE color: 13461602.
HSL color Cylindrical-coordinate representation of color #6268CD: hue angle of 236.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6268CD is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 104 | 205 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.20 |
| HSL | 236.64º | 0.52% | 0.59% | - |
| HSV(B) | 236.64º | 0.52% | 0.8% | - |
| XYZ | 21.01 | 16.91 | 59.91 | - |
| YUV | 113.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 205 | 0.52 | 0.49 | 0 | 0.20 | 236.64 | 0.52 | 0.59 |
| Hex | 62 | 68 | CD | 34 | 31 | 0 | 14 | ED | 34 | 3B |
| Octal | 142 | 150 | 315 | 64 | 61 | 0 | 24 | 355 | 64 | 73 |
| Binary | 1100010 | 1101000 | 11001101 | 110100 | 110001 | 0 | 10100 | 11101101 | 110100 | 111011 |
Color Harmonies of #6268CD
Complementary color
Monochromatic Colors of #6268CD
Black with #6268CD
Text Example
Text Example
White with #6268CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6268CD; }
p { color: rgb(98,104,205); }
H1.HeaderClassName
{
color: #6268CD;
}
.AnyTagClassName
{
color: #6268CD;
}
</style>
background-color css
<style>
a { background-color: #6268CD; }
a { background-color: rgb(98,104,205); }
div.DivClassName
{
background-color: #6268CD;
}
.BgClassName
{
background-color: #6268CD;
}
</style>
border-color css
<style>
span { border-color: #6268CD; }
span { border-color: rgb(98,104,205); }
td.TdClassName
{
border-color: #6268CD;
}
.TagClassName
{
border-color: #6268CD;
}
</style>