Shades of Slate Blue #665BC1
Tints of Slate Blue #665BC1
RGB
CMYK
RGB Variations
Color information
#665BC1 (or 0x665BC1) is known color: Slate Blue. HEX triplet: 66, 5B and C1. RGB value is (102,91,193). Sum of RGB (Red+Green+Blue) = 102+91+193=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #665BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BC1 is #99A43E. Grayscale: #696969. Windows color (decimal): -10069055 or 12671846. OLE color: 12671846.
HSL color Cylindrical-coordinate representation of color #665BC1: hue angle of 246.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665BC1 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 91 | 193 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.24 |
| HSL | 246.47º | 0.45% | 0.56% | - |
| HSV(B) | 246.47º | 0.53% | 0.76% | - |
| XYZ | 18.85 | 14.16 | 52.19 | - |
| YUV | 105.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 193 | 0.47 | 0.53 | 0 | 0.24 | 246.47 | 0.45 | 0.56 |
| Hex | 66 | 5B | C1 | 2F | 35 | 0 | 18 | F6 | 2D | 38 |
| Octal | 146 | 133 | 301 | 57 | 65 | 0 | 30 | 366 | 55 | 70 |
| Binary | 1100110 | 1011011 | 11000001 | 101111 | 110101 | 0 | 11000 | 11110110 | 101101 | 111000 |
Color Harmonies of #665BC1
Complementary color
Monochromatic Colors of #665BC1
Black with #665BC1
Text Example
Text Example
White with #665BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BC1; }
p { color: rgb(102,91,193); }
H1.HeaderClassName
{
color: #665BC1;
}
.AnyTagClassName
{
color: #665BC1;
}
</style>
background-color css
<style>
a { background-color: #665BC1; }
a { background-color: rgb(102,91,193); }
div.DivClassName
{
background-color: #665BC1;
}
.BgClassName
{
background-color: #665BC1;
}
</style>
border-color css
<style>
span { border-color: #665BC1; }
span { border-color: rgb(102,91,193); }
td.TdClassName
{
border-color: #665BC1;
}
.TagClassName
{
border-color: #665BC1;
}
</style>