Shades of Cornflower Blue #699ADB
Tints of Cornflower Blue #699ADB
RGB
CMYK
RGB Variations
Color information
#699ADB (or 0x699ADB) is known color: Cornflower Blue. HEX triplet: 69, 9A and DB. RGB value is (105,154,219). Sum of RGB (Red+Green+Blue) = 105+154+219=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #699ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ADB is #966524. Grayscale: #929292. Windows color (decimal): -9856293 or 14391913. OLE color: 14391913.
HSL color Cylindrical-coordinate representation of color #699ADB: hue angle of 214.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699ADB is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 154 | 219 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.14 |
| HSL | 214.21º | 0.61% | 0.64% | - |
| HSV(B) | 214.21º | 0.52% | 0.86% | - |
| XYZ | 30.17 | 31.23 | 71.46 | - |
| YUV | 146.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 219 | 0.52 | 0.30 | 0 | 0.14 | 214.21 | 0.61 | 0.64 |
| Hex | 69 | 9A | DB | 34 | 1E | 0 | E | D6 | 3D | 40 |
| Octal | 151 | 232 | 333 | 64 | 36 | 0 | 16 | 326 | 75 | 100 |
| Binary | 1101001 | 10011010 | 11011011 | 110100 | 11110 | 0 | 1110 | 11010110 | 111101 | 1000000 |
Color Harmonies of #699ADB
Complementary color
Monochromatic Colors of #699ADB
Black with #699ADB
Text Example
Text Example
White with #699ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699ADB; }
p { color: rgb(105,154,219); }
H1.HeaderClassName
{
color: #699ADB;
}
.AnyTagClassName
{
color: #699ADB;
}
</style>
background-color css
<style>
a { background-color: #699ADB; }
a { background-color: rgb(105,154,219); }
div.DivClassName
{
background-color: #699ADB;
}
.BgClassName
{
background-color: #699ADB;
}
</style>
border-color css
<style>
span { border-color: #699ADB; }
span { border-color: rgb(105,154,219); }
td.TdClassName
{
border-color: #699ADB;
}
.TagClassName
{
border-color: #699ADB;
}
</style>