Shades of Cornflower Blue #699DDD
Tints of Cornflower Blue #699DDD
RGB
CMYK
RGB Variations
Color information
#699DDD (or 0x699DDD) is known color: Cornflower Blue. HEX triplet: 69, 9D and DD. RGB value is (105,157,221). Sum of RGB (Red+Green+Blue) = 105+157+221=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #699DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DDD is #966222. Grayscale: #949494. Windows color (decimal): -9855523 or 14523753. OLE color: 14523753.
HSL color Cylindrical-coordinate representation of color #699DDD: hue angle of 213.1º 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 #699DDD is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 157 | 221 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.13 |
| HSL | 213.1º | 0.63% | 0.64% | - |
| HSV(B) | 213.1º | 0.52% | 0.87% | - |
| XYZ | 30.93 | 32.34 | 73.02 | - |
| YUV | 148.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 221 | 0.52 | 0.29 | 0 | 0.13 | 213.1 | 0.63 | 0.64 |
| Hex | 69 | 9D | DD | 34 | 1D | 0 | D | D5 | 3F | 40 |
| Octal | 151 | 235 | 335 | 64 | 35 | 0 | 15 | 325 | 77 | 100 |
| Binary | 1101001 | 10011101 | 11011101 | 110100 | 11101 | 0 | 1101 | 11010101 | 111111 | 1000000 |
Color Harmonies of #699DDD
Complementary color
Monochromatic Colors of #699DDD
Black with #699DDD
Text Example
Text Example
White with #699DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DDD; }
p { color: rgb(105,157,221); }
H1.HeaderClassName
{
color: #699DDD;
}
.AnyTagClassName
{
color: #699DDD;
}
</style>
background-color css
<style>
a { background-color: #699DDD; }
a { background-color: rgb(105,157,221); }
div.DivClassName
{
background-color: #699DDD;
}
.BgClassName
{
background-color: #699DDD;
}
</style>
border-color css
<style>
span { border-color: #699DDD; }
span { border-color: rgb(105,157,221); }
td.TdClassName
{
border-color: #699DDD;
}
.TagClassName
{
border-color: #699DDD;
}
</style>