Shades of Cornflower Blue #6E9CFC
Tints of Cornflower Blue #6E9CFC
RGB
CMYK
RGB Variations
Color information
#6E9CFC (or 0x6E9CFC) is known color: Cornflower Blue. HEX triplet: 6E, 9C and FC. RGB value is (110,156,252). Sum of RGB (Red+Green+Blue) = 110+156+252=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9CFC is #916303. Grayscale: #989898. Windows color (decimal): -9528068 or 16555118. OLE color: 16555118.
HSL color Cylindrical-coordinate representation of color #6E9CFC: hue angle of 220.56º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E9CFC is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 156 | 252 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.01 |
| HSL | 220.56º | 0.96% | 0.71% | - |
| HSV(B) | 220.56º | 0.56% | 0.99% | - |
| XYZ | 35.89 | 34.12 | 96.79 | - |
| YUV | 153.19 | 183.76 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 156 | 252 | 0.56 | 0.38 | 0 | 0.01 | 220.56 | 0.96 | 0.71 |
| Hex | 6E | 9C | FC | 38 | 26 | 0 | 1 | DD | 60 | 47 |
| Octal | 156 | 234 | 374 | 70 | 46 | 0 | 1 | 335 | 140 | 107 |
| Binary | 1101110 | 10011100 | 11111100 | 111000 | 100110 | 0 | 1 | 11011101 | 1100000 | 1000111 |
Color Harmonies of #6E9CFC
Complementary color
Monochromatic Colors of #6E9CFC
Black with #6E9CFC
Text Example
Text Example
White with #6E9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9CFC; }
p { color: rgb(110,156,252); }
H1.HeaderClassName
{
color: #6E9CFC;
}
.AnyTagClassName
{
color: #6E9CFC;
}
</style>
background-color css
<style>
a { background-color: #6E9CFC; }
a { background-color: rgb(110,156,252); }
div.DivClassName
{
background-color: #6E9CFC;
}
.BgClassName
{
background-color: #6E9CFC;
}
</style>
border-color css
<style>
span { border-color: #6E9CFC; }
span { border-color: rgb(110,156,252); }
td.TdClassName
{
border-color: #6E9CFC;
}
.TagClassName
{
border-color: #6E9CFC;
}
</style>