Shades of Slate Blue #6657C2
Tints of Slate Blue #6657C2
RGB
CMYK
RGB Variations
Color information
#6657C2 (or 0x6657C2) is known color: Slate Blue. HEX triplet: 66, 57 and C2. RGB value is (102,87,194). Sum of RGB (Red+Green+Blue) = 102+87+194=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #6657C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6657C2 is #99A83D. Grayscale: #676767. Windows color (decimal): -10070078 or 12736358. OLE color: 12736358.
HSL color Cylindrical-coordinate representation of color #6657C2: hue angle of 248.41º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6657C2 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 87 | 194 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.24 |
| HSL | 248.41º | 0.47% | 0.55% | - |
| HSV(B) | 248.41º | 0.55% | 0.76% | - |
| XYZ | 18.63 | 13.54 | 52.67 | - |
| YUV | 103.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 194 | 0.47 | 0.55 | 0 | 0.24 | 248.41 | 0.47 | 0.55 |
| Hex | 66 | 57 | C2 | 2F | 37 | 0 | 18 | F8 | 2F | 37 |
| Octal | 146 | 127 | 302 | 57 | 67 | 0 | 30 | 370 | 57 | 67 |
| Binary | 1100110 | 1010111 | 11000010 | 101111 | 110111 | 0 | 11000 | 11111000 | 101111 | 110111 |
Color Harmonies of #6657C2
Complementary color
Monochromatic Colors of #6657C2
Black with #6657C2
Text Example
Text Example
White with #6657C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6657C2; }
p { color: rgb(102,87,194); }
H1.HeaderClassName
{
color: #6657C2;
}
.AnyTagClassName
{
color: #6657C2;
}
</style>
background-color css
<style>
a { background-color: #6657C2; }
a { background-color: rgb(102,87,194); }
div.DivClassName
{
background-color: #6657C2;
}
.BgClassName
{
background-color: #6657C2;
}
</style>
border-color css
<style>
span { border-color: #6657C2; }
span { border-color: rgb(102,87,194); }
td.TdClassName
{
border-color: #6657C2;
}
.TagClassName
{
border-color: #6657C2;
}
</style>