Shades of Slate Blue #6066DA
Tints of Slate Blue #6066DA
RGB
CMYK
RGB Variations
Color information
#6066DA (or 0x6066DA) is known color: Slate Blue. HEX triplet: 60, 66 and DA. RGB value is (96,102,218). Sum of RGB (Red+Green+Blue) = 96+102+218=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #6066DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066DA is #9F9925. Grayscale: #707070. Windows color (decimal): -10459430 or 14313056. OLE color: 14313056.
HSL color Cylindrical-coordinate representation of color #6066DA: hue angle of 237.05º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6066DA is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 102 | 218 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.15 |
| HSL | 237.05º | 0.62% | 0.62% | - |
| HSV(B) | 237.05º | 0.56% | 0.85% | - |
| XYZ | 22.23 | 17.05 | 68.45 | - |
| YUV | 113.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 218 | 0.56 | 0.53 | 0 | 0.15 | 237.05 | 0.62 | 0.62 |
| Hex | 60 | 66 | DA | 38 | 35 | 0 | F | ED | 3E | 3E |
| Octal | 140 | 146 | 332 | 70 | 65 | 0 | 17 | 355 | 76 | 76 |
| Binary | 1100000 | 1100110 | 11011010 | 111000 | 110101 | 0 | 1111 | 11101101 | 111110 | 111110 |
Color Harmonies of #6066DA
Complementary color
Monochromatic Colors of #6066DA
Black with #6066DA
Text Example
Text Example
White with #6066DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6066DA; }
p { color: rgb(96,102,218); }
H1.HeaderClassName
{
color: #6066DA;
}
.AnyTagClassName
{
color: #6066DA;
}
</style>
background-color css
<style>
a { background-color: #6066DA; }
a { background-color: rgb(96,102,218); }
div.DivClassName
{
background-color: #6066DA;
}
.BgClassName
{
background-color: #6066DA;
}
</style>
border-color css
<style>
span { border-color: #6066DA; }
span { border-color: rgb(96,102,218); }
td.TdClassName
{
border-color: #6066DA;
}
.TagClassName
{
border-color: #6066DA;
}
</style>