Shades of Cornflower Blue #6990EC
Tints of Cornflower Blue #6990EC
RGB
CMYK
RGB Variations
Color information
#6990EC (or 0x6990EC) is known color: Cornflower Blue. HEX triplet: 69, 90 and EC. RGB value is (105,144,236). Sum of RGB (Red+Green+Blue) = 105+144+236=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #6990EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6990EC is #966F13. Grayscale: #8E8E8E. Windows color (decimal): -9858836 or 15503465. OLE color: 15503465.
HSL color Cylindrical-coordinate representation of color #6990EC: hue angle of 222.14º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6990EC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 144 | 236 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.07 |
| HSL | 222.14º | 0.78% | 0.67% | - |
| HSV(B) | 222.14º | 0.56% | 0.93% | - |
| XYZ | 30.94 | 29.01 | 83.32 | - |
| YUV | 142.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 236 | 0.56 | 0.39 | 0 | 0.07 | 222.14 | 0.78 | 0.67 |
| Hex | 69 | 90 | EC | 38 | 27 | 0 | 7 | DE | 4E | 43 |
| Octal | 151 | 220 | 354 | 70 | 47 | 0 | 7 | 336 | 116 | 103 |
| Binary | 1101001 | 10010000 | 11101100 | 111000 | 100111 | 0 | 111 | 11011110 | 1001110 | 1000011 |
Color Harmonies of #6990EC
Complementary color
Monochromatic Colors of #6990EC
Black with #6990EC
Text Example
Text Example
White with #6990EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990EC; }
p { color: rgb(105,144,236); }
H1.HeaderClassName
{
color: #6990EC;
}
.AnyTagClassName
{
color: #6990EC;
}
</style>
background-color css
<style>
a { background-color: #6990EC; }
a { background-color: rgb(105,144,236); }
div.DivClassName
{
background-color: #6990EC;
}
.BgClassName
{
background-color: #6990EC;
}
</style>
border-color css
<style>
span { border-color: #6990EC; }
span { border-color: rgb(105,144,236); }
td.TdClassName
{
border-color: #6990EC;
}
.TagClassName
{
border-color: #6990EC;
}
</style>