Shades of Slate Blue #6657CB
Tints of Slate Blue #6657CB
RGB
CMYK
RGB Variations
Color information
#6657CB (or 0x6657CB) is known color: Slate Blue. HEX triplet: 66, 57 and CB. RGB value is (102,87,203). Sum of RGB (Red+Green+Blue) = 102+87+203=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #6657CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6657CB is #99A834. Grayscale: #686868. Windows color (decimal): -10070069 or 13326182. OLE color: 13326182.
HSL color Cylindrical-coordinate representation of color #6657CB: hue angle of 247.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6657CB is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 87 | 203 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.20 |
| HSL | 247.76º | 0.53% | 0.57% | - |
| HSV(B) | 247.76º | 0.57% | 0.8% | - |
| XYZ | 19.67 | 13.95 | 58.16 | - |
| YUV | 104.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 203 | 0.50 | 0.57 | 0 | 0.20 | 247.76 | 0.53 | 0.57 |
| Hex | 66 | 57 | CB | 32 | 39 | 0 | 14 | F8 | 35 | 39 |
| Octal | 146 | 127 | 313 | 62 | 71 | 0 | 24 | 370 | 65 | 71 |
| Binary | 1100110 | 1010111 | 11001011 | 110010 | 111001 | 0 | 10100 | 11111000 | 110101 | 111001 |
Color Harmonies of #6657CB
Complementary color
Monochromatic Colors of #6657CB
Black with #6657CB
Text Example
Text Example
White with #6657CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6657CB; }
p { color: rgb(102,87,203); }
H1.HeaderClassName
{
color: #6657CB;
}
.AnyTagClassName
{
color: #6657CB;
}
</style>
background-color css
<style>
a { background-color: #6657CB; }
a { background-color: rgb(102,87,203); }
div.DivClassName
{
background-color: #6657CB;
}
.BgClassName
{
background-color: #6657CB;
}
</style>
border-color css
<style>
span { border-color: #6657CB; }
span { border-color: rgb(102,87,203); }
td.TdClassName
{
border-color: #6657CB;
}
.TagClassName
{
border-color: #6657CB;
}
</style>