Shades of Slate Blue #6667D6
Tints of Slate Blue #6667D6
RGB
CMYK
RGB Variations
Color information
#6667D6 (or 0x6667D6) is known color: Slate Blue. HEX triplet: 66, 67 and D6. RGB value is (102,103,214). Sum of RGB (Red+Green+Blue) = 102+103+214=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #6667D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6667D6 is #999829. Grayscale: #727272. Windows color (decimal): -10065962 or 14051174. OLE color: 14051174.
HSL color Cylindrical-coordinate representation of color #6667D6: hue angle of 239.46º degrees, saturation: 0.58, 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 #6667D6 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 103 | 214 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.16 |
| HSL | 239.46º | 0.58% | 0.62% | - |
| HSV(B) | 239.46º | 0.52% | 0.84% | - |
| XYZ | 22.47 | 17.38 | 65.79 | - |
| YUV | 115.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 214 | 0.52 | 0.52 | 0 | 0.16 | 239.46 | 0.58 | 0.62 |
| Hex | 66 | 67 | D6 | 34 | 34 | 0 | 10 | EF | 3A | 3E |
| Octal | 146 | 147 | 326 | 64 | 64 | 0 | 20 | 357 | 72 | 76 |
| Binary | 1100110 | 1100111 | 11010110 | 110100 | 110100 | 0 | 10000 | 11101111 | 111010 | 111110 |
Color Harmonies of #6667D6
Complementary color
Monochromatic Colors of #6667D6
Black with #6667D6
Text Example
Text Example
White with #6667D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6667D6; }
p { color: rgb(102,103,214); }
H1.HeaderClassName
{
color: #6667D6;
}
.AnyTagClassName
{
color: #6667D6;
}
</style>
background-color css
<style>
a { background-color: #6667D6; }
a { background-color: rgb(102,103,214); }
div.DivClassName
{
background-color: #6667D6;
}
.BgClassName
{
background-color: #6667D6;
}
</style>
border-color css
<style>
span { border-color: #6667D6; }
span { border-color: rgb(102,103,214); }
td.TdClassName
{
border-color: #6667D6;
}
.TagClassName
{
border-color: #6667D6;
}
</style>