Shades of Cornflower Blue #68A6FA
Tints of Cornflower Blue #68A6FA
RGB
CMYK
RGB Variations
Color information
#68A6FA (or 0x68A6FA) is known color: Cornflower Blue. HEX triplet: 68, A6 and FA. RGB value is (104,166,250). Sum of RGB (Red+Green+Blue) = 104+166+250=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #68A6FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A6FA is #975905. Grayscale: #9C9C9C. Windows color (decimal): -9918726 or 16426600. OLE color: 16426600.
HSL color Cylindrical-coordinate representation of color #68A6FA: hue angle of 214.52º degrees, saturation: 0.94, 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 #68A6FA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 166 | 250 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.02 |
| HSL | 214.52º | 0.94% | 0.69% | - |
| HSV(B) | 214.52º | 0.58% | 0.98% | - |
| XYZ | 36.6 | 37.12 | 95.68 | - |
| YUV | 157.04 | 180.46 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 250 | 0.58 | 0.34 | 0 | 0.02 | 214.52 | 0.94 | 0.69 |
| Hex | 68 | A6 | FA | 3A | 22 | 0 | 2 | D7 | 5E | 45 |
| Octal | 150 | 246 | 372 | 72 | 42 | 0 | 2 | 327 | 136 | 105 |
| Binary | 1101000 | 10100110 | 11111010 | 111010 | 100010 | 0 | 10 | 11010111 | 1011110 | 1000101 |
Color Harmonies of #68A6FA
Complementary color
Monochromatic Colors of #68A6FA
Black with #68A6FA
Text Example
Text Example
White with #68A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A6FA; }
p { color: rgb(104,166,250); }
H1.HeaderClassName
{
color: #68A6FA;
}
.AnyTagClassName
{
color: #68A6FA;
}
</style>
background-color css
<style>
a { background-color: #68A6FA; }
a { background-color: rgb(104,166,250); }
div.DivClassName
{
background-color: #68A6FA;
}
.BgClassName
{
background-color: #68A6FA;
}
</style>
border-color css
<style>
span { border-color: #68A6FA; }
span { border-color: rgb(104,166,250); }
td.TdClassName
{
border-color: #68A6FA;
}
.TagClassName
{
border-color: #68A6FA;
}
</style>