Shades of Cornflower Blue #6990FC
Tints of Cornflower Blue #6990FC
RGB
CMYK
RGB Variations
Color information
#6990FC (or 0x6990FC) is known color: Cornflower Blue. HEX triplet: 69, 90 and FC. RGB value is (105,144,252). Sum of RGB (Red+Green+Blue) = 105+144+252=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #6990FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6990FC is #966F03. Grayscale: #909090. Windows color (decimal): -9858820 or 16552041. OLE color: 16552041.
HSL color Cylindrical-coordinate representation of color #6990FC: hue angle of 224.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6990FC is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 144 | 252 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.01 |
| HSL | 224.08º | 0.96% | 0.7% | - |
| HSV(B) | 224.08º | 0.58% | 0.99% | - |
| XYZ | 33.37 | 29.98 | 96.12 | - |
| YUV | 144.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 252 | 0.58 | 0.43 | 0 | 0.01 | 224.08 | 0.96 | 0.7 |
| Hex | 69 | 90 | FC | 3A | 2B | 0 | 1 | E0 | 60 | 46 |
| Octal | 151 | 220 | 374 | 72 | 53 | 0 | 1 | 340 | 140 | 106 |
| Binary | 1101001 | 10010000 | 11111100 | 111010 | 101011 | 0 | 1 | 11100000 | 1100000 | 1000110 |
Color Harmonies of #6990FC
Complementary color
Monochromatic Colors of #6990FC
Black with #6990FC
Text Example
Text Example
White with #6990FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990FC; }
p { color: rgb(105,144,252); }
H1.HeaderClassName
{
color: #6990FC;
}
.AnyTagClassName
{
color: #6990FC;
}
</style>
background-color css
<style>
a { background-color: #6990FC; }
a { background-color: rgb(105,144,252); }
div.DivClassName
{
background-color: #6990FC;
}
.BgClassName
{
background-color: #6990FC;
}
</style>
border-color css
<style>
span { border-color: #6990FC; }
span { border-color: rgb(105,144,252); }
td.TdClassName
{
border-color: #6990FC;
}
.TagClassName
{
border-color: #6990FC;
}
</style>