Shades of Cornflower Blue #6987DF
Tints of Cornflower Blue #6987DF
RGB
CMYK
RGB Variations
Color information
#6987DF (or 0x6987DF) is known color: Cornflower Blue. HEX triplet: 69, 87 and DF. RGB value is (105,135,223). Sum of RGB (Red+Green+Blue) = 105+135+223=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #6987DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6987DF is #967820. Grayscale: #878787. Windows color (decimal): -9861153 or 14649193. OLE color: 14649193.
HSL color Cylindrical-coordinate representation of color #6987DF: hue angle of 224.75º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6987DF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 135 | 223 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.13 |
| HSL | 224.75º | 0.65% | 0.64% | - |
| HSV(B) | 224.75º | 0.53% | 0.87% | - |
| XYZ | 27.81 | 25.66 | 73.3 | - |
| YUV | 136.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 223 | 0.53 | 0.39 | 0 | 0.13 | 224.75 | 0.65 | 0.64 |
| Hex | 69 | 87 | DF | 35 | 27 | 0 | D | E1 | 41 | 40 |
| Octal | 151 | 207 | 337 | 65 | 47 | 0 | 15 | 341 | 101 | 100 |
| Binary | 1101001 | 10000111 | 11011111 | 110101 | 100111 | 0 | 1101 | 11100001 | 1000001 | 1000000 |
Color Harmonies of #6987DF
Complementary color
Monochromatic Colors of #6987DF
Black with #6987DF
Text Example
Text Example
White with #6987DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6987DF; }
p { color: rgb(105,135,223); }
H1.HeaderClassName
{
color: #6987DF;
}
.AnyTagClassName
{
color: #6987DF;
}
</style>
background-color css
<style>
a { background-color: #6987DF; }
a { background-color: rgb(105,135,223); }
div.DivClassName
{
background-color: #6987DF;
}
.BgClassName
{
background-color: #6987DF;
}
</style>
border-color css
<style>
span { border-color: #6987DF; }
span { border-color: rgb(105,135,223); }
td.TdClassName
{
border-color: #6987DF;
}
.TagClassName
{
border-color: #6987DF;
}
</style>