Shades of Slate Blue #6354DC
Tints of Slate Blue #6354DC
RGB
CMYK
RGB Variations
Color information
#6354DC (or 0x6354DC) is known color: Slate Blue. HEX triplet: 63, 54 and DC. RGB value is (99,84,220). Sum of RGB (Red+Green+Blue) = 99+84+220=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #6354DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6354DC is #9CAB23. Grayscale: #676767. Windows color (decimal): -10267428 or 14439523. OLE color: 14439523.
HSL color Cylindrical-coordinate representation of color #6354DC: hue angle of 246.62º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6354DC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 84 | 220 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.14 |
| HSL | 246.62º | 0.66% | 0.6% | - |
| HSV(B) | 246.62º | 0.62% | 0.86% | - |
| XYZ | 21.23 | 14.16 | 69.32 | - |
| YUV | 103.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 220 | 0.55 | 0.62 | 0 | 0.14 | 246.62 | 0.66 | 0.6 |
| Hex | 63 | 54 | DC | 37 | 3E | 0 | E | F7 | 42 | 3C |
| Octal | 143 | 124 | 334 | 67 | 76 | 0 | 16 | 367 | 102 | 74 |
| Binary | 1100011 | 1010100 | 11011100 | 110111 | 111110 | 0 | 1110 | 11110111 | 1000010 | 111100 |
Color Harmonies of #6354DC
Complementary color
Monochromatic Colors of #6354DC
Black with #6354DC
Text Example
Text Example
White with #6354DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6354DC; }
p { color: rgb(99,84,220); }
H1.HeaderClassName
{
color: #6354DC;
}
.AnyTagClassName
{
color: #6354DC;
}
</style>
background-color css
<style>
a { background-color: #6354DC; }
a { background-color: rgb(99,84,220); }
div.DivClassName
{
background-color: #6354DC;
}
.BgClassName
{
background-color: #6354DC;
}
</style>
border-color css
<style>
span { border-color: #6354DC; }
span { border-color: rgb(99,84,220); }
td.TdClassName
{
border-color: #6354DC;
}
.TagClassName
{
border-color: #6354DC;
}
</style>