Shades of Cornflower Blue #688CDD
Tints of Cornflower Blue #688CDD
RGB
CMYK
RGB Variations
Color information
#688CDD (or 0x688CDD) is known color: Cornflower Blue. HEX triplet: 68, 8C and DD. RGB value is (104,140,221). Sum of RGB (Red+Green+Blue) = 104+140+221=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #688CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDD is #977322. Grayscale: #8A8A8A. Windows color (decimal): -9925411 or 14519400. OLE color: 14519400.
HSL color Cylindrical-coordinate representation of color #688CDD: hue angle of 221.54º degrees, saturation: 0.63, 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 #688CDD is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 140 | 221 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.13 |
| HSL | 221.54º | 0.63% | 0.64% | - |
| HSV(B) | 221.54º | 0.53% | 0.87% | - |
| XYZ | 28.14 | 26.92 | 72.12 | - |
| YUV | 138.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 221 | 0.53 | 0.37 | 0 | 0.13 | 221.54 | 0.63 | 0.64 |
| Hex | 68 | 8C | DD | 35 | 25 | 0 | D | DE | 3F | 40 |
| Octal | 150 | 214 | 335 | 65 | 45 | 0 | 15 | 336 | 77 | 100 |
| Binary | 1101000 | 10001100 | 11011101 | 110101 | 100101 | 0 | 1101 | 11011110 | 111111 | 1000000 |
Color Harmonies of #688CDD
Complementary color
Monochromatic Colors of #688CDD
Black with #688CDD
Text Example
Text Example
White with #688CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CDD; }
p { color: rgb(104,140,221); }
H1.HeaderClassName
{
color: #688CDD;
}
.AnyTagClassName
{
color: #688CDD;
}
</style>
background-color css
<style>
a { background-color: #688CDD; }
a { background-color: rgb(104,140,221); }
div.DivClassName
{
background-color: #688CDD;
}
.BgClassName
{
background-color: #688CDD;
}
</style>
border-color css
<style>
span { border-color: #688CDD; }
span { border-color: rgb(104,140,221); }
td.TdClassName
{
border-color: #688CDD;
}
.TagClassName
{
border-color: #688CDD;
}
</style>