Shades of Cornflower Blue #688CDF
Tints of Cornflower Blue #688CDF
RGB
CMYK
RGB Variations
Color information
#688CDF (or 0x688CDF) is known color: Cornflower Blue. HEX triplet: 68, 8C and DF. RGB value is (104,140,223). Sum of RGB (Red+Green+Blue) = 104+140+223=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #688CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDF is #977320. Grayscale: #8A8A8A. Windows color (decimal): -9925409 or 14650472. OLE color: 14650472.
HSL color Cylindrical-coordinate representation of color #688CDF: hue angle of 221.85º 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 #688CDF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 140 | 223 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.13 |
| HSL | 221.85º | 0.65% | 0.64% | - |
| HSV(B) | 221.85º | 0.53% | 0.87% | - |
| XYZ | 28.41 | 27.03 | 73.53 | - |
| YUV | 138.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 223 | 0.53 | 0.37 | 0 | 0.13 | 221.85 | 0.65 | 0.64 |
| Hex | 68 | 8C | DF | 35 | 25 | 0 | D | DE | 41 | 40 |
| Octal | 150 | 214 | 337 | 65 | 45 | 0 | 15 | 336 | 101 | 100 |
| Binary | 1101000 | 10001100 | 11011111 | 110101 | 100101 | 0 | 1101 | 11011110 | 1000001 | 1000000 |
Color Harmonies of #688CDF
Complementary color
Monochromatic Colors of #688CDF
Black with #688CDF
Text Example
Text Example
White with #688CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CDF; }
p { color: rgb(104,140,223); }
H1.HeaderClassName
{
color: #688CDF;
}
.AnyTagClassName
{
color: #688CDF;
}
</style>
background-color css
<style>
a { background-color: #688CDF; }
a { background-color: rgb(104,140,223); }
div.DivClassName
{
background-color: #688CDF;
}
.BgClassName
{
background-color: #688CDF;
}
</style>
border-color css
<style>
span { border-color: #688CDF; }
span { border-color: rgb(104,140,223); }
td.TdClassName
{
border-color: #688CDF;
}
.TagClassName
{
border-color: #688CDF;
}
</style>