Shades of Slate Blue #6345CD
Tints of Slate Blue #6345CD
RGB
CMYK
RGB Variations
Color information
#6345CD (or 0x6345CD) is known color: Slate Blue. HEX triplet: 63, 45 and CD. RGB value is (99,69,205). Sum of RGB (Red+Green+Blue) = 99+69+205=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #6345CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6345CD is #9CBA32. Grayscale: #5C5C5C. Windows color (decimal): -10271283 or 13452643. OLE color: 13452643.
HSL color Cylindrical-coordinate representation of color #6345CD: hue angle of 253.24º degrees, saturation: 0.58, 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 #6345CD is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 69 | 205 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.20 |
| HSL | 253.24º | 0.58% | 0.54% | - |
| HSV(B) | 253.24º | 0.66% | 0.8% | - |
| XYZ | 18.29 | 11.32 | 58.98 | - |
| YUV | 93.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 205 | 0.52 | 0.66 | 0 | 0.20 | 253.24 | 0.58 | 0.54 |
| Hex | 63 | 45 | CD | 34 | 42 | 0 | 14 | FD | 3A | 36 |
| Octal | 143 | 105 | 315 | 64 | 102 | 0 | 24 | 375 | 72 | 66 |
| Binary | 1100011 | 1000101 | 11001101 | 110100 | 1000010 | 0 | 10100 | 11111101 | 111010 | 110110 |
Color Harmonies of #6345CD
Complementary color
Monochromatic Colors of #6345CD
Black with #6345CD
Text Example
Text Example
White with #6345CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6345CD; }
p { color: rgb(99,69,205); }
H1.HeaderClassName
{
color: #6345CD;
}
.AnyTagClassName
{
color: #6345CD;
}
</style>
background-color css
<style>
a { background-color: #6345CD; }
a { background-color: rgb(99,69,205); }
div.DivClassName
{
background-color: #6345CD;
}
.BgClassName
{
background-color: #6345CD;
}
</style>
border-color css
<style>
span { border-color: #6345CD; }
span { border-color: rgb(99,69,205); }
td.TdClassName
{
border-color: #6345CD;
}
.TagClassName
{
border-color: #6345CD;
}
</style>