Shades of Cornflower Blue #6D9CFE
Tints of Cornflower Blue #6D9CFE
RGB
CMYK
RGB Variations
Color information
#6D9CFE (or 0x6D9CFE) is known color: Cornflower Blue. HEX triplet: 6D, 9C and FE. RGB value is (109,156,254). Sum of RGB (Red+Green+Blue) = 109+156+254=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D9CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9CFE is #926301. Grayscale: #989898. Windows color (decimal): -9593602 or 16686189. OLE color: 16686189.
HSL color Cylindrical-coordinate representation of color #6D9CFE: hue angle of 220.55º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D9CFE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 156 | 254 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.00 |
| HSL | 220.55º | 0.99% | 0.71% | - |
| HSV(B) | 220.55º | 0.57% | 1% | - |
| XYZ | 36.08 | 34.18 | 98.46 | - |
| YUV | 153.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 254 | 0.57 | 0.39 | 0 | 0.00 | 220.55 | 0.99 | 0.71 |
| Hex | 6D | 9C | FE | 39 | 27 | 0 | 0 | DD | 63 | 47 |
| Octal | 155 | 234 | 376 | 71 | 47 | 0 | 0 | 335 | 143 | 107 |
| Binary | 1101101 | 10011100 | 11111110 | 111001 | 100111 | 0 | 0 | 11011101 | 1100011 | 1000111 |
Color Harmonies of #6D9CFE
Complementary color
Monochromatic Colors of #6D9CFE
Black with #6D9CFE
Text Example
Text Example
White with #6D9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CFE; }
p { color: rgb(109,156,254); }
H1.HeaderClassName
{
color: #6D9CFE;
}
.AnyTagClassName
{
color: #6D9CFE;
}
</style>
background-color css
<style>
a { background-color: #6D9CFE; }
a { background-color: rgb(109,156,254); }
div.DivClassName
{
background-color: #6D9CFE;
}
.BgClassName
{
background-color: #6D9CFE;
}
</style>
border-color css
<style>
span { border-color: #6D9CFE; }
span { border-color: rgb(109,156,254); }
td.TdClassName
{
border-color: #6D9CFE;
}
.TagClassName
{
border-color: #6D9CFE;
}
</style>