Shades of Slate Blue #6466CF
Tints of Slate Blue #6466CF
RGB
CMYK
RGB Variations
Color information
#6466CF (or 0x6466CF) is known color: Slate Blue. HEX triplet: 64, 66 and CF. RGB value is (100,102,207). Sum of RGB (Red+Green+Blue) = 100+102+207=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6466CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466CF is #9B9930. Grayscale: #707070. Windows color (decimal): -10197297 or 13592164. OLE color: 13592164.
HSL color Cylindrical-coordinate representation of color #6466CF: hue angle of 238.88º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6466CF is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 102 | 207 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.19 |
| HSL | 238.88º | 0.53% | 0.6% | - |
| HSV(B) | 238.88º | 0.52% | 0.81% | - |
| XYZ | 21.27 | 16.72 | 61.14 | - |
| YUV | 113.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 207 | 0.52 | 0.51 | 0 | 0.19 | 238.88 | 0.53 | 0.6 |
| Hex | 64 | 66 | CF | 34 | 33 | 0 | 13 | EF | 35 | 3C |
| Octal | 144 | 146 | 317 | 64 | 63 | 0 | 23 | 357 | 65 | 74 |
| Binary | 1100100 | 1100110 | 11001111 | 110100 | 110011 | 0 | 10011 | 11101111 | 110101 | 111100 |
Color Harmonies of #6466CF
Complementary color
Monochromatic Colors of #6466CF
Black with #6466CF
Text Example
Text Example
White with #6466CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466CF; }
p { color: rgb(100,102,207); }
H1.HeaderClassName
{
color: #6466CF;
}
.AnyTagClassName
{
color: #6466CF;
}
</style>
background-color css
<style>
a { background-color: #6466CF; }
a { background-color: rgb(100,102,207); }
div.DivClassName
{
background-color: #6466CF;
}
.BgClassName
{
background-color: #6466CF;
}
</style>
border-color css
<style>
span { border-color: #6466CF; }
span { border-color: rgb(100,102,207); }
td.TdClassName
{
border-color: #6466CF;
}
.TagClassName
{
border-color: #6466CF;
}
</style>