Shades of Cornflower Blue #6E9DF4
Tints of Cornflower Blue #6E9DF4
RGB
CMYK
RGB Variations
Color information
#6E9DF4 (or 0x6E9DF4) is known color: Cornflower Blue. HEX triplet: 6E, 9D and F4. RGB value is (110,157,244). Sum of RGB (Red+Green+Blue) = 110+157+244=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #6E9DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9DF4 is #91620B. Grayscale: #989898. Windows color (decimal): -9527820 or 16031086. OLE color: 16031086.
HSL color Cylindrical-coordinate representation of color #6E9DF4: hue angle of 218.96º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E9DF4 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 157 | 244 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.04 |
| HSL | 218.96º | 0.86% | 0.69% | - |
| HSV(B) | 218.96º | 0.55% | 0.96% | - |
| XYZ | 34.82 | 33.96 | 90.31 | - |
| YUV | 152.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 244 | 0.55 | 0.36 | 0 | 0.04 | 218.96 | 0.86 | 0.69 |
| Hex | 6E | 9D | F4 | 37 | 24 | 0 | 4 | DB | 56 | 45 |
| Octal | 156 | 235 | 364 | 67 | 44 | 0 | 4 | 333 | 126 | 105 |
| Binary | 1101110 | 10011101 | 11110100 | 110111 | 100100 | 0 | 100 | 11011011 | 1010110 | 1000101 |
Color Harmonies of #6E9DF4
Complementary color
Monochromatic Colors of #6E9DF4
Black with #6E9DF4
Text Example
Text Example
White with #6E9DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9DF4; }
p { color: rgb(110,157,244); }
H1.HeaderClassName
{
color: #6E9DF4;
}
.AnyTagClassName
{
color: #6E9DF4;
}
</style>
background-color css
<style>
a { background-color: #6E9DF4; }
a { background-color: rgb(110,157,244); }
div.DivClassName
{
background-color: #6E9DF4;
}
.BgClassName
{
background-color: #6E9DF4;
}
</style>
border-color css
<style>
span { border-color: #6E9DF4; }
span { border-color: rgb(110,157,244); }
td.TdClassName
{
border-color: #6E9DF4;
}
.TagClassName
{
border-color: #6E9DF4;
}
</style>