Shades of Cornflower Blue #6992FB
Tints of Cornflower Blue #6992FB
RGB
CMYK
RGB Variations
Color information
#6992FB (or 0x6992FB) is known color: Cornflower Blue. HEX triplet: 69, 92 and FB. RGB value is (105,146,251). Sum of RGB (Red+Green+Blue) = 105+146+251=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6992FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6992FB is #966D04. Grayscale: #919191. Windows color (decimal): -9858309 or 16487017. OLE color: 16487017.
HSL color Cylindrical-coordinate representation of color #6992FB: hue angle of 223.15º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6992FB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 146 | 251 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.02 |
| HSL | 223.15º | 0.95% | 0.7% | - |
| HSV(B) | 223.15º | 0.58% | 0.98% | - |
| XYZ | 33.52 | 30.53 | 95.39 | - |
| YUV | 145.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 251 | 0.58 | 0.42 | 0 | 0.02 | 223.15 | 0.95 | 0.7 |
| Hex | 69 | 92 | FB | 3A | 2A | 0 | 2 | DF | 5F | 46 |
| Octal | 151 | 222 | 373 | 72 | 52 | 0 | 2 | 337 | 137 | 106 |
| Binary | 1101001 | 10010010 | 11111011 | 111010 | 101010 | 0 | 10 | 11011111 | 1011111 | 1000110 |
Color Harmonies of #6992FB
Complementary color
Monochromatic Colors of #6992FB
Black with #6992FB
Text Example
Text Example
White with #6992FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6992FB; }
p { color: rgb(105,146,251); }
H1.HeaderClassName
{
color: #6992FB;
}
.AnyTagClassName
{
color: #6992FB;
}
</style>
background-color css
<style>
a { background-color: #6992FB; }
a { background-color: rgb(105,146,251); }
div.DivClassName
{
background-color: #6992FB;
}
.BgClassName
{
background-color: #6992FB;
}
</style>
border-color css
<style>
span { border-color: #6992FB; }
span { border-color: rgb(105,146,251); }
td.TdClassName
{
border-color: #6992FB;
}
.TagClassName
{
border-color: #6992FB;
}
</style>