Shades of Slate Blue #6065CE
Tints of Slate Blue #6065CE
RGB
CMYK
RGB Variations
Color information
#6065CE (or 0x6065CE) is known color: Slate Blue. HEX triplet: 60, 65 and CE. RGB value is (96,101,206). Sum of RGB (Red+Green+Blue) = 96+101+206=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #6065CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065CE is #9F9A31. Grayscale: #6F6F6F. Windows color (decimal): -10459698 or 13526368. OLE color: 13526368.
HSL color Cylindrical-coordinate representation of color #6065CE: hue angle of 237.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6065CE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 101 | 206 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.19 |
| HSL | 237.27º | 0.53% | 0.59% | - |
| HSV(B) | 237.27º | 0.53% | 0.81% | - |
| XYZ | 20.62 | 16.25 | 60.44 | - |
| YUV | 111.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 206 | 0.53 | 0.51 | 0 | 0.19 | 237.27 | 0.53 | 0.59 |
| Hex | 60 | 65 | CE | 35 | 33 | 0 | 13 | ED | 35 | 3B |
| Octal | 140 | 145 | 316 | 65 | 63 | 0 | 23 | 355 | 65 | 73 |
| Binary | 1100000 | 1100101 | 11001110 | 110101 | 110011 | 0 | 10011 | 11101101 | 110101 | 111011 |
Color Harmonies of #6065CE
Complementary color
Monochromatic Colors of #6065CE
Black with #6065CE
Text Example
Text Example
White with #6065CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6065CE; }
p { color: rgb(96,101,206); }
H1.HeaderClassName
{
color: #6065CE;
}
.AnyTagClassName
{
color: #6065CE;
}
</style>
background-color css
<style>
a { background-color: #6065CE; }
a { background-color: rgb(96,101,206); }
div.DivClassName
{
background-color: #6065CE;
}
.BgClassName
{
background-color: #6065CE;
}
</style>
border-color css
<style>
span { border-color: #6065CE; }
span { border-color: rgb(96,101,206); }
td.TdClassName
{
border-color: #6065CE;
}
.TagClassName
{
border-color: #6065CE;
}
</style>