Shades of Slate Blue #6465CC
Tints of Slate Blue #6465CC
RGB
CMYK
RGB Variations
Color information
#6465CC (or 0x6465CC) is known color: Slate Blue. HEX triplet: 64, 65 and CC. RGB value is (100,101,204). Sum of RGB (Red+Green+Blue) = 100+101+204=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6465CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6465CC is #9B9A33. Grayscale: #707070. Windows color (decimal): -10197556 or 13395300. OLE color: 13395300.
HSL color Cylindrical-coordinate representation of color #6465CC: hue angle of 239.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6465CC is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 101 | 204 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.2 |
| HSL | 239.42º | 0.5% | 0.6% | - |
| HSV(B) | 239.42º | 0.51% | 0.8% | - |
| XYZ | 20.81 | 16.38 | 59.19 | - |
| YUV | 112.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 204 | 0.51 | 0.50 | 0 | 0.2 | 239.42 | 0.5 | 0.6 |
| Hex | 64 | 65 | CC | 33 | 32 | 0 | 14 | EF | 32 | 3C |
| Octal | 144 | 145 | 314 | 63 | 62 | 0 | 24 | 357 | 62 | 74 |
| Binary | 1100100 | 1100101 | 11001100 | 110011 | 110010 | 0 | 10100 | 11101111 | 110010 | 111100 |
Color Harmonies of #6465CC
Complementary color
Monochromatic Colors of #6465CC
Black with #6465CC
Text Example
Text Example
White with #6465CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6465CC; }
p { color: rgb(100,101,204); }
H1.HeaderClassName
{
color: #6465CC;
}
.AnyTagClassName
{
color: #6465CC;
}
</style>
background-color css
<style>
a { background-color: #6465CC; }
a { background-color: rgb(100,101,204); }
div.DivClassName
{
background-color: #6465CC;
}
.BgClassName
{
background-color: #6465CC;
}
</style>
border-color css
<style>
span { border-color: #6465CC; }
span { border-color: rgb(100,101,204); }
td.TdClassName
{
border-color: #6465CC;
}
.TagClassName
{
border-color: #6465CC;
}
</style>