Shades of Cornflower Blue #688BDC
Tints of Cornflower Blue #688BDC
RGB
CMYK
RGB Variations
Color information
#688BDC (or 0x688BDC) is known color: Cornflower Blue. HEX triplet: 68, 8B and DC. RGB value is (104,139,220). Sum of RGB (Red+Green+Blue) = 104+139+220=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #688BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BDC is #977423. Grayscale: #898989. Windows color (decimal): -9925668 or 14453608. OLE color: 14453608.
HSL color Cylindrical-coordinate representation of color #688BDC: hue angle of 221.9º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688BDC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 139 | 220 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.14 |
| HSL | 221.9º | 0.62% | 0.64% | - |
| HSV(B) | 221.9º | 0.53% | 0.86% | - |
| XYZ | 27.86 | 26.58 | 71.37 | - |
| YUV | 137.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 220 | 0.53 | 0.37 | 0 | 0.14 | 221.9 | 0.62 | 0.64 |
| Hex | 68 | 8B | DC | 35 | 25 | 0 | E | DE | 3E | 40 |
| Octal | 150 | 213 | 334 | 65 | 45 | 0 | 16 | 336 | 76 | 100 |
| Binary | 1101000 | 10001011 | 11011100 | 110101 | 100101 | 0 | 1110 | 11011110 | 111110 | 1000000 |
Color Harmonies of #688BDC
Complementary color
Monochromatic Colors of #688BDC
Black with #688BDC
Text Example
Text Example
White with #688BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BDC; }
p { color: rgb(104,139,220); }
H1.HeaderClassName
{
color: #688BDC;
}
.AnyTagClassName
{
color: #688BDC;
}
</style>
background-color css
<style>
a { background-color: #688BDC; }
a { background-color: rgb(104,139,220); }
div.DivClassName
{
background-color: #688BDC;
}
.BgClassName
{
background-color: #688BDC;
}
</style>
border-color css
<style>
span { border-color: #688BDC; }
span { border-color: rgb(104,139,220); }
td.TdClassName
{
border-color: #688BDC;
}
.TagClassName
{
border-color: #688BDC;
}
</style>