Shades of Cornflower Blue #68A0E5
Tints of Cornflower Blue #68A0E5
RGB
CMYK
RGB Variations
Color information
#68A0E5 (or 0x68A0E5) is known color: Cornflower Blue. HEX triplet: 68, A0 and E5. RGB value is (104,160,229). Sum of RGB (Red+Green+Blue) = 104+160+229=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #68A0E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0E5 is #975F1A. Grayscale: #969696. Windows color (decimal): -9920283 or 15048808. OLE color: 15048808.
HSL color Cylindrical-coordinate representation of color #68A0E5: hue angle of 213.12º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68A0E5 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 160 | 229 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.10 |
| HSL | 213.12º | 0.71% | 0.65% | - |
| HSV(B) | 213.12º | 0.55% | 0.9% | - |
| XYZ | 32.42 | 33.74 | 78.93 | - |
| YUV | 151.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 229 | 0.55 | 0.30 | 0 | 0.10 | 213.12 | 0.71 | 0.65 |
| Hex | 68 | A0 | E5 | 37 | 1E | 0 | A | D5 | 47 | 41 |
| Octal | 150 | 240 | 345 | 67 | 36 | 0 | 12 | 325 | 107 | 101 |
| Binary | 1101000 | 10100000 | 11100101 | 110111 | 11110 | 0 | 1010 | 11010101 | 1000111 | 1000001 |
Color Harmonies of #68A0E5
Complementary color
Monochromatic Colors of #68A0E5
Black with #68A0E5
Text Example
Text Example
White with #68A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0E5; }
p { color: rgb(104,160,229); }
H1.HeaderClassName
{
color: #68A0E5;
}
.AnyTagClassName
{
color: #68A0E5;
}
</style>
background-color css
<style>
a { background-color: #68A0E5; }
a { background-color: rgb(104,160,229); }
div.DivClassName
{
background-color: #68A0E5;
}
.BgClassName
{
background-color: #68A0E5;
}
</style>
border-color css
<style>
span { border-color: #68A0E5; }
span { border-color: rgb(104,160,229); }
td.TdClassName
{
border-color: #68A0E5;
}
.TagClassName
{
border-color: #68A0E5;
}
</style>