Shades of Cornflower Blue #6D90FC
Tints of Cornflower Blue #6D90FC
RGB
CMYK
RGB Variations
Color information
#6D90FC (or 0x6D90FC) is known color: Cornflower Blue. HEX triplet: 6D, 90 and FC. RGB value is (109,144,252). Sum of RGB (Red+Green+Blue) = 109+144+252=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D90FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90FC is #926F03. Grayscale: #919191. Windows color (decimal): -9596676 or 16552045. OLE color: 16552045.
HSL color Cylindrical-coordinate representation of color #6D90FC: hue angle of 225.31º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D90FC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 144 | 252 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.01 |
| HSL | 225.31º | 0.96% | 0.71% | - |
| HSV(B) | 225.31º | 0.57% | 0.99% | - |
| XYZ | 33.85 | 30.23 | 96.15 | - |
| YUV | 145.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 252 | 0.57 | 0.43 | 0 | 0.01 | 225.31 | 0.96 | 0.71 |
| Hex | 6D | 90 | FC | 39 | 2B | 0 | 1 | E1 | 60 | 47 |
| Octal | 155 | 220 | 374 | 71 | 53 | 0 | 1 | 341 | 140 | 107 |
| Binary | 1101101 | 10010000 | 11111100 | 111001 | 101011 | 0 | 1 | 11100001 | 1100000 | 1000111 |
Color Harmonies of #6D90FC
Complementary color
Monochromatic Colors of #6D90FC
Black with #6D90FC
Text Example
Text Example
White with #6D90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D90FC; }
p { color: rgb(109,144,252); }
H1.HeaderClassName
{
color: #6D90FC;
}
.AnyTagClassName
{
color: #6D90FC;
}
</style>
background-color css
<style>
a { background-color: #6D90FC; }
a { background-color: rgb(109,144,252); }
div.DivClassName
{
background-color: #6D90FC;
}
.BgClassName
{
background-color: #6D90FC;
}
</style>
border-color css
<style>
span { border-color: #6D90FC; }
span { border-color: rgb(109,144,252); }
td.TdClassName
{
border-color: #6D90FC;
}
.TagClassName
{
border-color: #6D90FC;
}
</style>