Shades of Slate Blue #6670D5
Tints of Slate Blue #6670D5
RGB
CMYK
RGB Variations
Color information
#6670D5 (or 0x6670D5) is known color: Slate Blue. HEX triplet: 66, 70 and D5. RGB value is (102,112,213). Sum of RGB (Red+Green+Blue) = 102+112+213=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #6670D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670D5 is #998F2A. Grayscale: #787878. Windows color (decimal): -10063659 or 13987942. OLE color: 13987942.
HSL color Cylindrical-coordinate representation of color #6670D5: hue angle of 234.59º 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 #6670D5 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 112 | 213 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.16 |
| HSL | 234.59º | 0.57% | 0.62% | - |
| HSV(B) | 234.59º | 0.52% | 0.84% | - |
| XYZ | 23.28 | 19.22 | 65.43 | - |
| YUV | 120.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 213 | 0.52 | 0.47 | 0 | 0.16 | 234.59 | 0.57 | 0.62 |
| Hex | 66 | 70 | D5 | 34 | 2F | 0 | 10 | EB | 39 | 3E |
| Octal | 146 | 160 | 325 | 64 | 57 | 0 | 20 | 353 | 71 | 76 |
| Binary | 1100110 | 1110000 | 11010101 | 110100 | 101111 | 0 | 10000 | 11101011 | 111001 | 111110 |
Color Harmonies of #6670D5
Complementary color
Monochromatic Colors of #6670D5
Black with #6670D5
Text Example
Text Example
White with #6670D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6670D5; }
p { color: rgb(102,112,213); }
H1.HeaderClassName
{
color: #6670D5;
}
.AnyTagClassName
{
color: #6670D5;
}
</style>
background-color css
<style>
a { background-color: #6670D5; }
a { background-color: rgb(102,112,213); }
div.DivClassName
{
background-color: #6670D5;
}
.BgClassName
{
background-color: #6670D5;
}
</style>
border-color css
<style>
span { border-color: #6670D5; }
span { border-color: rgb(102,112,213); }
td.TdClassName
{
border-color: #6670D5;
}
.TagClassName
{
border-color: #6670D5;
}
</style>