Shades of Cornflower Blue #688FDD
Tints of Cornflower Blue #688FDD
RGB
CMYK
RGB Variations
Color information
#688FDD (or 0x688FDD) is known color: Cornflower Blue. HEX triplet: 68, 8F and DD. RGB value is (104,143,221). Sum of RGB (Red+Green+Blue) = 104+143+221=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #688FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FDD is #977022. Grayscale: #8B8B8B. Windows color (decimal): -9924643 or 14520168. OLE color: 14520168.
HSL color Cylindrical-coordinate representation of color #688FDD: hue angle of 220º 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 #688FDD is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 143 | 221 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.13 |
| HSL | 220º | 0.63% | 0.64% | - |
| HSV(B) | 220º | 0.53% | 0.87% | - |
| XYZ | 28.58 | 27.81 | 72.27 | - |
| YUV | 140.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 221 | 0.53 | 0.35 | 0 | 0.13 | 220 | 0.63 | 0.64 |
| Hex | 68 | 8F | DD | 35 | 23 | 0 | D | DC | 3F | 40 |
| Octal | 150 | 217 | 335 | 65 | 43 | 0 | 15 | 334 | 77 | 100 |
| Binary | 1101000 | 10001111 | 11011101 | 110101 | 100011 | 0 | 1101 | 11011100 | 111111 | 1000000 |
Color Harmonies of #688FDD
Complementary color
Monochromatic Colors of #688FDD
Black with #688FDD
Text Example
Text Example
White with #688FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FDD; }
p { color: rgb(104,143,221); }
H1.HeaderClassName
{
color: #688FDD;
}
.AnyTagClassName
{
color: #688FDD;
}
</style>
background-color css
<style>
a { background-color: #688FDD; }
a { background-color: rgb(104,143,221); }
div.DivClassName
{
background-color: #688FDD;
}
.BgClassName
{
background-color: #688FDD;
}
</style>
border-color css
<style>
span { border-color: #688FDD; }
span { border-color: rgb(104,143,221); }
td.TdClassName
{
border-color: #688FDD;
}
.TagClassName
{
border-color: #688FDD;
}
</style>