Shades of Slate Blue #6342CC
Tints of Slate Blue #6342CC
RGB
CMYK
RGB Variations
Color information
#6342CC (or 0x6342CC) is known color: Slate Blue. HEX triplet: 63, 42 and CC. RGB value is (99,66,204). Sum of RGB (Red+Green+Blue) = 99+66+204=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #6342CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6342CC is #9CBD33. Grayscale: #5B5B5B. Windows color (decimal): -10272052 or 13386339. OLE color: 13386339.
HSL color Cylindrical-coordinate representation of color #6342CC: hue angle of 254.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6342CC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 66 | 204 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.2 |
| HSL | 254.35º | 0.58% | 0.53% | - |
| HSV(B) | 254.35º | 0.68% | 0.8% | - |
| XYZ | 17.99 | 10.91 | 58.28 | - |
| YUV | 91.6 | 191.43 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 204 | 0.51 | 0.68 | 0 | 0.2 | 254.35 | 0.58 | 0.53 |
| Hex | 63 | 42 | CC | 33 | 44 | 0 | 14 | FE | 3A | 35 |
| Octal | 143 | 102 | 314 | 63 | 104 | 0 | 24 | 376 | 72 | 65 |
| Binary | 1100011 | 1000010 | 11001100 | 110011 | 1000100 | 0 | 10100 | 11111110 | 111010 | 110101 |
Color Harmonies of #6342CC
Complementary color
Monochromatic Colors of #6342CC
Black with #6342CC
Text Example
Text Example
White with #6342CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342CC; }
p { color: rgb(99,66,204); }
H1.HeaderClassName
{
color: #6342CC;
}
.AnyTagClassName
{
color: #6342CC;
}
</style>
background-color css
<style>
a { background-color: #6342CC; }
a { background-color: rgb(99,66,204); }
div.DivClassName
{
background-color: #6342CC;
}
.BgClassName
{
background-color: #6342CC;
}
</style>
border-color css
<style>
span { border-color: #6342CC; }
span { border-color: rgb(99,66,204); }
td.TdClassName
{
border-color: #6342CC;
}
.TagClassName
{
border-color: #6342CC;
}
</style>