Shades of Slate Blue #6770D5
Tints of Slate Blue #6770D5
RGB
CMYK
RGB Variations
Color information
#6770D5 (or 0x6770D5) is known color: Slate Blue. HEX triplet: 67, 70 and D5. RGB value is (103,112,213). Sum of RGB (Red+Green+Blue) = 103+112+213=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #6770D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770D5 is #988F2A. Grayscale: #787878. Windows color (decimal): -9998123 or 13987943. OLE color: 13987943.
HSL color Cylindrical-coordinate representation of color #6770D5: hue angle of 235.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6770D5 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 112 | 213 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.16 |
| HSL | 235.09º | 0.57% | 0.62% | - |
| HSV(B) | 235.09º | 0.52% | 0.84% | - |
| XYZ | 23.4 | 19.28 | 65.44 | - |
| YUV | 120.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 213 | 0.52 | 0.47 | 0 | 0.16 | 235.09 | 0.57 | 0.62 |
| Hex | 67 | 70 | D5 | 34 | 2F | 0 | 10 | EB | 39 | 3E |
| Octal | 147 | 160 | 325 | 64 | 57 | 0 | 20 | 353 | 71 | 76 |
| Binary | 1100111 | 1110000 | 11010101 | 110100 | 101111 | 0 | 10000 | 11101011 | 111001 | 111110 |
Color Harmonies of #6770D5
Complementary color
Monochromatic Colors of #6770D5
Black with #6770D5
Text Example
Text Example
White with #6770D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6770D5; }
p { color: rgb(103,112,213); }
H1.HeaderClassName
{
color: #6770D5;
}
.AnyTagClassName
{
color: #6770D5;
}
</style>
background-color css
<style>
a { background-color: #6770D5; }
a { background-color: rgb(103,112,213); }
div.DivClassName
{
background-color: #6770D5;
}
.BgClassName
{
background-color: #6770D5;
}
</style>
border-color css
<style>
span { border-color: #6770D5; }
span { border-color: rgb(103,112,213); }
td.TdClassName
{
border-color: #6770D5;
}
.TagClassName
{
border-color: #6770D5;
}
</style>