Shades of Slate Blue #665BCB
Tints of Slate Blue #665BCB
RGB
CMYK
RGB Variations
Color information
#665BCB (or 0x665BCB) is known color: Slate Blue. HEX triplet: 66, 5B and CB. RGB value is (102,91,203). Sum of RGB (Red+Green+Blue) = 102+91+203=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #665BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BCB is #99A434. Grayscale: #6A6A6A. Windows color (decimal): -10069045 or 13327206. OLE color: 13327206.
HSL color Cylindrical-coordinate representation of color #665BCB: hue angle of 245.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665BCB is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 91 | 203 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.20 |
| HSL | 245.89º | 0.52% | 0.58% | - |
| HSV(B) | 245.89º | 0.55% | 0.8% | - |
| XYZ | 20 | 14.62 | 58.27 | - |
| YUV | 107.06 | 182.14 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 203 | 0.50 | 0.55 | 0 | 0.20 | 245.89 | 0.52 | 0.58 |
| Hex | 66 | 5B | CB | 32 | 37 | 0 | 14 | F6 | 34 | 3A |
| Octal | 146 | 133 | 313 | 62 | 67 | 0 | 24 | 366 | 64 | 72 |
| Binary | 1100110 | 1011011 | 11001011 | 110010 | 110111 | 0 | 10100 | 11110110 | 110100 | 111010 |
Color Harmonies of #665BCB
Complementary color
Monochromatic Colors of #665BCB
Black with #665BCB
Text Example
Text Example
White with #665BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BCB; }
p { color: rgb(102,91,203); }
H1.HeaderClassName
{
color: #665BCB;
}
.AnyTagClassName
{
color: #665BCB;
}
</style>
background-color css
<style>
a { background-color: #665BCB; }
a { background-color: rgb(102,91,203); }
div.DivClassName
{
background-color: #665BCB;
}
.BgClassName
{
background-color: #665BCB;
}
</style>
border-color css
<style>
span { border-color: #665BCB; }
span { border-color: rgb(102,91,203); }
td.TdClassName
{
border-color: #665BCB;
}
.TagClassName
{
border-color: #665BCB;
}
</style>