Shades of Cornflower Blue #6E9CFD
Tints of Cornflower Blue #6E9CFD
RGB
CMYK
RGB Variations
Color information
#6E9CFD (or 0x6E9CFD) is known color: Cornflower Blue. HEX triplet: 6E, 9C and FD. RGB value is (110,156,253). Sum of RGB (Red+Green+Blue) = 110+156+253=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E9CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9CFD is #916302. Grayscale: #989898. Windows color (decimal): -9528067 or 16620654. OLE color: 16620654.
HSL color Cylindrical-coordinate representation of color #6E9CFD: hue angle of 220.7º 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 #6E9CFD is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 156 | 253 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.01 |
| HSL | 220.7º | 0.97% | 0.71% | - |
| HSV(B) | 220.7º | 0.57% | 0.99% | - |
| XYZ | 36.05 | 34.18 | 97.63 | - |
| YUV | 153.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 156 | 253 | 0.57 | 0.38 | 0 | 0.01 | 220.7 | 0.97 | 0.71 |
| Hex | 6E | 9C | FD | 39 | 26 | 0 | 1 | DD | 61 | 47 |
| Octal | 156 | 234 | 375 | 71 | 46 | 0 | 1 | 335 | 141 | 107 |
| Binary | 1101110 | 10011100 | 11111101 | 111001 | 100110 | 0 | 1 | 11011101 | 1100001 | 1000111 |
Color Harmonies of #6E9CFD
Complementary color
Monochromatic Colors of #6E9CFD
Black with #6E9CFD
Text Example
Text Example
White with #6E9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9CFD; }
p { color: rgb(110,156,253); }
H1.HeaderClassName
{
color: #6E9CFD;
}
.AnyTagClassName
{
color: #6E9CFD;
}
</style>
background-color css
<style>
a { background-color: #6E9CFD; }
a { background-color: rgb(110,156,253); }
div.DivClassName
{
background-color: #6E9CFD;
}
.BgClassName
{
background-color: #6E9CFD;
}
</style>
border-color css
<style>
span { border-color: #6E9CFD; }
span { border-color: rgb(110,156,253); }
td.TdClassName
{
border-color: #6E9CFD;
}
.TagClassName
{
border-color: #6E9CFD;
}
</style>