Shades of Cornflower Blue #68A0FC
Tints of Cornflower Blue #68A0FC
RGB
CMYK
RGB Variations
Color information
#68A0FC (or 0x68A0FC) is known color: Cornflower Blue. HEX triplet: 68, A0 and FC. RGB value is (104,160,252). Sum of RGB (Red+Green+Blue) = 104+160+252=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #68A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A0FC is #975F03. Grayscale: #999999. Windows color (decimal): -9920260 or 16556136. OLE color: 16556136.
HSL color Cylindrical-coordinate representation of color #68A0FC: hue angle of 217.3º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A0FC is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 160 | 252 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.01 |
| HSL | 217.3º | 0.96% | 0.7% | - |
| HSV(B) | 217.3º | 0.59% | 0.99% | - |
| XYZ | 35.85 | 35.11 | 96.98 | - |
| YUV | 153.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 252 | 0.59 | 0.37 | 0 | 0.01 | 217.3 | 0.96 | 0.7 |
| Hex | 68 | A0 | FC | 3B | 25 | 0 | 1 | D9 | 60 | 46 |
| Octal | 150 | 240 | 374 | 73 | 45 | 0 | 1 | 331 | 140 | 106 |
| Binary | 1101000 | 10100000 | 11111100 | 111011 | 100101 | 0 | 1 | 11011001 | 1100000 | 1000110 |
Color Harmonies of #68A0FC
Complementary color
Monochromatic Colors of #68A0FC
Black with #68A0FC
Text Example
Text Example
White with #68A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0FC; }
p { color: rgb(104,160,252); }
H1.HeaderClassName
{
color: #68A0FC;
}
.AnyTagClassName
{
color: #68A0FC;
}
</style>
background-color css
<style>
a { background-color: #68A0FC; }
a { background-color: rgb(104,160,252); }
div.DivClassName
{
background-color: #68A0FC;
}
.BgClassName
{
background-color: #68A0FC;
}
</style>
border-color css
<style>
span { border-color: #68A0FC; }
span { border-color: rgb(104,160,252); }
td.TdClassName
{
border-color: #68A0FC;
}
.TagClassName
{
border-color: #68A0FC;
}
</style>