Shades of Slate Blue #6065CC
Tints of Slate Blue #6065CC
RGB
CMYK
RGB Variations
Color information
#6065CC (or 0x6065CC) is known color: Slate Blue. HEX triplet: 60, 65 and CC. RGB value is (96,101,204). Sum of RGB (Red+Green+Blue) = 96+101+204=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #6065CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065CC is #9F9A33. Grayscale: #6E6E6E. Windows color (decimal): -10459700 or 13395296. OLE color: 13395296.
HSL color Cylindrical-coordinate representation of color #6065CC: hue angle of 237.22º degrees, saturation: 0.51, 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 #6065CC is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 101 | 204 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.2 |
| HSL | 237.22º | 0.51% | 0.59% | - |
| HSV(B) | 237.22º | 0.53% | 0.8% | - |
| XYZ | 20.38 | 16.15 | 59.17 | - |
| YUV | 111.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 204 | 0.53 | 0.50 | 0 | 0.2 | 237.22 | 0.51 | 0.59 |
| Hex | 60 | 65 | CC | 35 | 32 | 0 | 14 | ED | 33 | 3B |
| Octal | 140 | 145 | 314 | 65 | 62 | 0 | 24 | 355 | 63 | 73 |
| Binary | 1100000 | 1100101 | 11001100 | 110101 | 110010 | 0 | 10100 | 11101101 | 110011 | 111011 |
Color Harmonies of #6065CC
Complementary color
Monochromatic Colors of #6065CC
Black with #6065CC
Text Example
Text Example
White with #6065CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6065CC; }
p { color: rgb(96,101,204); }
H1.HeaderClassName
{
color: #6065CC;
}
.AnyTagClassName
{
color: #6065CC;
}
</style>
background-color css
<style>
a { background-color: #6065CC; }
a { background-color: rgb(96,101,204); }
div.DivClassName
{
background-color: #6065CC;
}
.BgClassName
{
background-color: #6065CC;
}
</style>
border-color css
<style>
span { border-color: #6065CC; }
span { border-color: rgb(96,101,204); }
td.TdClassName
{
border-color: #6065CC;
}
.TagClassName
{
border-color: #6065CC;
}
</style>