Shades of Slate Blue #6064CD
Tints of Slate Blue #6064CD
RGB
CMYK
RGB Variations
Color information
#6064CD (or 0x6064CD) is known color: Slate Blue. HEX triplet: 60, 64 and CD. RGB value is (96,100,205). Sum of RGB (Red+Green+Blue) = 96+100+205=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #6064CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064CD is #9F9B32. Grayscale: #6E6E6E. Windows color (decimal): -10459955 or 13460576. OLE color: 13460576.
HSL color Cylindrical-coordinate representation of color #6064CD: hue angle of 237.8º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6064CD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 100 | 205 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.20 |
| HSL | 237.8º | 0.52% | 0.59% | - |
| HSV(B) | 237.8º | 0.53% | 0.8% | - |
| XYZ | 20.4 | 16.01 | 59.77 | - |
| YUV | 110.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 205 | 0.53 | 0.51 | 0 | 0.20 | 237.8 | 0.52 | 0.59 |
| Hex | 60 | 64 | CD | 35 | 33 | 0 | 14 | EE | 34 | 3B |
| Octal | 140 | 144 | 315 | 65 | 63 | 0 | 24 | 356 | 64 | 73 |
| Binary | 1100000 | 1100100 | 11001101 | 110101 | 110011 | 0 | 10100 | 11101110 | 110100 | 111011 |
Color Harmonies of #6064CD
Complementary color
Monochromatic Colors of #6064CD
Black with #6064CD
Text Example
Text Example
White with #6064CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6064CD; }
p { color: rgb(96,100,205); }
H1.HeaderClassName
{
color: #6064CD;
}
.AnyTagClassName
{
color: #6064CD;
}
</style>
background-color css
<style>
a { background-color: #6064CD; }
a { background-color: rgb(96,100,205); }
div.DivClassName
{
background-color: #6064CD;
}
.BgClassName
{
background-color: #6064CD;
}
</style>
border-color css
<style>
span { border-color: #6064CD; }
span { border-color: rgb(96,100,205); }
td.TdClassName
{
border-color: #6064CD;
}
.TagClassName
{
border-color: #6064CD;
}
</style>