Shades of Slate Blue #6065CD
Tints of Slate Blue #6065CD
RGB
CMYK
RGB Variations
Color information
#6065CD (or 0x6065CD) is known color: Slate Blue. HEX triplet: 60, 65 and CD. RGB value is (96,101,205). Sum of RGB (Red+Green+Blue) = 96+101+205=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #6065CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065CD is #9F9A32. Grayscale: #6E6E6E. Windows color (decimal): -10459699 or 13460832. OLE color: 13460832.
HSL color Cylindrical-coordinate representation of color #6065CD: hue angle of 237.25º 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 #6065CD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 101 | 205 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.20 |
| HSL | 237.25º | 0.52% | 0.59% | - |
| HSV(B) | 237.25º | 0.53% | 0.8% | - |
| XYZ | 20.5 | 16.2 | 59.8 | - |
| YUV | 111.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 205 | 0.53 | 0.51 | 0 | 0.20 | 237.25 | 0.52 | 0.59 |
| Hex | 60 | 65 | CD | 35 | 33 | 0 | 14 | ED | 34 | 3B |
| Octal | 140 | 145 | 315 | 65 | 63 | 0 | 24 | 355 | 64 | 73 |
| Binary | 1100000 | 1100101 | 11001101 | 110101 | 110011 | 0 | 10100 | 11101101 | 110100 | 111011 |
Color Harmonies of #6065CD
Complementary color
Monochromatic Colors of #6065CD
Black with #6065CD
Text Example
Text Example
White with #6065CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6065CD; }
p { color: rgb(96,101,205); }
H1.HeaderClassName
{
color: #6065CD;
}
.AnyTagClassName
{
color: #6065CD;
}
</style>
background-color css
<style>
a { background-color: #6065CD; }
a { background-color: rgb(96,101,205); }
div.DivClassName
{
background-color: #6065CD;
}
.BgClassName
{
background-color: #6065CD;
}
</style>
border-color css
<style>
span { border-color: #6065CD; }
span { border-color: rgb(96,101,205); }
td.TdClassName
{
border-color: #6065CD;
}
.TagClassName
{
border-color: #6065CD;
}
</style>