Shades of Cornflower Blue #6888E1
Tints of Cornflower Blue #6888E1
RGB
CMYK
RGB Variations
Color information
#6888E1 (or 0x6888E1) is known color: Cornflower Blue. HEX triplet: 68, 88 and E1. RGB value is (104,136,225). Sum of RGB (Red+Green+Blue) = 104+136+225=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #6888E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888E1 is #97771E. Grayscale: #888888. Windows color (decimal): -9926431 or 14780520. OLE color: 14780520.
HSL color Cylindrical-coordinate representation of color #6888E1: hue angle of 224.13º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6888E1 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 136 | 225 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.12 |
| HSL | 224.13º | 0.67% | 0.65% | - |
| HSV(B) | 224.13º | 0.54% | 0.88% | - |
| XYZ | 28.1 | 25.99 | 74.77 | - |
| YUV | 136.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 225 | 0.54 | 0.40 | 0 | 0.12 | 224.13 | 0.67 | 0.65 |
| Hex | 68 | 88 | E1 | 36 | 28 | 0 | C | E0 | 43 | 41 |
| Octal | 150 | 210 | 341 | 66 | 50 | 0 | 14 | 340 | 103 | 101 |
| Binary | 1101000 | 10001000 | 11100001 | 110110 | 101000 | 0 | 1100 | 11100000 | 1000011 | 1000001 |
Color Harmonies of #6888E1
Complementary color
Monochromatic Colors of #6888E1
Black with #6888E1
Text Example
Text Example
White with #6888E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888E1; }
p { color: rgb(104,136,225); }
H1.HeaderClassName
{
color: #6888E1;
}
.AnyTagClassName
{
color: #6888E1;
}
</style>
background-color css
<style>
a { background-color: #6888E1; }
a { background-color: rgb(104,136,225); }
div.DivClassName
{
background-color: #6888E1;
}
.BgClassName
{
background-color: #6888E1;
}
</style>
border-color css
<style>
span { border-color: #6888E1; }
span { border-color: rgb(104,136,225); }
td.TdClassName
{
border-color: #6888E1;
}
.TagClassName
{
border-color: #6888E1;
}
</style>