Shades of Slate Blue #6462CF
Tints of Slate Blue #6462CF
RGB
CMYK
RGB Variations
Color information
#6462CF (or 0x6462CF) is known color: Slate Blue. HEX triplet: 64, 62 and CF. RGB value is (100,98,207). Sum of RGB (Red+Green+Blue) = 100+98+207=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #6462CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462CF is #9B9D30. Grayscale: #6E6E6E. Windows color (decimal): -10198321 or 13591140. OLE color: 13591140.
HSL color Cylindrical-coordinate representation of color #6462CF: hue angle of 241.1º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6462CF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 98 | 207 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.19 |
| HSL | 241.1º | 0.53% | 0.6% | - |
| HSV(B) | 241.1º | 0.53% | 0.81% | - |
| XYZ | 20.89 | 15.95 | 61.01 | - |
| YUV | 111.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 207 | 0.52 | 0.53 | 0 | 0.19 | 241.1 | 0.53 | 0.6 |
| Hex | 64 | 62 | CF | 34 | 35 | 0 | 13 | F1 | 35 | 3C |
| Octal | 144 | 142 | 317 | 64 | 65 | 0 | 23 | 361 | 65 | 74 |
| Binary | 1100100 | 1100010 | 11001111 | 110100 | 110101 | 0 | 10011 | 11110001 | 110101 | 111100 |
Color Harmonies of #6462CF
Complementary color
Monochromatic Colors of #6462CF
Black with #6462CF
Text Example
Text Example
White with #6462CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6462CF; }
p { color: rgb(100,98,207); }
H1.HeaderClassName
{
color: #6462CF;
}
.AnyTagClassName
{
color: #6462CF;
}
</style>
background-color css
<style>
a { background-color: #6462CF; }
a { background-color: rgb(100,98,207); }
div.DivClassName
{
background-color: #6462CF;
}
.BgClassName
{
background-color: #6462CF;
}
</style>
border-color css
<style>
span { border-color: #6462CF; }
span { border-color: rgb(100,98,207); }
td.TdClassName
{
border-color: #6462CF;
}
.TagClassName
{
border-color: #6462CF;
}
</style>