Shades of Cornflower Blue #6D9AFF
Tints of Cornflower Blue #6D9AFF
RGB
CMYK
RGB Variations
Color information
#6D9AFF (or 0x6D9AFF) is known color: Cornflower Blue. HEX triplet: 6D, 9A and FF. RGB value is (109,154,255). Sum of RGB (Red+Green+Blue) = 109+154+255=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9AFF is #926500. Grayscale: #979797. Windows color (decimal): -9594113 or 16751213. OLE color: 16751213.
HSL color Cylindrical-coordinate representation of color #6D9AFF: hue angle of 221.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D9AFF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 154 | 255 | - |
| CMYK | 0.57 | 0.40 | 0 | 0 |
| HSL | 221.51º | 1% | 0.71% | - |
| HSV(B) | 221.51º | 0.57% | 1% | - |
| XYZ | 35.91 | 33.58 | 99.2 | - |
| YUV | 152.06 | 186.09 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 255 | 0.57 | 0.40 | 0 | 0 | 221.51 | 1 | 0.71 |
| Hex | 6D | 9A | FF | 39 | 28 | 0 | 0 | DE | 64 | 47 |
| Octal | 155 | 232 | 377 | 71 | 50 | 0 | 0 | 336 | 144 | 107 |
| Binary | 1101101 | 10011010 | 11111111 | 111001 | 101000 | 0 | 0 | 11011110 | 1100100 | 1000111 |
Color Harmonies of #6D9AFF
Complementary color
Monochromatic Colors of #6D9AFF
Black with #6D9AFF
Text Example
Text Example
White with #6D9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9AFF; }
p { color: rgb(109,154,255); }
H1.HeaderClassName
{
color: #6D9AFF;
}
.AnyTagClassName
{
color: #6D9AFF;
}
</style>
background-color css
<style>
a { background-color: #6D9AFF; }
a { background-color: rgb(109,154,255); }
div.DivClassName
{
background-color: #6D9AFF;
}
.BgClassName
{
background-color: #6D9AFF;
}
</style>
border-color css
<style>
span { border-color: #6D9AFF; }
span { border-color: rgb(109,154,255); }
td.TdClassName
{
border-color: #6D9AFF;
}
.TagClassName
{
border-color: #6D9AFF;
}
</style>