Shades of Slate Blue #6672D6
Tints of Slate Blue #6672D6
RGB
CMYK
RGB Variations
Color information
#6672D6 (or 0x6672D6) is known color: Slate Blue. HEX triplet: 66, 72 and D6. RGB value is (102,114,214). Sum of RGB (Red+Green+Blue) = 102+114+214=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #6672D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672D6 is #998D29. Grayscale: #797979. Windows color (decimal): -10063146 or 14053990. OLE color: 14053990.
HSL color Cylindrical-coordinate representation of color #6672D6: hue angle of 233.57º 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 #6672D6 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 114 | 214 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.16 |
| HSL | 233.57º | 0.58% | 0.62% | - |
| HSV(B) | 233.57º | 0.52% | 0.84% | - |
| XYZ | 23.63 | 19.71 | 66.18 | - |
| YUV | 121.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 214 | 0.52 | 0.47 | 0 | 0.16 | 233.57 | 0.58 | 0.62 |
| Hex | 66 | 72 | D6 | 34 | 2F | 0 | 10 | EA | 3A | 3E |
| Octal | 146 | 162 | 326 | 64 | 57 | 0 | 20 | 352 | 72 | 76 |
| Binary | 1100110 | 1110010 | 11010110 | 110100 | 101111 | 0 | 10000 | 11101010 | 111010 | 111110 |
Color Harmonies of #6672D6
Complementary color
Monochromatic Colors of #6672D6
Black with #6672D6
Text Example
Text Example
White with #6672D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672D6; }
p { color: rgb(102,114,214); }
H1.HeaderClassName
{
color: #6672D6;
}
.AnyTagClassName
{
color: #6672D6;
}
</style>
background-color css
<style>
a { background-color: #6672D6; }
a { background-color: rgb(102,114,214); }
div.DivClassName
{
background-color: #6672D6;
}
.BgClassName
{
background-color: #6672D6;
}
</style>
border-color css
<style>
span { border-color: #6672D6; }
span { border-color: rgb(102,114,214); }
td.TdClassName
{
border-color: #6672D6;
}
.TagClassName
{
border-color: #6672D6;
}
</style>