Shades of Slate Blue #6362CC
Tints of Slate Blue #6362CC
RGB
CMYK
RGB Variations
Color information
#6362CC (or 0x6362CC) is known color: Slate Blue. HEX triplet: 63, 62 and CC. RGB value is (99,98,204). Sum of RGB (Red+Green+Blue) = 99+98+204=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #6362CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6362CC is #9C9D33. Grayscale: #6D6D6D. Windows color (decimal): -10263860 or 13394531. OLE color: 13394531.
HSL color Cylindrical-coordinate representation of color #6362CC: hue angle of 240.57º 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 #6362CC is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 98 | 204 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.2 |
| HSL | 240.57º | 0.51% | 0.59% | - |
| HSV(B) | 240.57º | 0.52% | 0.8% | - |
| XYZ | 20.41 | 15.75 | 59.09 | - |
| YUV | 110.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 204 | 0.51 | 0.52 | 0 | 0.2 | 240.57 | 0.51 | 0.59 |
| Hex | 63 | 62 | CC | 33 | 34 | 0 | 14 | F1 | 33 | 3B |
| Octal | 143 | 142 | 314 | 63 | 64 | 0 | 24 | 361 | 63 | 73 |
| Binary | 1100011 | 1100010 | 11001100 | 110011 | 110100 | 0 | 10100 | 11110001 | 110011 | 111011 |
Color Harmonies of #6362CC
Complementary color
Monochromatic Colors of #6362CC
Black with #6362CC
Text Example
Text Example
White with #6362CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6362CC; }
p { color: rgb(99,98,204); }
H1.HeaderClassName
{
color: #6362CC;
}
.AnyTagClassName
{
color: #6362CC;
}
</style>
background-color css
<style>
a { background-color: #6362CC; }
a { background-color: rgb(99,98,204); }
div.DivClassName
{
background-color: #6362CC;
}
.BgClassName
{
background-color: #6362CC;
}
</style>
border-color css
<style>
span { border-color: #6362CC; }
span { border-color: rgb(99,98,204); }
td.TdClassName
{
border-color: #6362CC;
}
.TagClassName
{
border-color: #6362CC;
}
</style>