Shades of Cornflower Blue #6D90F9
Tints of Cornflower Blue #6D90F9
RGB
CMYK
RGB Variations
Color information
#6D90F9 (or 0x6D90F9) is known color: Cornflower Blue. HEX triplet: 6D, 90 and F9. RGB value is (109,144,249). Sum of RGB (Red+Green+Blue) = 109+144+249=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D90F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90F9 is #926F06. Grayscale: #919191. Windows color (decimal): -9596679 or 16355437. OLE color: 16355437.
HSL color Cylindrical-coordinate representation of color #6D90F9: hue angle of 225º degrees, saturation: 0.92, 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 #6D90F9 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 144 | 249 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.02 |
| HSL | 225º | 0.92% | 0.7% | - |
| HSV(B) | 225º | 0.56% | 0.98% | - |
| XYZ | 33.38 | 30.04 | 93.66 | - |
| YUV | 145.51 | 186.4 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 249 | 0.56 | 0.42 | 0 | 0.02 | 225 | 0.92 | 0.7 |
| Hex | 6D | 90 | F9 | 38 | 2A | 0 | 2 | E1 | 5C | 46 |
| Octal | 155 | 220 | 371 | 70 | 52 | 0 | 2 | 341 | 134 | 106 |
| Binary | 1101101 | 10010000 | 11111001 | 111000 | 101010 | 0 | 10 | 11100001 | 1011100 | 1000110 |
Color Harmonies of #6D90F9
Complementary color
Monochromatic Colors of #6D90F9
Black with #6D90F9
Text Example
Text Example
White with #6D90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D90F9; }
p { color: rgb(109,144,249); }
H1.HeaderClassName
{
color: #6D90F9;
}
.AnyTagClassName
{
color: #6D90F9;
}
</style>
background-color css
<style>
a { background-color: #6D90F9; }
a { background-color: rgb(109,144,249); }
div.DivClassName
{
background-color: #6D90F9;
}
.BgClassName
{
background-color: #6D90F9;
}
</style>
border-color css
<style>
span { border-color: #6D90F9; }
span { border-color: rgb(109,144,249); }
td.TdClassName
{
border-color: #6D90F9;
}
.TagClassName
{
border-color: #6D90F9;
}
</style>