Shades of Medium Slate Blue #6675FF
Tints of Medium Slate Blue #6675FF
RGB
CMYK
RGB Variations
Color information
#6675FF (or 0x6675FF) is known color: Medium Slate Blue. HEX triplet: 66, 75 and FF. RGB value is (102,117,255). Sum of RGB (Red+Green+Blue) = 102+117+255=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #6675FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6675FF is #998A00. Grayscale: #7F7F7F. Windows color (decimal): -10062337 or 16741734. OLE color: 16741734.
HSL color Cylindrical-coordinate representation of color #6675FF: hue angle of 234.12º 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 #6675FF is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 117 | 255 | - |
| CMYK | 0.6 | 0.54 | 0 | 0 |
| HSL | 234.12º | 1% | 0.7% | - |
| HSV(B) | 234.12º | 0.6% | 1% | - |
| XYZ | 29.89 | 22.77 | 97.43 | - |
| YUV | 128.25 | 199.53 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 255 | 0.6 | 0.54 | 0 | 0 | 234.12 | 1 | 0.7 |
| Hex | 66 | 75 | FF | 3C | 36 | 0 | 0 | EA | 64 | 46 |
| Octal | 146 | 165 | 377 | 74 | 66 | 0 | 0 | 352 | 144 | 106 |
| Binary | 1100110 | 1110101 | 11111111 | 111100 | 110110 | 0 | 0 | 11101010 | 1100100 | 1000110 |
Color Harmonies of #6675FF
Complementary color
Monochromatic Colors of #6675FF
Black with #6675FF
Text Example
Text Example
White with #6675FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675FF; }
p { color: rgb(102,117,255); }
H1.HeaderClassName
{
color: #6675FF;
}
.AnyTagClassName
{
color: #6675FF;
}
</style>
background-color css
<style>
a { background-color: #6675FF; }
a { background-color: rgb(102,117,255); }
div.DivClassName
{
background-color: #6675FF;
}
.BgClassName
{
background-color: #6675FF;
}
</style>
border-color css
<style>
span { border-color: #6675FF; }
span { border-color: rgb(102,117,255); }
td.TdClassName
{
border-color: #6675FF;
}
.TagClassName
{
border-color: #6675FF;
}
</style>