Shades of Slate Blue #6663CB
Tints of Slate Blue #6663CB
RGB
CMYK
RGB Variations
Color information
#6663CB (or 0x6663CB) is known color: Slate Blue. HEX triplet: 66, 63 and CB. RGB value is (102,99,203). Sum of RGB (Red+Green+Blue) = 102+99+203=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #6663CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6663CB is #999C34. Grayscale: #6F6F6F. Windows color (decimal): -10066997 or 13329254. OLE color: 13329254.
HSL color Cylindrical-coordinate representation of color #6663CB: hue angle of 241.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6663CB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 99 | 203 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.20 |
| HSL | 241.73º | 0.5% | 0.59% | - |
| HSV(B) | 241.73º | 0.51% | 0.8% | - |
| XYZ | 20.72 | 16.06 | 58.51 | - |
| YUV | 111.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 203 | 0.50 | 0.51 | 0 | 0.20 | 241.73 | 0.5 | 0.59 |
| Hex | 66 | 63 | CB | 32 | 33 | 0 | 14 | F2 | 32 | 3B |
| Octal | 146 | 143 | 313 | 62 | 63 | 0 | 24 | 362 | 62 | 73 |
| Binary | 1100110 | 1100011 | 11001011 | 110010 | 110011 | 0 | 10100 | 11110010 | 110010 | 111011 |
Color Harmonies of #6663CB
Complementary color
Monochromatic Colors of #6663CB
Black with #6663CB
Text Example
Text Example
White with #6663CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6663CB; }
p { color: rgb(102,99,203); }
H1.HeaderClassName
{
color: #6663CB;
}
.AnyTagClassName
{
color: #6663CB;
}
</style>
background-color css
<style>
a { background-color: #6663CB; }
a { background-color: rgb(102,99,203); }
div.DivClassName
{
background-color: #6663CB;
}
.BgClassName
{
background-color: #6663CB;
}
</style>
border-color css
<style>
span { border-color: #6663CB; }
span { border-color: rgb(102,99,203); }
td.TdClassName
{
border-color: #6663CB;
}
.TagClassName
{
border-color: #6663CB;
}
</style>