Shades of Cornflower Blue #6D9CDF
Tints of Cornflower Blue #6D9CDF
RGB
CMYK
RGB Variations
Color information
#6D9CDF (or 0x6D9CDF) is known color: Cornflower Blue. HEX triplet: 6D, 9C and DF. RGB value is (109,156,223). Sum of RGB (Red+Green+Blue) = 109+156+223=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D9CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CDF is #926320. Grayscale: #959595. Windows color (decimal): -9593633 or 14654573. OLE color: 14654573.
HSL color Cylindrical-coordinate representation of color #6D9CDF: hue angle of 215.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D9CDF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 156 | 223 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.13 |
| HSL | 215.26º | 0.64% | 0.65% | - |
| HSV(B) | 215.26º | 0.51% | 0.87% | - |
| XYZ | 31.51 | 32.36 | 74.4 | - |
| YUV | 149.59 | 169.43 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 223 | 0.51 | 0.30 | 0 | 0.13 | 215.26 | 0.64 | 0.65 |
| Hex | 6D | 9C | DF | 33 | 1E | 0 | D | D7 | 40 | 41 |
| Octal | 155 | 234 | 337 | 63 | 36 | 0 | 15 | 327 | 100 | 101 |
| Binary | 1101101 | 10011100 | 11011111 | 110011 | 11110 | 0 | 1101 | 11010111 | 1000000 | 1000001 |
Color Harmonies of #6D9CDF
Complementary color
Monochromatic Colors of #6D9CDF
Black with #6D9CDF
Text Example
Text Example
White with #6D9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CDF; }
p { color: rgb(109,156,223); }
H1.HeaderClassName
{
color: #6D9CDF;
}
.AnyTagClassName
{
color: #6D9CDF;
}
</style>
background-color css
<style>
a { background-color: #6D9CDF; }
a { background-color: rgb(109,156,223); }
div.DivClassName
{
background-color: #6D9CDF;
}
.BgClassName
{
background-color: #6D9CDF;
}
</style>
border-color css
<style>
span { border-color: #6D9CDF; }
span { border-color: rgb(109,156,223); }
td.TdClassName
{
border-color: #6D9CDF;
}
.TagClassName
{
border-color: #6D9CDF;
}
</style>