Shades of Slate Blue #6066E3
Tints of Slate Blue #6066E3
RGB
CMYK
RGB Variations
Color information
#6066E3 (or 0x6066E3) is known color: Slate Blue. HEX triplet: 60, 66 and E3. RGB value is (96,102,227). Sum of RGB (Red+Green+Blue) = 96+102+227=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #6066E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066E3 is #9F991C. Grayscale: #717171. Windows color (decimal): -10459421 or 14902880. OLE color: 14902880.
HSL color Cylindrical-coordinate representation of color #6066E3: hue angle of 237.25º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6066E3 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 102 | 227 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.11 |
| HSL | 237.25º | 0.7% | 0.63% | - |
| HSV(B) | 237.25º | 0.58% | 0.89% | - |
| XYZ | 23.44 | 17.54 | 74.82 | - |
| YUV | 114.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 227 | 0.58 | 0.55 | 0 | 0.11 | 237.25 | 0.7 | 0.63 |
| Hex | 60 | 66 | E3 | 3A | 37 | 0 | B | ED | 46 | 3F |
| Octal | 140 | 146 | 343 | 72 | 67 | 0 | 13 | 355 | 106 | 77 |
| Binary | 1100000 | 1100110 | 11100011 | 111010 | 110111 | 0 | 1011 | 11101101 | 1000110 | 111111 |
Color Harmonies of #6066E3
Complementary color
Monochromatic Colors of #6066E3
Black with #6066E3
Text Example
Text Example
White with #6066E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6066E3; }
p { color: rgb(96,102,227); }
H1.HeaderClassName
{
color: #6066E3;
}
.AnyTagClassName
{
color: #6066E3;
}
</style>
background-color css
<style>
a { background-color: #6066E3; }
a { background-color: rgb(96,102,227); }
div.DivClassName
{
background-color: #6066E3;
}
.BgClassName
{
background-color: #6066E3;
}
</style>
border-color css
<style>
span { border-color: #6066E3; }
span { border-color: rgb(96,102,227); }
td.TdClassName
{
border-color: #6066E3;
}
.TagClassName
{
border-color: #6066E3;
}
</style>