Shades of Light Slate Blue #6875FF
Tints of Light Slate Blue #6875FF
RGB
CMYK
RGB Variations
Color information
#6875FF (or 0x6875FF) is known color: Light Slate Blue. HEX triplet: 68, 75 and FF. RGB value is (104,117,255). Sum of RGB (Red+Green+Blue) = 104+117+255=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #6875FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6875FF is #978A00. Grayscale: #808080. Windows color (decimal): -9931265 or 16741736. OLE color: 16741736.
HSL color Cylindrical-coordinate representation of color #6875FF: hue angle of 234.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6875FF is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 117 | 255 | - |
| CMYK | 0.59 | 0.54 | 0 | 0 |
| HSL | 234.83º | 1% | 0.7% | - |
| HSV(B) | 234.83º | 0.59% | 1% | - |
| XYZ | 30.12 | 22.89 | 97.44 | - |
| YUV | 128.85 | 199.19 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 255 | 0.59 | 0.54 | 0 | 0 | 234.83 | 1 | 0.7 |
| Hex | 68 | 75 | FF | 3B | 36 | 0 | 0 | EB | 64 | 46 |
| Octal | 150 | 165 | 377 | 73 | 66 | 0 | 0 | 353 | 144 | 106 |
| Binary | 1101000 | 1110101 | 11111111 | 111011 | 110110 | 0 | 0 | 11101011 | 1100100 | 1000110 |
Color Harmonies of #6875FF
Complementary color
Monochromatic Colors of #6875FF
Black with #6875FF
Text Example
Text Example
White with #6875FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875FF; }
p { color: rgb(104,117,255); }
H1.HeaderClassName
{
color: #6875FF;
}
.AnyTagClassName
{
color: #6875FF;
}
</style>
background-color css
<style>
a { background-color: #6875FF; }
a { background-color: rgb(104,117,255); }
div.DivClassName
{
background-color: #6875FF;
}
.BgClassName
{
background-color: #6875FF;
}
</style>
border-color css
<style>
span { border-color: #6875FF; }
span { border-color: rgb(104,117,255); }
td.TdClassName
{
border-color: #6875FF;
}
.TagClassName
{
border-color: #6875FF;
}
</style>