Shades of Slate Blue #6770DD
Tints of Slate Blue #6770DD
RGB
CMYK
RGB Variations
Color information
#6770DD (or 0x6770DD) is known color: Slate Blue. HEX triplet: 67, 70 and DD. RGB value is (103,112,221). Sum of RGB (Red+Green+Blue) = 103+112+221=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #6770DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770DD is #988F22. Grayscale: #797979. Windows color (decimal): -9998115 or 14512231. OLE color: 14512231.
HSL color Cylindrical-coordinate representation of color #6770DD: hue angle of 235.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6770DD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 112 | 221 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.13 |
| HSL | 235.42º | 0.63% | 0.64% | - |
| HSV(B) | 235.42º | 0.53% | 0.87% | - |
| XYZ | 24.44 | 19.69 | 70.92 | - |
| YUV | 121.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 221 | 0.53 | 0.49 | 0 | 0.13 | 235.42 | 0.63 | 0.64 |
| Hex | 67 | 70 | DD | 35 | 31 | 0 | D | EB | 3F | 40 |
| Octal | 147 | 160 | 335 | 65 | 61 | 0 | 15 | 353 | 77 | 100 |
| Binary | 1100111 | 1110000 | 11011101 | 110101 | 110001 | 0 | 1101 | 11101011 | 111111 | 1000000 |
Color Harmonies of #6770DD
Complementary color
Monochromatic Colors of #6770DD
Black with #6770DD
Text Example
Text Example
White with #6770DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6770DD; }
p { color: rgb(103,112,221); }
H1.HeaderClassName
{
color: #6770DD;
}
.AnyTagClassName
{
color: #6770DD;
}
</style>
background-color css
<style>
a { background-color: #6770DD; }
a { background-color: rgb(103,112,221); }
div.DivClassName
{
background-color: #6770DD;
}
.BgClassName
{
background-color: #6770DD;
}
</style>
border-color css
<style>
span { border-color: #6770DD; }
span { border-color: rgb(103,112,221); }
td.TdClassName
{
border-color: #6770DD;
}
.TagClassName
{
border-color: #6770DD;
}
</style>