Shades of Cornflower Blue #6992F9
Tints of Cornflower Blue #6992F9
RGB
CMYK
RGB Variations
Color information
#6992F9 (or 0x6992F9) is known color: Cornflower Blue. HEX triplet: 69, 92 and F9. RGB value is (105,146,249). Sum of RGB (Red+Green+Blue) = 105+146+249=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #6992F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6992F9 is #966D06. Grayscale: #919191. Windows color (decimal): -9858311 or 16355945. OLE color: 16355945.
HSL color Cylindrical-coordinate representation of color #6992F9: hue angle of 222.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6992F9 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 146 | 249 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.02 |
| HSL | 222.92º | 0.92% | 0.69% | - |
| HSV(B) | 222.92º | 0.58% | 0.98% | - |
| XYZ | 33.2 | 30.4 | 93.74 | - |
| YUV | 145.48 | 186.42 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 249 | 0.58 | 0.41 | 0 | 0.02 | 222.92 | 0.92 | 0.69 |
| Hex | 69 | 92 | F9 | 3A | 29 | 0 | 2 | DF | 5C | 45 |
| Octal | 151 | 222 | 371 | 72 | 51 | 0 | 2 | 337 | 134 | 105 |
| Binary | 1101001 | 10010010 | 11111001 | 111010 | 101001 | 0 | 10 | 11011111 | 1011100 | 1000101 |
Color Harmonies of #6992F9
Complementary color
Monochromatic Colors of #6992F9
Black with #6992F9
Text Example
Text Example
White with #6992F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6992F9; }
p { color: rgb(105,146,249); }
H1.HeaderClassName
{
color: #6992F9;
}
.AnyTagClassName
{
color: #6992F9;
}
</style>
background-color css
<style>
a { background-color: #6992F9; }
a { background-color: rgb(105,146,249); }
div.DivClassName
{
background-color: #6992F9;
}
.BgClassName
{
background-color: #6992F9;
}
</style>
border-color css
<style>
span { border-color: #6992F9; }
span { border-color: rgb(105,146,249); }
td.TdClassName
{
border-color: #6992F9;
}
.TagClassName
{
border-color: #6992F9;
}
</style>