Shades of Cornflower Blue #68A0DF
Tints of Cornflower Blue #68A0DF
RGB
CMYK
RGB Variations
Color information
#68A0DF (or 0x68A0DF) is known color: Cornflower Blue. HEX triplet: 68, A0 and DF. RGB value is (104,160,223). Sum of RGB (Red+Green+Blue) = 104+160+223=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #68A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0DF is #975F20. Grayscale: #969696. Windows color (decimal): -9920289 or 14655592. OLE color: 14655592.
HSL color Cylindrical-coordinate representation of color #68A0DF: hue angle of 211.76º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A0DF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 160 | 223 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.13 |
| HSL | 211.76º | 0.65% | 0.64% | - |
| HSV(B) | 211.76º | 0.53% | 0.87% | - |
| XYZ | 31.6 | 33.41 | 74.6 | - |
| YUV | 150.44 | 168.95 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 223 | 0.53 | 0.28 | 0 | 0.13 | 211.76 | 0.65 | 0.64 |
| Hex | 68 | A0 | DF | 35 | 1C | 0 | D | D4 | 41 | 40 |
| Octal | 150 | 240 | 337 | 65 | 34 | 0 | 15 | 324 | 101 | 100 |
| Binary | 1101000 | 10100000 | 11011111 | 110101 | 11100 | 0 | 1101 | 11010100 | 1000001 | 1000000 |
Color Harmonies of #68A0DF
Complementary color
Monochromatic Colors of #68A0DF
Black with #68A0DF
Text Example
Text Example
White with #68A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0DF; }
p { color: rgb(104,160,223); }
H1.HeaderClassName
{
color: #68A0DF;
}
.AnyTagClassName
{
color: #68A0DF;
}
</style>
background-color css
<style>
a { background-color: #68A0DF; }
a { background-color: rgb(104,160,223); }
div.DivClassName
{
background-color: #68A0DF;
}
.BgClassName
{
background-color: #68A0DF;
}
</style>
border-color css
<style>
span { border-color: #68A0DF; }
span { border-color: rgb(104,160,223); }
td.TdClassName
{
border-color: #68A0DF;
}
.TagClassName
{
border-color: #68A0DF;
}
</style>