Shades of Slate Blue #665FE2
Tints of Slate Blue #665FE2
RGB
CMYK
RGB Variations
Color information
#665FE2 (or 0x665FE2) is known color: Slate Blue. HEX triplet: 66, 5F and E2. RGB value is (102,95,226). Sum of RGB (Red+Green+Blue) = 102+95+226=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #665FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FE2 is #99A01D. Grayscale: #6F6F6F. Windows color (decimal): -10067998 or 14835558. OLE color: 14835558.
HSL color Cylindrical-coordinate representation of color #665FE2: hue angle of 243.21º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665FE2 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 95 | 226 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.11 |
| HSL | 243.21º | 0.69% | 0.63% | - |
| HSV(B) | 243.21º | 0.58% | 0.89% | - |
| XYZ | 23.3 | 16.5 | 73.91 | - |
| YUV | 112.03 | 192.32 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 226 | 0.55 | 0.58 | 0 | 0.11 | 243.21 | 0.69 | 0.63 |
| Hex | 66 | 5F | E2 | 37 | 3A | 0 | B | F3 | 45 | 3F |
| Octal | 146 | 137 | 342 | 67 | 72 | 0 | 13 | 363 | 105 | 77 |
| Binary | 1100110 | 1011111 | 11100010 | 110111 | 111010 | 0 | 1011 | 11110011 | 1000101 | 111111 |
Color Harmonies of #665FE2
Complementary color
Monochromatic Colors of #665FE2
Black with #665FE2
Text Example
Text Example
White with #665FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FE2; }
p { color: rgb(102,95,226); }
H1.HeaderClassName
{
color: #665FE2;
}
.AnyTagClassName
{
color: #665FE2;
}
</style>
background-color css
<style>
a { background-color: #665FE2; }
a { background-color: rgb(102,95,226); }
div.DivClassName
{
background-color: #665FE2;
}
.BgClassName
{
background-color: #665FE2;
}
</style>
border-color css
<style>
span { border-color: #665FE2; }
span { border-color: rgb(102,95,226); }
td.TdClassName
{
border-color: #665FE2;
}
.TagClassName
{
border-color: #665FE2;
}
</style>