Shades of Cornflower Blue #68ABF6
Tints of Cornflower Blue #68ABF6
RGB
CMYK
RGB Variations
Color information
#68ABF6 (or 0x68ABF6) is known color: Cornflower Blue. HEX triplet: 68, AB and F6. RGB value is (104,171,246). Sum of RGB (Red+Green+Blue) = 104+171+246=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #68ABF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABF6 is #975409. Grayscale: #9F9F9F. Windows color (decimal): -9917450 or 16165736. OLE color: 16165736.
HSL color Cylindrical-coordinate representation of color #68ABF6: hue angle of 211.69º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ABF6 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 171 | 246 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.04 |
| HSL | 211.69º | 0.89% | 0.69% | - |
| HSV(B) | 211.69º | 0.58% | 0.96% | - |
| XYZ | 36.91 | 38.72 | 92.72 | - |
| YUV | 159.52 | 176.8 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 246 | 0.58 | 0.30 | 0 | 0.04 | 211.69 | 0.89 | 0.69 |
| Hex | 68 | AB | F6 | 3A | 1E | 0 | 4 | D4 | 59 | 45 |
| Octal | 150 | 253 | 366 | 72 | 36 | 0 | 4 | 324 | 131 | 105 |
| Binary | 1101000 | 10101011 | 11110110 | 111010 | 11110 | 0 | 100 | 11010100 | 1011001 | 1000101 |
Color Harmonies of #68ABF6
Complementary color
Monochromatic Colors of #68ABF6
Black with #68ABF6
Text Example
Text Example
White with #68ABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABF6; }
p { color: rgb(104,171,246); }
H1.HeaderClassName
{
color: #68ABF6;
}
.AnyTagClassName
{
color: #68ABF6;
}
</style>
background-color css
<style>
a { background-color: #68ABF6; }
a { background-color: rgb(104,171,246); }
div.DivClassName
{
background-color: #68ABF6;
}
.BgClassName
{
background-color: #68ABF6;
}
</style>
border-color css
<style>
span { border-color: #68ABF6; }
span { border-color: rgb(104,171,246); }
td.TdClassName
{
border-color: #68ABF6;
}
.TagClassName
{
border-color: #68ABF6;
}
</style>