Shades of Cornflower Blue #6E9DFB
Tints of Cornflower Blue #6E9DFB
RGB
CMYK
RGB Variations
Color information
#6E9DFB (or 0x6E9DFB) is known color: Cornflower Blue. HEX triplet: 6E, 9D and FB. RGB value is (110,157,251). Sum of RGB (Red+Green+Blue) = 110+157+251=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E9DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9DFB is #916204. Grayscale: #999999. Windows color (decimal): -9527813 or 16489838. OLE color: 16489838.
HSL color Cylindrical-coordinate representation of color #6E9DFB: hue angle of 220º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E9DFB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 157 | 251 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.02 |
| HSL | 220º | 0.95% | 0.71% | - |
| HSV(B) | 220º | 0.56% | 0.98% | - |
| XYZ | 35.9 | 34.39 | 96.01 | - |
| YUV | 153.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 251 | 0.56 | 0.37 | 0 | 0.02 | 220 | 0.95 | 0.71 |
| Hex | 6E | 9D | FB | 38 | 25 | 0 | 2 | DC | 5F | 47 |
| Octal | 156 | 235 | 373 | 70 | 45 | 0 | 2 | 334 | 137 | 107 |
| Binary | 1101110 | 10011101 | 11111011 | 111000 | 100101 | 0 | 10 | 11011100 | 1011111 | 1000111 |
Color Harmonies of #6E9DFB
Complementary color
Monochromatic Colors of #6E9DFB
Black with #6E9DFB
Text Example
Text Example
White with #6E9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9DFB; }
p { color: rgb(110,157,251); }
H1.HeaderClassName
{
color: #6E9DFB;
}
.AnyTagClassName
{
color: #6E9DFB;
}
</style>
background-color css
<style>
a { background-color: #6E9DFB; }
a { background-color: rgb(110,157,251); }
div.DivClassName
{
background-color: #6E9DFB;
}
.BgClassName
{
background-color: #6E9DFB;
}
</style>
border-color css
<style>
span { border-color: #6E9DFB; }
span { border-color: rgb(110,157,251); }
td.TdClassName
{
border-color: #6E9DFB;
}
.TagClassName
{
border-color: #6E9DFB;
}
</style>