Shades of Cornflower Blue #6D9CFA
Tints of Cornflower Blue #6D9CFA
RGB
CMYK
RGB Variations
Color information
#6D9CFA (or 0x6D9CFA) is known color: Cornflower Blue. HEX triplet: 6D, 9C and FA. RGB value is (109,156,250). Sum of RGB (Red+Green+Blue) = 109+156+250=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D9CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9CFA is #926305. Grayscale: #989898. Windows color (decimal): -9593606 or 16424045. OLE color: 16424045.
HSL color Cylindrical-coordinate representation of color #6D9CFA: hue angle of 220º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D9CFA is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 156 | 250 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.02 |
| HSL | 220º | 0.93% | 0.7% | - |
| HSV(B) | 220º | 0.56% | 0.98% | - |
| XYZ | 35.45 | 33.93 | 95.12 | - |
| YUV | 152.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 250 | 0.56 | 0.38 | 0 | 0.02 | 220 | 0.93 | 0.7 |
| Hex | 6D | 9C | FA | 38 | 26 | 0 | 2 | DC | 5D | 46 |
| Octal | 155 | 234 | 372 | 70 | 46 | 0 | 2 | 334 | 135 | 106 |
| Binary | 1101101 | 10011100 | 11111010 | 111000 | 100110 | 0 | 10 | 11011100 | 1011101 | 1000110 |
Color Harmonies of #6D9CFA
Complementary color
Monochromatic Colors of #6D9CFA
Black with #6D9CFA
Text Example
Text Example
White with #6D9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CFA; }
p { color: rgb(109,156,250); }
H1.HeaderClassName
{
color: #6D9CFA;
}
.AnyTagClassName
{
color: #6D9CFA;
}
</style>
background-color css
<style>
a { background-color: #6D9CFA; }
a { background-color: rgb(109,156,250); }
div.DivClassName
{
background-color: #6D9CFA;
}
.BgClassName
{
background-color: #6D9CFA;
}
</style>
border-color css
<style>
span { border-color: #6D9CFA; }
span { border-color: rgb(109,156,250); }
td.TdClassName
{
border-color: #6D9CFA;
}
.TagClassName
{
border-color: #6D9CFA;
}
</style>