Shades of Slate Blue #6465CF
Tints of Slate Blue #6465CF
RGB
CMYK
RGB Variations
Color information
#6465CF (or 0x6465CF) is known color: Slate Blue. HEX triplet: 64, 65 and CF. RGB value is (100,101,207). Sum of RGB (Red+Green+Blue) = 100+101+207=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6465CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6465CF is #9B9A30. Grayscale: #707070. Windows color (decimal): -10197553 or 13591908. OLE color: 13591908.
HSL color Cylindrical-coordinate representation of color #6465CF: hue angle of 239.44º 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 #6465CF is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 101 | 207 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.19 |
| HSL | 239.44º | 0.53% | 0.6% | - |
| HSV(B) | 239.44º | 0.52% | 0.81% | - |
| XYZ | 21.17 | 16.52 | 61.1 | - |
| YUV | 112.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 207 | 0.52 | 0.51 | 0 | 0.19 | 239.44 | 0.53 | 0.6 |
| Hex | 64 | 65 | CF | 34 | 33 | 0 | 13 | EF | 35 | 3C |
| Octal | 144 | 145 | 317 | 64 | 63 | 0 | 23 | 357 | 65 | 74 |
| Binary | 1100100 | 1100101 | 11001111 | 110100 | 110011 | 0 | 10011 | 11101111 | 110101 | 111100 |
Color Harmonies of #6465CF
Complementary color
Monochromatic Colors of #6465CF
Black with #6465CF
Text Example
Text Example
White with #6465CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6465CF; }
p { color: rgb(100,101,207); }
H1.HeaderClassName
{
color: #6465CF;
}
.AnyTagClassName
{
color: #6465CF;
}
</style>
background-color css
<style>
a { background-color: #6465CF; }
a { background-color: rgb(100,101,207); }
div.DivClassName
{
background-color: #6465CF;
}
.BgClassName
{
background-color: #6465CF;
}
</style>
border-color css
<style>
span { border-color: #6465CF; }
span { border-color: rgb(100,101,207); }
td.TdClassName
{
border-color: #6465CF;
}
.TagClassName
{
border-color: #6465CF;
}
</style>