Shades of Slate Blue #665FC1
Tints of Slate Blue #665FC1
RGB
CMYK
RGB Variations
Color information
#665FC1 (or 0x665FC1) is known color: Slate Blue. HEX triplet: 66, 5F and C1. RGB value is (102,95,193). Sum of RGB (Red+Green+Blue) = 102+95+193=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #665FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FC1 is #99A03E. Grayscale: #6B6B6B. Windows color (decimal): -10068031 or 12672870. OLE color: 12672870.
HSL color Cylindrical-coordinate representation of color #665FC1: hue angle of 244.29º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665FC1 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 95 | 193 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.24 |
| HSL | 244.29º | 0.44% | 0.56% | - |
| HSV(B) | 244.29º | 0.51% | 0.76% | - |
| XYZ | 19.2 | 14.86 | 52.31 | - |
| YUV | 108.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 193 | 0.47 | 0.51 | 0 | 0.24 | 244.29 | 0.44 | 0.56 |
| Hex | 66 | 5F | C1 | 2F | 33 | 0 | 18 | F4 | 2C | 38 |
| Octal | 146 | 137 | 301 | 57 | 63 | 0 | 30 | 364 | 54 | 70 |
| Binary | 1100110 | 1011111 | 11000001 | 101111 | 110011 | 0 | 11000 | 11110100 | 101100 | 111000 |
Color Harmonies of #665FC1
Complementary color
Monochromatic Colors of #665FC1
Black with #665FC1
Text Example
Text Example
White with #665FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FC1; }
p { color: rgb(102,95,193); }
H1.HeaderClassName
{
color: #665FC1;
}
.AnyTagClassName
{
color: #665FC1;
}
</style>
background-color css
<style>
a { background-color: #665FC1; }
a { background-color: rgb(102,95,193); }
div.DivClassName
{
background-color: #665FC1;
}
.BgClassName
{
background-color: #665FC1;
}
</style>
border-color css
<style>
span { border-color: #665FC1; }
span { border-color: rgb(102,95,193); }
td.TdClassName
{
border-color: #665FC1;
}
.TagClassName
{
border-color: #665FC1;
}
</style>