Shades of Slate Blue #6453CC
Tints of Slate Blue #6453CC
RGB
CMYK
RGB Variations
Color information
#6453CC (or 0x6453CC) is known color: Slate Blue. HEX triplet: 64, 53 and CC. RGB value is (100,83,204). Sum of RGB (Red+Green+Blue) = 100+83+204=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #6453CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6453CC is #9BAC33. Grayscale: #656565. Windows color (decimal): -10202164 or 13390692. OLE color: 13390692.
HSL color Cylindrical-coordinate representation of color #6453CC: hue angle of 248.43º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6453CC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 83 | 204 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.2 |
| HSL | 248.43º | 0.54% | 0.56% | - |
| HSV(B) | 248.43º | 0.59% | 0.8% | - |
| XYZ | 19.25 | 13.26 | 58.67 | - |
| YUV | 101.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 204 | 0.51 | 0.59 | 0 | 0.2 | 248.43 | 0.54 | 0.56 |
| Hex | 64 | 53 | CC | 33 | 3B | 0 | 14 | F8 | 36 | 38 |
| Octal | 144 | 123 | 314 | 63 | 73 | 0 | 24 | 370 | 66 | 70 |
| Binary | 1100100 | 1010011 | 11001100 | 110011 | 111011 | 0 | 10100 | 11111000 | 110110 | 111000 |
Color Harmonies of #6453CC
Complementary color
Monochromatic Colors of #6453CC
Black with #6453CC
Text Example
Text Example
White with #6453CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6453CC; }
p { color: rgb(100,83,204); }
H1.HeaderClassName
{
color: #6453CC;
}
.AnyTagClassName
{
color: #6453CC;
}
</style>
background-color css
<style>
a { background-color: #6453CC; }
a { background-color: rgb(100,83,204); }
div.DivClassName
{
background-color: #6453CC;
}
.BgClassName
{
background-color: #6453CC;
}
</style>
border-color css
<style>
span { border-color: #6453CC; }
span { border-color: rgb(100,83,204); }
td.TdClassName
{
border-color: #6453CC;
}
.TagClassName
{
border-color: #6453CC;
}
</style>