Shades of Slate Blue #6245CC
Tints of Slate Blue #6245CC
RGB
CMYK
RGB Variations
Color information
#6245CC (or 0x6245CC) is known color: Slate Blue. HEX triplet: 62, 45 and CC. RGB value is (98,69,204). Sum of RGB (Red+Green+Blue) = 98+69+204=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6245CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245CC is #9DBA33. Grayscale: #5C5C5C. Windows color (decimal): -10336820 or 13387106. OLE color: 13387106.
HSL color Cylindrical-coordinate representation of color #6245CC: hue angle of 252.89º 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 #6245CC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 69 | 204 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.2 |
| HSL | 252.89º | 0.57% | 0.54% | - |
| HSV(B) | 252.89º | 0.66% | 0.8% | - |
| XYZ | 18.06 | 11.21 | 58.34 | - |
| YUV | 93.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 204 | 0.52 | 0.66 | 0 | 0.2 | 252.89 | 0.57 | 0.54 |
| Hex | 62 | 45 | CC | 34 | 42 | 0 | 14 | FD | 39 | 36 |
| Octal | 142 | 105 | 314 | 64 | 102 | 0 | 24 | 375 | 71 | 66 |
| Binary | 1100010 | 1000101 | 11001100 | 110100 | 1000010 | 0 | 10100 | 11111101 | 111001 | 110110 |
Color Harmonies of #6245CC
Complementary color
Monochromatic Colors of #6245CC
Black with #6245CC
Text Example
Text Example
White with #6245CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6245CC; }
p { color: rgb(98,69,204); }
H1.HeaderClassName
{
color: #6245CC;
}
.AnyTagClassName
{
color: #6245CC;
}
</style>
background-color css
<style>
a { background-color: #6245CC; }
a { background-color: rgb(98,69,204); }
div.DivClassName
{
background-color: #6245CC;
}
.BgClassName
{
background-color: #6245CC;
}
</style>
border-color css
<style>
span { border-color: #6245CC; }
span { border-color: rgb(98,69,204); }
td.TdClassName
{
border-color: #6245CC;
}
.TagClassName
{
border-color: #6245CC;
}
</style>