Shades of Cornflower Blue #6985DD
Tints of Cornflower Blue #6985DD
RGB
CMYK
RGB Variations
Color information
#6985DD (or 0x6985DD) is known color: Cornflower Blue. HEX triplet: 69, 85 and DD. RGB value is (105,133,221). Sum of RGB (Red+Green+Blue) = 105+133+221=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #6985DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6985DD is #967A22. Grayscale: #868686. Windows color (decimal): -9861667 or 14517609. OLE color: 14517609.
HSL color Cylindrical-coordinate representation of color #6985DD: hue angle of 225.52º 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 #6985DD is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 133 | 221 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.13 |
| HSL | 225.52º | 0.63% | 0.64% | - |
| HSV(B) | 225.52º | 0.52% | 0.87% | - |
| XYZ | 27.26 | 25 | 71.79 | - |
| YUV | 134.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 221 | 0.52 | 0.40 | 0 | 0.13 | 225.52 | 0.63 | 0.64 |
| Hex | 69 | 85 | DD | 34 | 28 | 0 | D | E2 | 3F | 40 |
| Octal | 151 | 205 | 335 | 64 | 50 | 0 | 15 | 342 | 77 | 100 |
| Binary | 1101001 | 10000101 | 11011101 | 110100 | 101000 | 0 | 1101 | 11100010 | 111111 | 1000000 |
Color Harmonies of #6985DD
Complementary color
Monochromatic Colors of #6985DD
Black with #6985DD
Text Example
Text Example
White with #6985DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6985DD; }
p { color: rgb(105,133,221); }
H1.HeaderClassName
{
color: #6985DD;
}
.AnyTagClassName
{
color: #6985DD;
}
</style>
background-color css
<style>
a { background-color: #6985DD; }
a { background-color: rgb(105,133,221); }
div.DivClassName
{
background-color: #6985DD;
}
.BgClassName
{
background-color: #6985DD;
}
</style>
border-color css
<style>
span { border-color: #6985DD; }
span { border-color: rgb(105,133,221); }
td.TdClassName
{
border-color: #6985DD;
}
.TagClassName
{
border-color: #6985DD;
}
</style>