Shades of Medium Slate Blue #6767FE
Tints of Medium Slate Blue #6767FE
RGB
CMYK
RGB Variations
Color information
#6767FE (or 0x6767FE) is known color: Medium Slate Blue. HEX triplet: 67, 67 and FE. RGB value is (103,103,254). Sum of RGB (Red+Green+Blue) = 103+103+254=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #6767FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6767FE is #989801. Grayscale: #777777. Windows color (decimal): -10000386 or 16672615. OLE color: 16672615.
HSL color Cylindrical-coordinate representation of color #6767FE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6767FE is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 103 | 254 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.7% | - |
| HSV(B) | 240º | 0.59% | 1% | - |
| XYZ | 28.33 | 19.74 | 96.08 | - |
| YUV | 120.21 | 203.5 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 254 | 0.59 | 0.59 | 0 | 0.00 | 240 | 0.99 | 0.7 |
| Hex | 67 | 67 | FE | 3B | 3B | 0 | 0 | F0 | 63 | 46 |
| Octal | 147 | 147 | 376 | 73 | 73 | 0 | 0 | 360 | 143 | 106 |
| Binary | 1100111 | 1100111 | 11111110 | 111011 | 111011 | 0 | 0 | 11110000 | 1100011 | 1000110 |
Color Harmonies of #6767FE
Complementary color
Monochromatic Colors of #6767FE
Black with #6767FE
Text Example
Text Example
White with #6767FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6767FE; }
p { color: rgb(103,103,254); }
H1.HeaderClassName
{
color: #6767FE;
}
.AnyTagClassName
{
color: #6767FE;
}
</style>
background-color css
<style>
a { background-color: #6767FE; }
a { background-color: rgb(103,103,254); }
div.DivClassName
{
background-color: #6767FE;
}
.BgClassName
{
background-color: #6767FE;
}
</style>
border-color css
<style>
span { border-color: #6767FE; }
span { border-color: rgb(103,103,254); }
td.TdClassName
{
border-color: #6767FE;
}
.TagClassName
{
border-color: #6767FE;
}
</style>