Shades of Slate Blue #664AC1
Tints of Slate Blue #664AC1
RGB
CMYK
RGB Variations
Color information
#664AC1 (or 0x664AC1) is known color: Slate Blue. HEX triplet: 66, 4A and C1. RGB value is (102,74,193). Sum of RGB (Red+Green+Blue) = 102+74+193=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #664AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664AC1 is #99B53E. Grayscale: #5F5F5F. Windows color (decimal): -10073407 or 12667494. OLE color: 12667494.
HSL color Cylindrical-coordinate representation of color #664AC1: hue angle of 254.12º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664AC1 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 74 | 193 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.24 |
| HSL | 254.12º | 0.49% | 0.52% | - |
| HSV(B) | 254.12º | 0.62% | 0.76% | - |
| XYZ | 17.55 | 11.57 | 51.76 | - |
| YUV | 95.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 193 | 0.47 | 0.62 | 0 | 0.24 | 254.12 | 0.49 | 0.52 |
| Hex | 66 | 4A | C1 | 2F | 3E | 0 | 18 | FE | 31 | 34 |
| Octal | 146 | 112 | 301 | 57 | 76 | 0 | 30 | 376 | 61 | 64 |
| Binary | 1100110 | 1001010 | 11000001 | 101111 | 111110 | 0 | 11000 | 11111110 | 110001 | 110100 |
Color Harmonies of #664AC1
Complementary color
Monochromatic Colors of #664AC1
Black with #664AC1
Text Example
Text Example
White with #664AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664AC1; }
p { color: rgb(102,74,193); }
H1.HeaderClassName
{
color: #664AC1;
}
.AnyTagClassName
{
color: #664AC1;
}
</style>
background-color css
<style>
a { background-color: #664AC1; }
a { background-color: rgb(102,74,193); }
div.DivClassName
{
background-color: #664AC1;
}
.BgClassName
{
background-color: #664AC1;
}
</style>
border-color css
<style>
span { border-color: #664AC1; }
span { border-color: rgb(102,74,193); }
td.TdClassName
{
border-color: #664AC1;
}
.TagClassName
{
border-color: #664AC1;
}
</style>