Shades of Cornflower Blue #688FDA
Tints of Cornflower Blue #688FDA
RGB
CMYK
RGB Variations
Color information
#688FDA (or 0x688FDA) is known color: Cornflower Blue. HEX triplet: 68, 8F and DA. RGB value is (104,143,218). Sum of RGB (Red+Green+Blue) = 104+143+218=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #688FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FDA is #977025. Grayscale: #8B8B8B. Windows color (decimal): -9924646 or 14323560. OLE color: 14323560.
HSL color Cylindrical-coordinate representation of color #688FDA: hue angle of 219.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688FDA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 143 | 218 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.15 |
| HSL | 219.47º | 0.61% | 0.63% | - |
| HSV(B) | 219.47º | 0.52% | 0.85% | - |
| XYZ | 28.19 | 27.65 | 70.18 | - |
| YUV | 139.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 218 | 0.52 | 0.34 | 0 | 0.15 | 219.47 | 0.61 | 0.63 |
| Hex | 68 | 8F | DA | 34 | 22 | 0 | F | DB | 3D | 3F |
| Octal | 150 | 217 | 332 | 64 | 42 | 0 | 17 | 333 | 75 | 77 |
| Binary | 1101000 | 10001111 | 11011010 | 110100 | 100010 | 0 | 1111 | 11011011 | 111101 | 111111 |
Color Harmonies of #688FDA
Complementary color
Monochromatic Colors of #688FDA
Black with #688FDA
Text Example
Text Example
White with #688FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FDA; }
p { color: rgb(104,143,218); }
H1.HeaderClassName
{
color: #688FDA;
}
.AnyTagClassName
{
color: #688FDA;
}
</style>
background-color css
<style>
a { background-color: #688FDA; }
a { background-color: rgb(104,143,218); }
div.DivClassName
{
background-color: #688FDA;
}
.BgClassName
{
background-color: #688FDA;
}
</style>
border-color css
<style>
span { border-color: #688FDA; }
span { border-color: rgb(104,143,218); }
td.TdClassName
{
border-color: #688FDA;
}
.TagClassName
{
border-color: #688FDA;
}
</style>