Shades of Slate Blue #665ACC
Tints of Slate Blue #665ACC
RGB
CMYK
RGB Variations
Color information
#665ACC (or 0x665ACC) is known color: Slate Blue. HEX triplet: 66, 5A and CC. RGB value is (102,90,204). Sum of RGB (Red+Green+Blue) = 102+90+204=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #665ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ACC is #99A533. Grayscale: #6A6A6A. Windows color (decimal): -10069300 or 13392486. OLE color: 13392486.
HSL color Cylindrical-coordinate representation of color #665ACC: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665ACC is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 90 | 204 | - |
| CMYK | 0.5 | 0.56 | 0 | 0.2 |
| HSL | 246.32º | 0.53% | 0.58% | - |
| HSV(B) | 246.32º | 0.56% | 0.8% | - |
| XYZ | 20.03 | 14.5 | 58.87 | - |
| YUV | 106.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 204 | 0.5 | 0.56 | 0 | 0.2 | 246.32 | 0.53 | 0.58 |
| Hex | 66 | 5A | CC | 32 | 38 | 0 | 14 | F6 | 35 | 3A |
| Octal | 146 | 132 | 314 | 62 | 70 | 0 | 24 | 366 | 65 | 72 |
| Binary | 1100110 | 1011010 | 11001100 | 110010 | 111000 | 0 | 10100 | 11110110 | 110101 | 111010 |
Color Harmonies of #665ACC
Complementary color
Monochromatic Colors of #665ACC
Black with #665ACC
Text Example
Text Example
White with #665ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ACC; }
p { color: rgb(102,90,204); }
H1.HeaderClassName
{
color: #665ACC;
}
.AnyTagClassName
{
color: #665ACC;
}
</style>
background-color css
<style>
a { background-color: #665ACC; }
a { background-color: rgb(102,90,204); }
div.DivClassName
{
background-color: #665ACC;
}
.BgClassName
{
background-color: #665ACC;
}
</style>
border-color css
<style>
span { border-color: #665ACC; }
span { border-color: rgb(102,90,204); }
td.TdClassName
{
border-color: #665ACC;
}
.TagClassName
{
border-color: #665ACC;
}
</style>