Shades of Cornflower Blue #68A8F1
Tints of Cornflower Blue #68A8F1
RGB
CMYK
RGB Variations
Color information
#68A8F1 (or 0x68A8F1) is known color: Cornflower Blue. HEX triplet: 68, A8 and F1. RGB value is (104,168,241). Sum of RGB (Red+Green+Blue) = 104+168+241=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #68A8F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A8F1 is #97570E. Grayscale: #9C9C9C. Windows color (decimal): -9918223 or 15837288. OLE color: 15837288.
HSL color Cylindrical-coordinate representation of color #68A8F1: hue angle of 211.97º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68A8F1 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 168 | 241 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.05 |
| HSL | 211.97º | 0.83% | 0.68% | - |
| HSV(B) | 211.97º | 0.57% | 0.95% | - |
| XYZ | 35.59 | 37.3 | 88.54 | - |
| YUV | 157.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 241 | 0.57 | 0.30 | 0 | 0.05 | 211.97 | 0.83 | 0.68 |
| Hex | 68 | A8 | F1 | 39 | 1E | 0 | 5 | D4 | 53 | 44 |
| Octal | 150 | 250 | 361 | 71 | 36 | 0 | 5 | 324 | 123 | 104 |
| Binary | 1101000 | 10101000 | 11110001 | 111001 | 11110 | 0 | 101 | 11010100 | 1010011 | 1000100 |
Color Harmonies of #68A8F1
Complementary color
Monochromatic Colors of #68A8F1
Black with #68A8F1
Text Example
Text Example
White with #68A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8F1; }
p { color: rgb(104,168,241); }
H1.HeaderClassName
{
color: #68A8F1;
}
.AnyTagClassName
{
color: #68A8F1;
}
</style>
background-color css
<style>
a { background-color: #68A8F1; }
a { background-color: rgb(104,168,241); }
div.DivClassName
{
background-color: #68A8F1;
}
.BgClassName
{
background-color: #68A8F1;
}
</style>
border-color css
<style>
span { border-color: #68A8F1; }
span { border-color: rgb(104,168,241); }
td.TdClassName
{
border-color: #68A8F1;
}
.TagClassName
{
border-color: #68A8F1;
}
</style>