Shades of Cornflower Blue #6E8DFD
Tints of Cornflower Blue #6E8DFD
RGB
CMYK
RGB Variations
Color information
#6E8DFD (or 0x6E8DFD) is known color: Cornflower Blue. HEX triplet: 6E, 8D and FD. RGB value is (110,141,253). Sum of RGB (Red+Green+Blue) = 110+141+253=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E8DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8DFD is #917202. Grayscale: #909090. Windows color (decimal): -9531907 or 16616814. OLE color: 16616814.
HSL color Cylindrical-coordinate representation of color #6E8DFD: hue angle of 226.99º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E8DFD is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 141 | 253 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.01 |
| HSL | 226.99º | 0.97% | 0.71% | - |
| HSV(B) | 226.99º | 0.57% | 0.99% | - |
| XYZ | 33.68 | 29.46 | 96.84 | - |
| YUV | 144.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 253 | 0.57 | 0.44 | 0 | 0.01 | 226.99 | 0.97 | 0.71 |
| Hex | 6E | 8D | FD | 39 | 2C | 0 | 1 | E3 | 61 | 47 |
| Octal | 156 | 215 | 375 | 71 | 54 | 0 | 1 | 343 | 141 | 107 |
| Binary | 1101110 | 10001101 | 11111101 | 111001 | 101100 | 0 | 1 | 11100011 | 1100001 | 1000111 |
Color Harmonies of #6E8DFD
Complementary color
Monochromatic Colors of #6E8DFD
Black with #6E8DFD
Text Example
Text Example
White with #6E8DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DFD; }
p { color: rgb(110,141,253); }
H1.HeaderClassName
{
color: #6E8DFD;
}
.AnyTagClassName
{
color: #6E8DFD;
}
</style>
background-color css
<style>
a { background-color: #6E8DFD; }
a { background-color: rgb(110,141,253); }
div.DivClassName
{
background-color: #6E8DFD;
}
.BgClassName
{
background-color: #6E8DFD;
}
</style>
border-color css
<style>
span { border-color: #6E8DFD; }
span { border-color: rgb(110,141,253); }
td.TdClassName
{
border-color: #6E8DFD;
}
.TagClassName
{
border-color: #6E8DFD;
}
</style>