Shades of Slate Blue #665ACE
Tints of Slate Blue #665ACE
RGB
CMYK
RGB Variations
Color information
#665ACE (or 0x665ACE) is known color: Slate Blue. HEX triplet: 66, 5A and CE. RGB value is (102,90,206). Sum of RGB (Red+Green+Blue) = 102+90+206=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #665ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ACE is #99A531. Grayscale: #6A6A6A. Windows color (decimal): -10069298 or 13523558. OLE color: 13523558.
HSL color Cylindrical-coordinate representation of color #665ACE: hue angle of 246.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665ACE is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 90 | 206 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.19 |
| HSL | 246.21º | 0.54% | 0.58% | - |
| HSV(B) | 246.21º | 0.56% | 0.81% | - |
| XYZ | 20.28 | 14.59 | 60.14 | - |
| YUV | 106.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 206 | 0.50 | 0.56 | 0 | 0.19 | 246.21 | 0.54 | 0.58 |
| Hex | 66 | 5A | CE | 32 | 38 | 0 | 13 | F6 | 36 | 3A |
| Octal | 146 | 132 | 316 | 62 | 70 | 0 | 23 | 366 | 66 | 72 |
| Binary | 1100110 | 1011010 | 11001110 | 110010 | 111000 | 0 | 10011 | 11110110 | 110110 | 111010 |
Color Harmonies of #665ACE
Complementary color
Monochromatic Colors of #665ACE
Black with #665ACE
Text Example
Text Example
White with #665ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ACE; }
p { color: rgb(102,90,206); }
H1.HeaderClassName
{
color: #665ACE;
}
.AnyTagClassName
{
color: #665ACE;
}
</style>
background-color css
<style>
a { background-color: #665ACE; }
a { background-color: rgb(102,90,206); }
div.DivClassName
{
background-color: #665ACE;
}
.BgClassName
{
background-color: #665ACE;
}
</style>
border-color css
<style>
span { border-color: #665ACE; }
span { border-color: rgb(102,90,206); }
td.TdClassName
{
border-color: #665ACE;
}
.TagClassName
{
border-color: #665ACE;
}
</style>