Shades of Cornflower Blue #6988ED
Tints of Cornflower Blue #6988ED
RGB
CMYK
RGB Variations
Color information
#6988ED (or 0x6988ED) is known color: Cornflower Blue. HEX triplet: 69, 88 and ED. RGB value is (105,136,237). Sum of RGB (Red+Green+Blue) = 105+136+237=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #6988ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6988ED is #967712. Grayscale: #898989. Windows color (decimal): -9860883 or 15566953. OLE color: 15566953.
HSL color Cylindrical-coordinate representation of color #6988ED: hue angle of 225.91º 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 #6988ED is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 136 | 237 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.07 |
| HSL | 225.91º | 0.79% | 0.67% | - |
| HSV(B) | 225.91º | 0.56% | 0.93% | - |
| XYZ | 29.92 | 26.73 | 83.7 | - |
| YUV | 138.25 | 183.73 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 237 | 0.56 | 0.43 | 0 | 0.07 | 225.91 | 0.79 | 0.67 |
| Hex | 69 | 88 | ED | 38 | 2B | 0 | 7 | E2 | 4F | 43 |
| Octal | 151 | 210 | 355 | 70 | 53 | 0 | 7 | 342 | 117 | 103 |
| Binary | 1101001 | 10001000 | 11101101 | 111000 | 101011 | 0 | 111 | 11100010 | 1001111 | 1000011 |
Color Harmonies of #6988ED
Complementary color
Monochromatic Colors of #6988ED
Black with #6988ED
Text Example
Text Example
White with #6988ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6988ED; }
p { color: rgb(105,136,237); }
H1.HeaderClassName
{
color: #6988ED;
}
.AnyTagClassName
{
color: #6988ED;
}
</style>
background-color css
<style>
a { background-color: #6988ED; }
a { background-color: rgb(105,136,237); }
div.DivClassName
{
background-color: #6988ED;
}
.BgClassName
{
background-color: #6988ED;
}
</style>
border-color css
<style>
span { border-color: #6988ED; }
span { border-color: rgb(105,136,237); }
td.TdClassName
{
border-color: #6988ED;
}
.TagClassName
{
border-color: #6988ED;
}
</style>