Shades of Light Slate Blue #6874FF
Tints of Light Slate Blue #6874FF
RGB
CMYK
RGB Variations
Color information
#6874FF (or 0x6874FF) is known color: Light Slate Blue. HEX triplet: 68, 74 and FF. RGB value is (104,116,255). Sum of RGB (Red+Green+Blue) = 104+116+255=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #6874FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6874FF is #978B00. Grayscale: #7F7F7F. Windows color (decimal): -9931521 or 16741480. OLE color: 16741480.
HSL color Cylindrical-coordinate representation of color #6874FF: hue angle of 235.23º 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 #6874FF is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 116 | 255 | - |
| CMYK | 0.59 | 0.55 | 0 | 0 |
| HSL | 235.23º | 1% | 0.7% | - |
| HSV(B) | 235.23º | 0.59% | 1% | - |
| XYZ | 30 | 22.65 | 97.4 | - |
| YUV | 128.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 255 | 0.59 | 0.55 | 0 | 0 | 235.23 | 1 | 0.7 |
| Hex | 68 | 74 | FF | 3B | 37 | 0 | 0 | EB | 64 | 46 |
| Octal | 150 | 164 | 377 | 73 | 67 | 0 | 0 | 353 | 144 | 106 |
| Binary | 1101000 | 1110100 | 11111111 | 111011 | 110111 | 0 | 0 | 11101011 | 1100100 | 1000110 |
Color Harmonies of #6874FF
Complementary color
Monochromatic Colors of #6874FF
Black with #6874FF
Text Example
Text Example
White with #6874FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6874FF; }
p { color: rgb(104,116,255); }
H1.HeaderClassName
{
color: #6874FF;
}
.AnyTagClassName
{
color: #6874FF;
}
</style>
background-color css
<style>
a { background-color: #6874FF; }
a { background-color: rgb(104,116,255); }
div.DivClassName
{
background-color: #6874FF;
}
.BgClassName
{
background-color: #6874FF;
}
</style>
border-color css
<style>
span { border-color: #6874FF; }
span { border-color: rgb(104,116,255); }
td.TdClassName
{
border-color: #6874FF;
}
.TagClassName
{
border-color: #6874FF;
}
</style>