Shades of Cornflower Blue #697ADD
Tints of Cornflower Blue #697ADD
RGB
CMYK
RGB Variations
Color information
#697ADD (or 0x697ADD) is known color: Cornflower Blue. HEX triplet: 69, 7A and DD. RGB value is (105,122,221). Sum of RGB (Red+Green+Blue) = 105+122+221=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #697ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ADD is #968522. Grayscale: #7F7F7F. Windows color (decimal): -9864483 or 14514793. OLE color: 14514793.
HSL color Cylindrical-coordinate representation of color #697ADD: hue angle of 231.21º 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 #697ADD is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 122 | 221 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.13 |
| HSL | 231.21º | 0.63% | 0.64% | - |
| HSV(B) | 231.21º | 0.52% | 0.87% | - |
| XYZ | 25.84 | 22.14 | 71.32 | - |
| YUV | 128.2 | 180.37 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 221 | 0.52 | 0.45 | 0 | 0.13 | 231.21 | 0.63 | 0.64 |
| Hex | 69 | 7A | DD | 34 | 2D | 0 | D | E7 | 3F | 40 |
| Octal | 151 | 172 | 335 | 64 | 55 | 0 | 15 | 347 | 77 | 100 |
| Binary | 1101001 | 1111010 | 11011101 | 110100 | 101101 | 0 | 1101 | 11100111 | 111111 | 1000000 |
Color Harmonies of #697ADD
Complementary color
Monochromatic Colors of #697ADD
Black with #697ADD
Text Example
Text Example
White with #697ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697ADD; }
p { color: rgb(105,122,221); }
H1.HeaderClassName
{
color: #697ADD;
}
.AnyTagClassName
{
color: #697ADD;
}
</style>
background-color css
<style>
a { background-color: #697ADD; }
a { background-color: rgb(105,122,221); }
div.DivClassName
{
background-color: #697ADD;
}
.BgClassName
{
background-color: #697ADD;
}
</style>
border-color css
<style>
span { border-color: #697ADD; }
span { border-color: rgb(105,122,221); }
td.TdClassName
{
border-color: #697ADD;
}
.TagClassName
{
border-color: #697ADD;
}
</style>