Shades of Slate Blue #664CCF
Tints of Slate Blue #664CCF
RGB
CMYK
RGB Variations
Color information
#664CCF (or 0x664CCF) is known color: Slate Blue. HEX triplet: 66, 4C and CF. RGB value is (102,76,207). Sum of RGB (Red+Green+Blue) = 102+76+207=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #664CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CCF is #99B330. Grayscale: #626262. Windows color (decimal): -10072881 or 13585510. OLE color: 13585510.
HSL color Cylindrical-coordinate representation of color #664CCF: hue angle of 251.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664CCF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 76 | 207 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.19 |
| HSL | 251.91º | 0.58% | 0.55% | - |
| HSV(B) | 251.91º | 0.63% | 0.81% | - |
| XYZ | 19.33 | 12.5 | 60.43 | - |
| YUV | 98.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 207 | 0.51 | 0.63 | 0 | 0.19 | 251.91 | 0.58 | 0.55 |
| Hex | 66 | 4C | CF | 33 | 3F | 0 | 13 | FC | 3A | 37 |
| Octal | 146 | 114 | 317 | 63 | 77 | 0 | 23 | 374 | 72 | 67 |
| Binary | 1100110 | 1001100 | 11001111 | 110011 | 111111 | 0 | 10011 | 11111100 | 111010 | 110111 |
Color Harmonies of #664CCF
Complementary color
Monochromatic Colors of #664CCF
Black with #664CCF
Text Example
Text Example
White with #664CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664CCF; }
p { color: rgb(102,76,207); }
H1.HeaderClassName
{
color: #664CCF;
}
.AnyTagClassName
{
color: #664CCF;
}
</style>
background-color css
<style>
a { background-color: #664CCF; }
a { background-color: rgb(102,76,207); }
div.DivClassName
{
background-color: #664CCF;
}
.BgClassName
{
background-color: #664CCF;
}
</style>
border-color css
<style>
span { border-color: #664CCF; }
span { border-color: rgb(102,76,207); }
td.TdClassName
{
border-color: #664CCF;
}
.TagClassName
{
border-color: #664CCF;
}
</style>