Shades of Cornflower Blue #6987EF
Tints of Cornflower Blue #6987EF
RGB
CMYK
RGB Variations
Color information
#6987EF (or 0x6987EF) is known color: Cornflower Blue. HEX triplet: 69, 87 and EF. RGB value is (105,135,239). Sum of RGB (Red+Green+Blue) = 105+135+239=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #6987EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6987EF is #967810. Grayscale: #898989. Windows color (decimal): -9861137 or 15697769. OLE color: 15697769.
HSL color Cylindrical-coordinate representation of color #6987EF: hue angle of 226.57º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6987EF is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 135 | 239 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.06 |
| HSL | 226.57º | 0.81% | 0.67% | - |
| HSV(B) | 226.57º | 0.56% | 0.94% | - |
| XYZ | 30.07 | 26.56 | 85.2 | - |
| YUV | 137.89 | 185.06 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 239 | 0.56 | 0.44 | 0 | 0.06 | 226.57 | 0.81 | 0.67 |
| Hex | 69 | 87 | EF | 38 | 2C | 0 | 6 | E3 | 51 | 43 |
| Octal | 151 | 207 | 357 | 70 | 54 | 0 | 6 | 343 | 121 | 103 |
| Binary | 1101001 | 10000111 | 11101111 | 111000 | 101100 | 0 | 110 | 11100011 | 1010001 | 1000011 |
Color Harmonies of #6987EF
Complementary color
Monochromatic Colors of #6987EF
Black with #6987EF
Text Example
Text Example
White with #6987EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6987EF; }
p { color: rgb(105,135,239); }
H1.HeaderClassName
{
color: #6987EF;
}
.AnyTagClassName
{
color: #6987EF;
}
</style>
background-color css
<style>
a { background-color: #6987EF; }
a { background-color: rgb(105,135,239); }
div.DivClassName
{
background-color: #6987EF;
}
.BgClassName
{
background-color: #6987EF;
}
</style>
border-color css
<style>
span { border-color: #6987EF; }
span { border-color: rgb(105,135,239); }
td.TdClassName
{
border-color: #6987EF;
}
.TagClassName
{
border-color: #6987EF;
}
</style>