Shades of Slate Blue #6264CE
Tints of Slate Blue #6264CE
RGB
CMYK
RGB Variations
Color information
#6264CE (or 0x6264CE) is known color: Slate Blue. HEX triplet: 62, 64 and CE. RGB value is (98,100,206). Sum of RGB (Red+Green+Blue) = 98+100+206=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6264CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264CE is #9D9B31. Grayscale: #6F6F6F. Windows color (decimal): -10328882 or 13526114. OLE color: 13526114.
HSL color Cylindrical-coordinate representation of color #6264CE: hue angle of 238.89º 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 #6264CE is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 100 | 206 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.19 |
| HSL | 238.89º | 0.52% | 0.6% | - |
| HSV(B) | 238.89º | 0.52% | 0.81% | - |
| XYZ | 20.73 | 16.17 | 60.42 | - |
| YUV | 111.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 206 | 0.52 | 0.51 | 0 | 0.19 | 238.89 | 0.52 | 0.6 |
| Hex | 62 | 64 | CE | 34 | 33 | 0 | 13 | EF | 34 | 3C |
| Octal | 142 | 144 | 316 | 64 | 63 | 0 | 23 | 357 | 64 | 74 |
| Binary | 1100010 | 1100100 | 11001110 | 110100 | 110011 | 0 | 10011 | 11101111 | 110100 | 111100 |
Color Harmonies of #6264CE
Complementary color
Monochromatic Colors of #6264CE
Black with #6264CE
Text Example
Text Example
White with #6264CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264CE; }
p { color: rgb(98,100,206); }
H1.HeaderClassName
{
color: #6264CE;
}
.AnyTagClassName
{
color: #6264CE;
}
</style>
background-color css
<style>
a { background-color: #6264CE; }
a { background-color: rgb(98,100,206); }
div.DivClassName
{
background-color: #6264CE;
}
.BgClassName
{
background-color: #6264CE;
}
</style>
border-color css
<style>
span { border-color: #6264CE; }
span { border-color: rgb(98,100,206); }
td.TdClassName
{
border-color: #6264CE;
}
.TagClassName
{
border-color: #6264CE;
}
</style>