Shades of Slate Blue #6672DC
Tints of Slate Blue #6672DC
RGB
CMYK
RGB Variations
Color information
#6672DC (or 0x6672DC) is known color: Slate Blue. HEX triplet: 66, 72 and DC. RGB value is (102,114,220). Sum of RGB (Red+Green+Blue) = 102+114+220=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6672DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672DC is #998D23. Grayscale: #7A7A7A. Windows color (decimal): -10063140 or 14447206. OLE color: 14447206.
HSL color Cylindrical-coordinate representation of color #6672DC: hue angle of 233.9º 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 #6672DC is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 114 | 220 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.14 |
| HSL | 233.9º | 0.63% | 0.63% | - |
| HSV(B) | 233.9º | 0.54% | 0.86% | - |
| XYZ | 24.42 | 20.03 | 70.29 | - |
| YUV | 122.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 220 | 0.54 | 0.48 | 0 | 0.14 | 233.9 | 0.63 | 0.63 |
| Hex | 66 | 72 | DC | 36 | 30 | 0 | E | EA | 3F | 3F |
| Octal | 146 | 162 | 334 | 66 | 60 | 0 | 16 | 352 | 77 | 77 |
| Binary | 1100110 | 1110010 | 11011100 | 110110 | 110000 | 0 | 1110 | 11101010 | 111111 | 111111 |
Color Harmonies of #6672DC
Complementary color
Monochromatic Colors of #6672DC
Black with #6672DC
Text Example
Text Example
White with #6672DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672DC; }
p { color: rgb(102,114,220); }
H1.HeaderClassName
{
color: #6672DC;
}
.AnyTagClassName
{
color: #6672DC;
}
</style>
background-color css
<style>
a { background-color: #6672DC; }
a { background-color: rgb(102,114,220); }
div.DivClassName
{
background-color: #6672DC;
}
.BgClassName
{
background-color: #6672DC;
}
</style>
border-color css
<style>
span { border-color: #6672DC; }
span { border-color: rgb(102,114,220); }
td.TdClassName
{
border-color: #6672DC;
}
.TagClassName
{
border-color: #6672DC;
}
</style>