Shades of Medium Slate Blue #6667FA
Tints of Medium Slate Blue #6667FA
RGB
CMYK
RGB Variations
Color information
#6667FA (or 0x6667FA) is known color: Medium Slate Blue. HEX triplet: 66, 67 and FA. RGB value is (102,103,250). Sum of RGB (Red+Green+Blue) = 102+103+250=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #6667FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6667FA is #999805. Grayscale: #767676. Windows color (decimal): -10065926 or 16410470. OLE color: 16410470.
HSL color Cylindrical-coordinate representation of color #6667FA: hue angle of 239.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6667FA is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 103 | 250 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.02 |
| HSL | 239.59º | 0.94% | 0.69% | - |
| HSV(B) | 239.59º | 0.59% | 0.98% | - |
| XYZ | 27.59 | 19.43 | 92.74 | - |
| YUV | 119.46 | 201.67 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 250 | 0.59 | 0.59 | 0 | 0.02 | 239.59 | 0.94 | 0.69 |
| Hex | 66 | 67 | FA | 3B | 3B | 0 | 2 | F0 | 5E | 45 |
| Octal | 146 | 147 | 372 | 73 | 73 | 0 | 2 | 360 | 136 | 105 |
| Binary | 1100110 | 1100111 | 11111010 | 111011 | 111011 | 0 | 10 | 11110000 | 1011110 | 1000101 |
Color Harmonies of #6667FA
Complementary color
Monochromatic Colors of #6667FA
Black with #6667FA
Text Example
Text Example
White with #6667FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6667FA; }
p { color: rgb(102,103,250); }
H1.HeaderClassName
{
color: #6667FA;
}
.AnyTagClassName
{
color: #6667FA;
}
</style>
background-color css
<style>
a { background-color: #6667FA; }
a { background-color: rgb(102,103,250); }
div.DivClassName
{
background-color: #6667FA;
}
.BgClassName
{
background-color: #6667FA;
}
</style>
border-color css
<style>
span { border-color: #6667FA; }
span { border-color: rgb(102,103,250); }
td.TdClassName
{
border-color: #6667FA;
}
.TagClassName
{
border-color: #6667FA;
}
</style>