Shades of Cornflower Blue #6E9FFC
Tints of Cornflower Blue #6E9FFC
RGB
CMYK
RGB Variations
Color information
#6E9FFC (or 0x6E9FFC) is known color: Cornflower Blue. HEX triplet: 6E, 9F and FC. RGB value is (110,159,252). Sum of RGB (Red+Green+Blue) = 110+159+252=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E9FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9FFC is #916003. Grayscale: #9A9A9A. Windows color (decimal): -9527300 or 16555886. OLE color: 16555886.
HSL color Cylindrical-coordinate representation of color #6E9FFC: hue angle of 219.3º 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 #6E9FFC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 159 | 252 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.01 |
| HSL | 219.3º | 0.96% | 0.71% | - |
| HSV(B) | 219.3º | 0.56% | 0.99% | - |
| XYZ | 36.4 | 35.14 | 96.96 | - |
| YUV | 154.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 159 | 252 | 0.56 | 0.37 | 0 | 0.01 | 219.3 | 0.96 | 0.71 |
| Hex | 6E | 9F | FC | 38 | 25 | 0 | 1 | DB | 60 | 47 |
| Octal | 156 | 237 | 374 | 70 | 45 | 0 | 1 | 333 | 140 | 107 |
| Binary | 1101110 | 10011111 | 11111100 | 111000 | 100101 | 0 | 1 | 11011011 | 1100000 | 1000111 |
Color Harmonies of #6E9FFC
Complementary color
Monochromatic Colors of #6E9FFC
Black with #6E9FFC
Text Example
Text Example
White with #6E9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9FFC; }
p { color: rgb(110,159,252); }
H1.HeaderClassName
{
color: #6E9FFC;
}
.AnyTagClassName
{
color: #6E9FFC;
}
</style>
background-color css
<style>
a { background-color: #6E9FFC; }
a { background-color: rgb(110,159,252); }
div.DivClassName
{
background-color: #6E9FFC;
}
.BgClassName
{
background-color: #6E9FFC;
}
</style>
border-color css
<style>
span { border-color: #6E9FFC; }
span { border-color: rgb(110,159,252); }
td.TdClassName
{
border-color: #6E9FFC;
}
.TagClassName
{
border-color: #6E9FFC;
}
</style>