Shades of Cornflower Blue #6987DD
Tints of Cornflower Blue #6987DD
RGB
CMYK
RGB Variations
Color information
#6987DD (or 0x6987DD) is known color: Cornflower Blue. HEX triplet: 69, 87 and DD. RGB value is (105,135,221). Sum of RGB (Red+Green+Blue) = 105+135+221=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #6987DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6987DD is #967822. Grayscale: #878787. Windows color (decimal): -9861155 or 14518121. OLE color: 14518121.
HSL color Cylindrical-coordinate representation of color #6987DD: hue angle of 224.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6987DD is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 135 | 221 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.13 |
| HSL | 224.48º | 0.63% | 0.64% | - |
| HSV(B) | 224.48º | 0.52% | 0.87% | - |
| XYZ | 27.54 | 25.55 | 71.89 | - |
| YUV | 135.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 221 | 0.52 | 0.39 | 0 | 0.13 | 224.48 | 0.63 | 0.64 |
| Hex | 69 | 87 | DD | 34 | 27 | 0 | D | E0 | 3F | 40 |
| Octal | 151 | 207 | 335 | 64 | 47 | 0 | 15 | 340 | 77 | 100 |
| Binary | 1101001 | 10000111 | 11011101 | 110100 | 100111 | 0 | 1101 | 11100000 | 111111 | 1000000 |
Color Harmonies of #6987DD
Complementary color
Monochromatic Colors of #6987DD
Black with #6987DD
Text Example
Text Example
White with #6987DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6987DD; }
p { color: rgb(105,135,221); }
H1.HeaderClassName
{
color: #6987DD;
}
.AnyTagClassName
{
color: #6987DD;
}
</style>
background-color css
<style>
a { background-color: #6987DD; }
a { background-color: rgb(105,135,221); }
div.DivClassName
{
background-color: #6987DD;
}
.BgClassName
{
background-color: #6987DD;
}
</style>
border-color css
<style>
span { border-color: #6987DD; }
span { border-color: rgb(105,135,221); }
td.TdClassName
{
border-color: #6987DD;
}
.TagClassName
{
border-color: #6987DD;
}
</style>