Shades of Slate Blue #6264CC
Tints of Slate Blue #6264CC
RGB
CMYK
RGB Variations
Color information
#6264CC (or 0x6264CC) is known color: Slate Blue. HEX triplet: 62, 64 and CC. RGB value is (98,100,204). Sum of RGB (Red+Green+Blue) = 98+100+204=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #6264CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264CC is #9D9B33. Grayscale: #6E6E6E. Windows color (decimal): -10328884 or 13395042. OLE color: 13395042.
HSL color Cylindrical-coordinate representation of color #6264CC: hue angle of 238.87º degrees, saturation: 0.51, 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 #6264CC is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 100 | 204 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.2 |
| HSL | 238.87º | 0.51% | 0.59% | - |
| HSV(B) | 238.87º | 0.52% | 0.8% | - |
| XYZ | 20.49 | 16.07 | 59.15 | - |
| YUV | 111.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 204 | 0.52 | 0.51 | 0 | 0.2 | 238.87 | 0.51 | 0.59 |
| Hex | 62 | 64 | CC | 34 | 33 | 0 | 14 | EF | 33 | 3B |
| Octal | 142 | 144 | 314 | 64 | 63 | 0 | 24 | 357 | 63 | 73 |
| Binary | 1100010 | 1100100 | 11001100 | 110100 | 110011 | 0 | 10100 | 11101111 | 110011 | 111011 |
Color Harmonies of #6264CC
Complementary color
Monochromatic Colors of #6264CC
Black with #6264CC
Text Example
Text Example
White with #6264CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264CC; }
p { color: rgb(98,100,204); }
H1.HeaderClassName
{
color: #6264CC;
}
.AnyTagClassName
{
color: #6264CC;
}
</style>
background-color css
<style>
a { background-color: #6264CC; }
a { background-color: rgb(98,100,204); }
div.DivClassName
{
background-color: #6264CC;
}
.BgClassName
{
background-color: #6264CC;
}
</style>
border-color css
<style>
span { border-color: #6264CC; }
span { border-color: rgb(98,100,204); }
td.TdClassName
{
border-color: #6264CC;
}
.TagClassName
{
border-color: #6264CC;
}
</style>