Shades of Slate Blue #6653CB
Tints of Slate Blue #6653CB
RGB
CMYK
RGB Variations
Color information
#6653CB (or 0x6653CB) is known color: Slate Blue. HEX triplet: 66, 53 and CB. RGB value is (102,83,203). Sum of RGB (Red+Green+Blue) = 102+83+203=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #6653CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653CB is #99AC34. Grayscale: #656565. Windows color (decimal): -10071093 or 13325158. OLE color: 13325158.
HSL color Cylindrical-coordinate representation of color #6653CB: hue angle of 249.5º 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 #6653CB is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 83 | 203 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.20 |
| HSL | 249.5º | 0.54% | 0.56% | - |
| HSV(B) | 249.5º | 0.59% | 0.8% | - |
| XYZ | 19.35 | 13.32 | 58.05 | - |
| YUV | 102.36 | 184.79 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 203 | 0.50 | 0.59 | 0 | 0.20 | 249.5 | 0.54 | 0.56 |
| Hex | 66 | 53 | CB | 32 | 3B | 0 | 14 | FA | 36 | 38 |
| Octal | 146 | 123 | 313 | 62 | 73 | 0 | 24 | 372 | 66 | 70 |
| Binary | 1100110 | 1010011 | 11001011 | 110010 | 111011 | 0 | 10100 | 11111010 | 110110 | 111000 |
Color Harmonies of #6653CB
Complementary color
Monochromatic Colors of #6653CB
Black with #6653CB
Text Example
Text Example
White with #6653CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6653CB; }
p { color: rgb(102,83,203); }
H1.HeaderClassName
{
color: #6653CB;
}
.AnyTagClassName
{
color: #6653CB;
}
</style>
background-color css
<style>
a { background-color: #6653CB; }
a { background-color: rgb(102,83,203); }
div.DivClassName
{
background-color: #6653CB;
}
.BgClassName
{
background-color: #6653CB;
}
</style>
border-color css
<style>
span { border-color: #6653CB; }
span { border-color: rgb(102,83,203); }
td.TdClassName
{
border-color: #6653CB;
}
.TagClassName
{
border-color: #6653CB;
}
</style>