Shades of Cornflower Blue #6D8DF6
Tints of Cornflower Blue #6D8DF6
RGB
CMYK
RGB Variations
Color information
#6D8DF6 (or 0x6D8DF6) is known color: Cornflower Blue. HEX triplet: 6D, 8D and F6. RGB value is (109,141,246). Sum of RGB (Red+Green+Blue) = 109+141+246=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D8DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8DF6 is #927209. Grayscale: #8E8E8E. Windows color (decimal): -9597450 or 16158061. OLE color: 16158061.
HSL color Cylindrical-coordinate representation of color #6D8DF6: hue angle of 225.99º 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 #6D8DF6 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 141 | 246 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.04 |
| HSL | 225.99º | 0.88% | 0.7% | - |
| HSV(B) | 225.99º | 0.56% | 0.96% | - |
| XYZ | 32.47 | 28.95 | 91.07 | - |
| YUV | 143.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 141 | 246 | 0.56 | 0.43 | 0 | 0.04 | 225.99 | 0.88 | 0.7 |
| Hex | 6D | 8D | F6 | 38 | 2B | 0 | 4 | E2 | 58 | 46 |
| Octal | 155 | 215 | 366 | 70 | 53 | 0 | 4 | 342 | 130 | 106 |
| Binary | 1101101 | 10001101 | 11110110 | 111000 | 101011 | 0 | 100 | 11100010 | 1011000 | 1000110 |
Color Harmonies of #6D8DF6
Complementary color
Monochromatic Colors of #6D8DF6
Black with #6D8DF6
Text Example
Text Example
White with #6D8DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8DF6; }
p { color: rgb(109,141,246); }
H1.HeaderClassName
{
color: #6D8DF6;
}
.AnyTagClassName
{
color: #6D8DF6;
}
</style>
background-color css
<style>
a { background-color: #6D8DF6; }
a { background-color: rgb(109,141,246); }
div.DivClassName
{
background-color: #6D8DF6;
}
.BgClassName
{
background-color: #6D8DF6;
}
</style>
border-color css
<style>
span { border-color: #6D8DF6; }
span { border-color: rgb(109,141,246); }
td.TdClassName
{
border-color: #6D8DF6;
}
.TagClassName
{
border-color: #6D8DF6;
}
</style>