Shades of Cornflower Blue #688FD7
Tints of Cornflower Blue #688FD7
RGB
CMYK
RGB Variations
Color information
#688FD7 (or 0x688FD7) is known color: Cornflower Blue. HEX triplet: 68, 8F and D7. RGB value is (104,143,215). Sum of RGB (Red+Green+Blue) = 104+143+215=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #688FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FD7 is #977028. Grayscale: #8B8B8B. Windows color (decimal): -9924649 or 14126952. OLE color: 14126952.
HSL color Cylindrical-coordinate representation of color #688FD7: hue angle of 218.92º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688FD7 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 143 | 215 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.16 |
| HSL | 218.92º | 0.58% | 0.63% | - |
| HSV(B) | 218.92º | 0.52% | 0.84% | - |
| XYZ | 27.8 | 27.49 | 68.13 | - |
| YUV | 139.55 | 170.58 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 215 | 0.52 | 0.33 | 0 | 0.16 | 218.92 | 0.58 | 0.63 |
| Hex | 68 | 8F | D7 | 34 | 21 | 0 | 10 | DB | 3A | 3F |
| Octal | 150 | 217 | 327 | 64 | 41 | 0 | 20 | 333 | 72 | 77 |
| Binary | 1101000 | 10001111 | 11010111 | 110100 | 100001 | 0 | 10000 | 11011011 | 111010 | 111111 |
Color Harmonies of #688FD7
Complementary color
Monochromatic Colors of #688FD7
Black with #688FD7
Text Example
Text Example
White with #688FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FD7; }
p { color: rgb(104,143,215); }
H1.HeaderClassName
{
color: #688FD7;
}
.AnyTagClassName
{
color: #688FD7;
}
</style>
background-color css
<style>
a { background-color: #688FD7; }
a { background-color: rgb(104,143,215); }
div.DivClassName
{
background-color: #688FD7;
}
.BgClassName
{
background-color: #688FD7;
}
</style>
border-color css
<style>
span { border-color: #688FD7; }
span { border-color: rgb(104,143,215); }
td.TdClassName
{
border-color: #688FD7;
}
.TagClassName
{
border-color: #688FD7;
}
</style>