Shades of Cornflower Blue #6D9DF6
Tints of Cornflower Blue #6D9DF6
RGB
CMYK
RGB Variations
Color information
#6D9DF6 (or 0x6D9DF6) is known color: Cornflower Blue. HEX triplet: 6D, 9D and F6. RGB value is (109,157,246). Sum of RGB (Red+Green+Blue) = 109+157+246=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D9DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9DF6 is #926209. Grayscale: #989898. Windows color (decimal): -9593354 or 16162157. OLE color: 16162157.
HSL color Cylindrical-coordinate representation of color #6D9DF6: hue angle of 218.98º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D9DF6 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 157 | 246 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.04 |
| HSL | 218.98º | 0.88% | 0.7% | - |
| HSV(B) | 218.98º | 0.56% | 0.96% | - |
| XYZ | 35 | 34.02 | 91.91 | - |
| YUV | 152.79 | 180.6 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 246 | 0.56 | 0.36 | 0 | 0.04 | 218.98 | 0.88 | 0.7 |
| Hex | 6D | 9D | F6 | 38 | 24 | 0 | 4 | DB | 58 | 46 |
| Octal | 155 | 235 | 366 | 70 | 44 | 0 | 4 | 333 | 130 | 106 |
| Binary | 1101101 | 10011101 | 11110110 | 111000 | 100100 | 0 | 100 | 11011011 | 1011000 | 1000110 |
Color Harmonies of #6D9DF6
Complementary color
Monochromatic Colors of #6D9DF6
Black with #6D9DF6
Text Example
Text Example
White with #6D9DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9DF6; }
p { color: rgb(109,157,246); }
H1.HeaderClassName
{
color: #6D9DF6;
}
.AnyTagClassName
{
color: #6D9DF6;
}
</style>
background-color css
<style>
a { background-color: #6D9DF6; }
a { background-color: rgb(109,157,246); }
div.DivClassName
{
background-color: #6D9DF6;
}
.BgClassName
{
background-color: #6D9DF6;
}
</style>
border-color css
<style>
span { border-color: #6D9DF6; }
span { border-color: rgb(109,157,246); }
td.TdClassName
{
border-color: #6D9DF6;
}
.TagClassName
{
border-color: #6D9DF6;
}
</style>