Shades of Slate Blue #664CEA
Tints of Slate Blue #664CEA
RGB
CMYK
RGB Variations
Color information
#664CEA (or 0x664CEA) is known color: Slate Blue. HEX triplet: 66, 4C and EA. RGB value is (102,76,234). Sum of RGB (Red+Green+Blue) = 102+76+234=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #664CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664CEA is #99B315. Grayscale: #656565. Windows color (decimal): -10072854 or 15354982. OLE color: 15354982.
HSL color Cylindrical-coordinate representation of color #664CEA: hue angle of 249.87º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #664CEA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 76 | 234 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.08 |
| HSL | 249.87º | 0.79% | 0.61% | - |
| HSV(B) | 249.87º | 0.68% | 0.92% | - |
| XYZ | 22.92 | 13.93 | 79.32 | - |
| YUV | 101.79 | 202.61 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 234 | 0.56 | 0.68 | 0 | 0.08 | 249.87 | 0.79 | 0.61 |
| Hex | 66 | 4C | EA | 38 | 44 | 0 | 8 | FA | 4F | 3D |
| Octal | 146 | 114 | 352 | 70 | 104 | 0 | 10 | 372 | 117 | 75 |
| Binary | 1100110 | 1001100 | 11101010 | 111000 | 1000100 | 0 | 1000 | 11111010 | 1001111 | 111101 |
Color Harmonies of #664CEA
Complementary color
Monochromatic Colors of #664CEA
Black with #664CEA
Text Example
Text Example
White with #664CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664CEA; }
p { color: rgb(102,76,234); }
H1.HeaderClassName
{
color: #664CEA;
}
.AnyTagClassName
{
color: #664CEA;
}
</style>
background-color css
<style>
a { background-color: #664CEA; }
a { background-color: rgb(102,76,234); }
div.DivClassName
{
background-color: #664CEA;
}
.BgClassName
{
background-color: #664CEA;
}
</style>
border-color css
<style>
span { border-color: #664CEA; }
span { border-color: rgb(102,76,234); }
td.TdClassName
{
border-color: #664CEA;
}
.TagClassName
{
border-color: #664CEA;
}
</style>