Shades of Medium Slate Blue #6672FF
Tints of Medium Slate Blue #6672FF
RGB
CMYK
RGB Variations
Color information
#6672FF (or 0x6672FF) is known color: Medium Slate Blue. HEX triplet: 66, 72 and FF. RGB value is (102,114,255). Sum of RGB (Red+Green+Blue) = 102+114+255=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6672FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6672FF is #998D00. Grayscale: #7D7D7D. Windows color (decimal): -10063105 or 16740966. OLE color: 16740966.
HSL color Cylindrical-coordinate representation of color #6672FF: hue angle of 235.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6672FF is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 114 | 255 | - |
| CMYK | 0.6 | 0.55 | 0 | 0 |
| HSL | 235.29º | 1% | 0.7% | - |
| HSV(B) | 235.29º | 0.6% | 1% | - |
| XYZ | 29.55 | 22.08 | 97.31 | - |
| YUV | 126.49 | 200.52 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 255 | 0.6 | 0.55 | 0 | 0 | 235.29 | 1 | 0.7 |
| Hex | 66 | 72 | FF | 3C | 37 | 0 | 0 | EB | 64 | 46 |
| Octal | 146 | 162 | 377 | 74 | 67 | 0 | 0 | 353 | 144 | 106 |
| Binary | 1100110 | 1110010 | 11111111 | 111100 | 110111 | 0 | 0 | 11101011 | 1100100 | 1000110 |
Color Harmonies of #6672FF
Complementary color
Monochromatic Colors of #6672FF
Black with #6672FF
Text Example
Text Example
White with #6672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672FF; }
p { color: rgb(102,114,255); }
H1.HeaderClassName
{
color: #6672FF;
}
.AnyTagClassName
{
color: #6672FF;
}
</style>
background-color css
<style>
a { background-color: #6672FF; }
a { background-color: rgb(102,114,255); }
div.DivClassName
{
background-color: #6672FF;
}
.BgClassName
{
background-color: #6672FF;
}
</style>
border-color css
<style>
span { border-color: #6672FF; }
span { border-color: rgb(102,114,255); }
td.TdClassName
{
border-color: #6672FF;
}
.TagClassName
{
border-color: #6672FF;
}
</style>