Shades of Neon Blue #6855FF
Tints of Neon Blue #6855FF
RGB
CMYK
RGB Variations
Color information
#6855FF (or 0x6855FF) is known color: Neon Blue. HEX triplet: 68, 55 and FF. RGB value is (104,85,255). Sum of RGB (Red+Green+Blue) = 104+85+255=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #6855FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6855FF is #97AA00. Grayscale: #6D6D6D. Windows color (decimal): -9939457 or 16733544. OLE color: 16733544.
HSL color Cylindrical-coordinate representation of color #6855FF: hue angle of 246.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6855FF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 85 | 255 | - |
| CMYK | 0.59 | 0.67 | 0 | 0 |
| HSL | 246.71º | 1% | 0.67% | - |
| HSV(B) | 246.71º | 0.67% | 1% | - |
| XYZ | 27.01 | 16.66 | 96.4 | - |
| YUV | 110.06 | 209.79 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 255 | 0.59 | 0.67 | 0 | 0 | 246.71 | 1 | 0.67 |
| Hex | 68 | 55 | FF | 3B | 43 | 0 | 0 | F7 | 64 | 43 |
| Octal | 150 | 125 | 377 | 73 | 103 | 0 | 0 | 367 | 144 | 103 |
| Binary | 1101000 | 1010101 | 11111111 | 111011 | 1000011 | 0 | 0 | 11110111 | 1100100 | 1000011 |
Color Harmonies of #6855FF
Complementary color
Monochromatic Colors of #6855FF
Black with #6855FF
Text Example
Text Example
White with #6855FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855FF; }
p { color: rgb(104,85,255); }
H1.HeaderClassName
{
color: #6855FF;
}
.AnyTagClassName
{
color: #6855FF;
}
</style>
background-color css
<style>
a { background-color: #6855FF; }
a { background-color: rgb(104,85,255); }
div.DivClassName
{
background-color: #6855FF;
}
.BgClassName
{
background-color: #6855FF;
}
</style>
border-color css
<style>
span { border-color: #6855FF; }
span { border-color: rgb(104,85,255); }
td.TdClassName
{
border-color: #6855FF;
}
.TagClassName
{
border-color: #6855FF;
}
</style>