Shades of Cornflower Blue #68A9F9
Tints of Cornflower Blue #68A9F9
RGB
CMYK
RGB Variations
Color information
#68A9F9 (or 0x68A9F9) is known color: Cornflower Blue. HEX triplet: 68, A9 and F9. RGB value is (104,169,249). Sum of RGB (Red+Green+Blue) = 104+169+249=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #68A9F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A9F9 is #975606. Grayscale: #9E9E9E. Windows color (decimal): -9917959 or 16361832. OLE color: 16361832.
HSL color Cylindrical-coordinate representation of color #68A9F9: hue angle of 213.1º 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 #68A9F9 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 169 | 249 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.02 |
| HSL | 213.1º | 0.92% | 0.69% | - |
| HSV(B) | 213.1º | 0.58% | 0.98% | - |
| XYZ | 37 | 38.16 | 95.04 | - |
| YUV | 158.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 249 | 0.58 | 0.32 | 0 | 0.02 | 213.1 | 0.92 | 0.69 |
| Hex | 68 | A9 | F9 | 3A | 20 | 0 | 2 | D5 | 5C | 45 |
| Octal | 150 | 251 | 371 | 72 | 40 | 0 | 2 | 325 | 134 | 105 |
| Binary | 1101000 | 10101001 | 11111001 | 111010 | 100000 | 0 | 10 | 11010101 | 1011100 | 1000101 |
Color Harmonies of #68A9F9
Complementary color
Monochromatic Colors of #68A9F9
Black with #68A9F9
Text Example
Text Example
White with #68A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A9F9; }
p { color: rgb(104,169,249); }
H1.HeaderClassName
{
color: #68A9F9;
}
.AnyTagClassName
{
color: #68A9F9;
}
</style>
background-color css
<style>
a { background-color: #68A9F9; }
a { background-color: rgb(104,169,249); }
div.DivClassName
{
background-color: #68A9F9;
}
.BgClassName
{
background-color: #68A9F9;
}
</style>
border-color css
<style>
span { border-color: #68A9F9; }
span { border-color: rgb(104,169,249); }
td.TdClassName
{
border-color: #68A9F9;
}
.TagClassName
{
border-color: #68A9F9;
}
</style>