Shades of Cornflower Blue #68A8F5
Tints of Cornflower Blue #68A8F5
RGB
CMYK
RGB Variations
Color information
#68A8F5 (or 0x68A8F5) is known color: Cornflower Blue. HEX triplet: 68, A8 and F5. RGB value is (104,168,245). Sum of RGB (Red+Green+Blue) = 104+168+245=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #68A8F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A8F5 is #97570A. Grayscale: #9D9D9D. Windows color (decimal): -9918219 or 16099432. OLE color: 16099432.
HSL color Cylindrical-coordinate representation of color #68A8F5: hue angle of 212.77º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68A8F5 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 168 | 245 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.04 |
| HSL | 212.77º | 0.88% | 0.68% | - |
| HSV(B) | 212.77º | 0.58% | 0.96% | - |
| XYZ | 36.19 | 37.54 | 91.72 | - |
| YUV | 157.64 | 177.3 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 245 | 0.58 | 0.31 | 0 | 0.04 | 212.77 | 0.88 | 0.68 |
| Hex | 68 | A8 | F5 | 3A | 1F | 0 | 4 | D5 | 58 | 44 |
| Octal | 150 | 250 | 365 | 72 | 37 | 0 | 4 | 325 | 130 | 104 |
| Binary | 1101000 | 10101000 | 11110101 | 111010 | 11111 | 0 | 100 | 11010101 | 1011000 | 1000100 |
Color Harmonies of #68A8F5
Complementary color
Monochromatic Colors of #68A8F5
Black with #68A8F5
Text Example
Text Example
White with #68A8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8F5; }
p { color: rgb(104,168,245); }
H1.HeaderClassName
{
color: #68A8F5;
}
.AnyTagClassName
{
color: #68A8F5;
}
</style>
background-color css
<style>
a { background-color: #68A8F5; }
a { background-color: rgb(104,168,245); }
div.DivClassName
{
background-color: #68A8F5;
}
.BgClassName
{
background-color: #68A8F5;
}
</style>
border-color css
<style>
span { border-color: #68A8F5; }
span { border-color: rgb(104,168,245); }
td.TdClassName
{
border-color: #68A8F5;
}
.TagClassName
{
border-color: #68A8F5;
}
</style>