Shades of Slate Blue #6654CB
Tints of Slate Blue #6654CB
RGB
CMYK
RGB Variations
Color information
#6654CB (or 0x6654CB) is known color: Slate Blue. HEX triplet: 66, 54 and CB. RGB value is (102,84,203). Sum of RGB (Red+Green+Blue) = 102+84+203=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #6654CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6654CB is #99AB34. Grayscale: #666666. Windows color (decimal): -10070837 or 13325414. OLE color: 13325414.
HSL color Cylindrical-coordinate representation of color #6654CB: hue angle of 249.08º degrees, saturation: 0.53, 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 #6654CB is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 84 | 203 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.20 |
| HSL | 249.08º | 0.53% | 0.56% | - |
| HSV(B) | 249.08º | 0.59% | 0.8% | - |
| XYZ | 19.43 | 13.48 | 58.08 | - |
| YUV | 102.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 203 | 0.50 | 0.59 | 0 | 0.20 | 249.08 | 0.53 | 0.56 |
| Hex | 66 | 54 | CB | 32 | 3B | 0 | 14 | F9 | 35 | 38 |
| Octal | 146 | 124 | 313 | 62 | 73 | 0 | 24 | 371 | 65 | 70 |
| Binary | 1100110 | 1010100 | 11001011 | 110010 | 111011 | 0 | 10100 | 11111001 | 110101 | 111000 |
Color Harmonies of #6654CB
Complementary color
Monochromatic Colors of #6654CB
Black with #6654CB
Text Example
Text Example
White with #6654CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6654CB; }
p { color: rgb(102,84,203); }
H1.HeaderClassName
{
color: #6654CB;
}
.AnyTagClassName
{
color: #6654CB;
}
</style>
background-color css
<style>
a { background-color: #6654CB; }
a { background-color: rgb(102,84,203); }
div.DivClassName
{
background-color: #6654CB;
}
.BgClassName
{
background-color: #6654CB;
}
</style>
border-color css
<style>
span { border-color: #6654CB; }
span { border-color: rgb(102,84,203); }
td.TdClassName
{
border-color: #6654CB;
}
.TagClassName
{
border-color: #6654CB;
}
</style>