Shades of Cornflower Blue #699BDD
Tints of Cornflower Blue #699BDD
RGB
CMYK
RGB Variations
Color information
#699BDD (or 0x699BDD) is known color: Cornflower Blue. HEX triplet: 69, 9B and DD. RGB value is (105,155,221). Sum of RGB (Red+Green+Blue) = 105+155+221=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #699BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BDD is #966422. Grayscale: #939393. Windows color (decimal): -9856035 or 14523241. OLE color: 14523241.
HSL color Cylindrical-coordinate representation of color #699BDD: hue angle of 214.14º 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 #699BDD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 155 | 221 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.13 |
| HSL | 214.14º | 0.63% | 0.64% | - |
| HSV(B) | 214.14º | 0.52% | 0.87% | - |
| XYZ | 30.6 | 31.67 | 72.91 | - |
| YUV | 147.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 221 | 0.52 | 0.30 | 0 | 0.13 | 214.14 | 0.63 | 0.64 |
| Hex | 69 | 9B | DD | 34 | 1E | 0 | D | D6 | 3F | 40 |
| Octal | 151 | 233 | 335 | 64 | 36 | 0 | 15 | 326 | 77 | 100 |
| Binary | 1101001 | 10011011 | 11011101 | 110100 | 11110 | 0 | 1101 | 11010110 | 111111 | 1000000 |
Color Harmonies of #699BDD
Complementary color
Monochromatic Colors of #699BDD
Black with #699BDD
Text Example
Text Example
White with #699BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BDD; }
p { color: rgb(105,155,221); }
H1.HeaderClassName
{
color: #699BDD;
}
.AnyTagClassName
{
color: #699BDD;
}
</style>
background-color css
<style>
a { background-color: #699BDD; }
a { background-color: rgb(105,155,221); }
div.DivClassName
{
background-color: #699BDD;
}
.BgClassName
{
background-color: #699BDD;
}
</style>
border-color css
<style>
span { border-color: #699BDD; }
span { border-color: rgb(105,155,221); }
td.TdClassName
{
border-color: #699BDD;
}
.TagClassName
{
border-color: #699BDD;
}
</style>