Shades of Slate Blue #6345CC
Tints of Slate Blue #6345CC
RGB
CMYK
RGB Variations
Color information
#6345CC (or 0x6345CC) is known color: Slate Blue. HEX triplet: 63, 45 and CC. RGB value is (99,69,204). Sum of RGB (Red+Green+Blue) = 99+69+204=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #6345CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6345CC is #9CBA33. Grayscale: #5C5C5C. Windows color (decimal): -10271284 or 13387107. OLE color: 13387107.
HSL color Cylindrical-coordinate representation of color #6345CC: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6345CC is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 69 | 204 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.2 |
| HSL | 253.33º | 0.57% | 0.54% | - |
| HSV(B) | 253.33º | 0.66% | 0.8% | - |
| XYZ | 18.17 | 11.27 | 58.34 | - |
| YUV | 93.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 204 | 0.51 | 0.66 | 0 | 0.2 | 253.33 | 0.57 | 0.54 |
| Hex | 63 | 45 | CC | 33 | 42 | 0 | 14 | FD | 39 | 36 |
| Octal | 143 | 105 | 314 | 63 | 102 | 0 | 24 | 375 | 71 | 66 |
| Binary | 1100011 | 1000101 | 11001100 | 110011 | 1000010 | 0 | 10100 | 11111101 | 111001 | 110110 |
Color Harmonies of #6345CC
Complementary color
Monochromatic Colors of #6345CC
Black with #6345CC
Text Example
Text Example
White with #6345CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6345CC; }
p { color: rgb(99,69,204); }
H1.HeaderClassName
{
color: #6345CC;
}
.AnyTagClassName
{
color: #6345CC;
}
</style>
background-color css
<style>
a { background-color: #6345CC; }
a { background-color: rgb(99,69,204); }
div.DivClassName
{
background-color: #6345CC;
}
.BgClassName
{
background-color: #6345CC;
}
</style>
border-color css
<style>
span { border-color: #6345CC; }
span { border-color: rgb(99,69,204); }
td.TdClassName
{
border-color: #6345CC;
}
.TagClassName
{
border-color: #6345CC;
}
</style>