Shades of Cornflower Blue #6888ED
Tints of Cornflower Blue #6888ED
RGB
CMYK
RGB Variations
Color information
#6888ED (or 0x6888ED) is known color: Cornflower Blue. HEX triplet: 68, 88 and ED. RGB value is (104,136,237). Sum of RGB (Red+Green+Blue) = 104+136+237=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #6888ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6888ED is #977712. Grayscale: #898989. Windows color (decimal): -9926419 or 15566952. OLE color: 15566952.
HSL color Cylindrical-coordinate representation of color #6888ED: hue angle of 225.56º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6888ED is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 136 | 237 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.07 |
| HSL | 225.56º | 0.79% | 0.67% | - |
| HSV(B) | 225.56º | 0.56% | 0.93% | - |
| XYZ | 29.8 | 26.67 | 83.7 | - |
| YUV | 137.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 237 | 0.56 | 0.43 | 0 | 0.07 | 225.56 | 0.79 | 0.67 |
| Hex | 68 | 88 | ED | 38 | 2B | 0 | 7 | E2 | 4F | 43 |
| Octal | 150 | 210 | 355 | 70 | 53 | 0 | 7 | 342 | 117 | 103 |
| Binary | 1101000 | 10001000 | 11101101 | 111000 | 101011 | 0 | 111 | 11100010 | 1001111 | 1000011 |
Color Harmonies of #6888ED
Complementary color
Monochromatic Colors of #6888ED
Black with #6888ED
Text Example
Text Example
White with #6888ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888ED; }
p { color: rgb(104,136,237); }
H1.HeaderClassName
{
color: #6888ED;
}
.AnyTagClassName
{
color: #6888ED;
}
</style>
background-color css
<style>
a { background-color: #6888ED; }
a { background-color: rgb(104,136,237); }
div.DivClassName
{
background-color: #6888ED;
}
.BgClassName
{
background-color: #6888ED;
}
</style>
border-color css
<style>
span { border-color: #6888ED; }
span { border-color: rgb(104,136,237); }
td.TdClassName
{
border-color: #6888ED;
}
.TagClassName
{
border-color: #6888ED;
}
</style>