Shades of Cornflower Blue #6988FA
Tints of Cornflower Blue #6988FA
RGB
CMYK
RGB Variations
Color information
#6988FA (or 0x6988FA) is known color: Cornflower Blue. HEX triplet: 69, 88 and FA. RGB value is (105,136,250). Sum of RGB (Red+Green+Blue) = 105+136+250=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #6988FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6988FA is #967705. Grayscale: #8B8B8B. Windows color (decimal): -9860870 or 16418921. OLE color: 16418921.
HSL color Cylindrical-coordinate representation of color #6988FA: hue angle of 227.17º degrees, saturation: 0.94, 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 #6988FA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 136 | 250 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.02 |
| HSL | 227.17º | 0.94% | 0.7% | - |
| HSV(B) | 227.17º | 0.58% | 0.98% | - |
| XYZ | 31.89 | 27.51 | 94.07 | - |
| YUV | 139.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 250 | 0.58 | 0.46 | 0 | 0.02 | 227.17 | 0.94 | 0.7 |
| Hex | 69 | 88 | FA | 3A | 2E | 0 | 2 | E3 | 5E | 46 |
| Octal | 151 | 210 | 372 | 72 | 56 | 0 | 2 | 343 | 136 | 106 |
| Binary | 1101001 | 10001000 | 11111010 | 111010 | 101110 | 0 | 10 | 11100011 | 1011110 | 1000110 |
Color Harmonies of #6988FA
Complementary color
Monochromatic Colors of #6988FA
Black with #6988FA
Text Example
Text Example
White with #6988FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6988FA; }
p { color: rgb(105,136,250); }
H1.HeaderClassName
{
color: #6988FA;
}
.AnyTagClassName
{
color: #6988FA;
}
</style>
background-color css
<style>
a { background-color: #6988FA; }
a { background-color: rgb(105,136,250); }
div.DivClassName
{
background-color: #6988FA;
}
.BgClassName
{
background-color: #6988FA;
}
</style>
border-color css
<style>
span { border-color: #6988FA; }
span { border-color: rgb(105,136,250); }
td.TdClassName
{
border-color: #6988FA;
}
.TagClassName
{
border-color: #6988FA;
}
</style>