Shades of Cornflower Blue #68A0FF
Tints of Cornflower Blue #68A0FF
RGB
CMYK
RGB Variations
Color information
#68A0FF (or 0x68A0FF) is known color: Cornflower Blue. HEX triplet: 68, A0 and FF. RGB value is (104,160,255). Sum of RGB (Red+Green+Blue) = 104+160+255=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #68A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A0FF is #975F00. Grayscale: #999999. Windows color (decimal): -9920257 or 16752744. OLE color: 16752744.
HSL color Cylindrical-coordinate representation of color #68A0FF: hue angle of 217.75º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A0FF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 160 | 255 | - |
| CMYK | 0.59 | 0.37 | 0 | 0 |
| HSL | 217.75º | 1% | 0.7% | - |
| HSV(B) | 217.75º | 0.59% | 1% | - |
| XYZ | 36.33 | 35.3 | 99.51 | - |
| YUV | 154.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 255 | 0.59 | 0.37 | 0 | 0 | 217.75 | 1 | 0.7 |
| Hex | 68 | A0 | FF | 3B | 25 | 0 | 0 | DA | 64 | 46 |
| Octal | 150 | 240 | 377 | 73 | 45 | 0 | 0 | 332 | 144 | 106 |
| Binary | 1101000 | 10100000 | 11111111 | 111011 | 100101 | 0 | 0 | 11011010 | 1100100 | 1000110 |
Color Harmonies of #68A0FF
Complementary color
Monochromatic Colors of #68A0FF
Black with #68A0FF
Text Example
Text Example
White with #68A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0FF; }
p { color: rgb(104,160,255); }
H1.HeaderClassName
{
color: #68A0FF;
}
.AnyTagClassName
{
color: #68A0FF;
}
</style>
background-color css
<style>
a { background-color: #68A0FF; }
a { background-color: rgb(104,160,255); }
div.DivClassName
{
background-color: #68A0FF;
}
.BgClassName
{
background-color: #68A0FF;
}
</style>
border-color css
<style>
span { border-color: #68A0FF; }
span { border-color: rgb(104,160,255); }
td.TdClassName
{
border-color: #68A0FF;
}
.TagClassName
{
border-color: #68A0FF;
}
</style>