Shades of Cornflower Blue #688FE0
Tints of Cornflower Blue #688FE0
RGB
CMYK
RGB Variations
Color information
#688FE0 (or 0x688FE0) is known color: Cornflower Blue. HEX triplet: 68, 8F and E0. RGB value is (104,143,224). Sum of RGB (Red+Green+Blue) = 104+143+224=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #688FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FE0 is #97701F. Grayscale: #8C8C8C. Windows color (decimal): -9924640 or 14716776. OLE color: 14716776.
HSL color Cylindrical-coordinate representation of color #688FE0: hue angle of 220.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #688FE0 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 143 | 224 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.12 |
| HSL | 220.5º | 0.66% | 0.64% | - |
| HSV(B) | 220.5º | 0.54% | 0.88% | - |
| XYZ | 28.99 | 27.97 | 74.39 | - |
| YUV | 140.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 224 | 0.54 | 0.36 | 0 | 0.12 | 220.5 | 0.66 | 0.64 |
| Hex | 68 | 8F | E0 | 36 | 24 | 0 | C | DC | 42 | 40 |
| Octal | 150 | 217 | 340 | 66 | 44 | 0 | 14 | 334 | 102 | 100 |
| Binary | 1101000 | 10001111 | 11100000 | 110110 | 100100 | 0 | 1100 | 11011100 | 1000010 | 1000000 |
Color Harmonies of #688FE0
Complementary color
Monochromatic Colors of #688FE0
Black with #688FE0
Text Example
Text Example
White with #688FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FE0; }
p { color: rgb(104,143,224); }
H1.HeaderClassName
{
color: #688FE0;
}
.AnyTagClassName
{
color: #688FE0;
}
</style>
background-color css
<style>
a { background-color: #688FE0; }
a { background-color: rgb(104,143,224); }
div.DivClassName
{
background-color: #688FE0;
}
.BgClassName
{
background-color: #688FE0;
}
</style>
border-color css
<style>
span { border-color: #688FE0; }
span { border-color: rgb(104,143,224); }
td.TdClassName
{
border-color: #688FE0;
}
.TagClassName
{
border-color: #688FE0;
}
</style>