Shades of Cornflower Blue #688CDC
Tints of Cornflower Blue #688CDC
RGB
CMYK
RGB Variations
Color information
#688CDC (or 0x688CDC) is known color: Cornflower Blue. HEX triplet: 68, 8C and DC. RGB value is (104,140,220). Sum of RGB (Red+Green+Blue) = 104+140+220=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #688CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDC is #977323. Grayscale: #8A8A8A. Windows color (decimal): -9925412 or 14453864. OLE color: 14453864.
HSL color Cylindrical-coordinate representation of color #688CDC: hue angle of 221.38º 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 #688CDC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 140 | 220 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.14 |
| HSL | 221.38º | 0.62% | 0.64% | - |
| HSV(B) | 221.38º | 0.53% | 0.86% | - |
| XYZ | 28.01 | 26.87 | 71.42 | - |
| YUV | 138.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 220 | 0.53 | 0.36 | 0 | 0.14 | 221.38 | 0.62 | 0.64 |
| Hex | 68 | 8C | DC | 35 | 24 | 0 | E | DD | 3E | 40 |
| Octal | 150 | 214 | 334 | 65 | 44 | 0 | 16 | 335 | 76 | 100 |
| Binary | 1101000 | 10001100 | 11011100 | 110101 | 100100 | 0 | 1110 | 11011101 | 111110 | 1000000 |
Color Harmonies of #688CDC
Complementary color
Monochromatic Colors of #688CDC
Black with #688CDC
Text Example
Text Example
White with #688CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CDC; }
p { color: rgb(104,140,220); }
H1.HeaderClassName
{
color: #688CDC;
}
.AnyTagClassName
{
color: #688CDC;
}
</style>
background-color css
<style>
a { background-color: #688CDC; }
a { background-color: rgb(104,140,220); }
div.DivClassName
{
background-color: #688CDC;
}
.BgClassName
{
background-color: #688CDC;
}
</style>
border-color css
<style>
span { border-color: #688CDC; }
span { border-color: rgb(104,140,220); }
td.TdClassName
{
border-color: #688CDC;
}
.TagClassName
{
border-color: #688CDC;
}
</style>