Shades of Slate Blue #6667DC
Tints of Slate Blue #6667DC
RGB
CMYK
RGB Variations
Color information
#6667DC (or 0x6667DC) is known color: Slate Blue. HEX triplet: 66, 67 and DC. RGB value is (102,103,220). Sum of RGB (Red+Green+Blue) = 102+103+220=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #6667DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6667DC is #999823. Grayscale: #737373. Windows color (decimal): -10065956 or 14444390. OLE color: 14444390.
HSL color Cylindrical-coordinate representation of color #6667DC: hue angle of 239.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6667DC is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 103 | 220 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.14 |
| HSL | 239.49º | 0.63% | 0.63% | - |
| HSV(B) | 239.49º | 0.54% | 0.86% | - |
| XYZ | 23.25 | 17.69 | 69.9 | - |
| YUV | 116.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 220 | 0.54 | 0.53 | 0 | 0.14 | 239.49 | 0.63 | 0.63 |
| Hex | 66 | 67 | DC | 36 | 35 | 0 | E | EF | 3F | 3F |
| Octal | 146 | 147 | 334 | 66 | 65 | 0 | 16 | 357 | 77 | 77 |
| Binary | 1100110 | 1100111 | 11011100 | 110110 | 110101 | 0 | 1110 | 11101111 | 111111 | 111111 |
Color Harmonies of #6667DC
Complementary color
Monochromatic Colors of #6667DC
Black with #6667DC
Text Example
Text Example
White with #6667DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6667DC; }
p { color: rgb(102,103,220); }
H1.HeaderClassName
{
color: #6667DC;
}
.AnyTagClassName
{
color: #6667DC;
}
</style>
background-color css
<style>
a { background-color: #6667DC; }
a { background-color: rgb(102,103,220); }
div.DivClassName
{
background-color: #6667DC;
}
.BgClassName
{
background-color: #6667DC;
}
</style>
border-color css
<style>
span { border-color: #6667DC; }
span { border-color: rgb(102,103,220); }
td.TdClassName
{
border-color: #6667DC;
}
.TagClassName
{
border-color: #6667DC;
}
</style>