Shades of Cornflower Blue #697CDD
Tints of Cornflower Blue #697CDD
RGB
CMYK
RGB Variations
Color information
#697CDD (or 0x697CDD) is known color: Cornflower Blue. HEX triplet: 69, 7C and DD. RGB value is (105,124,221). Sum of RGB (Red+Green+Blue) = 105+124+221=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #697CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CDD is #968322. Grayscale: #808080. Windows color (decimal): -9863971 or 14515305. OLE color: 14515305.
HSL color Cylindrical-coordinate representation of color #697CDD: hue angle of 230.17º 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 #697CDD is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 124 | 221 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.13 |
| HSL | 230.17º | 0.63% | 0.64% | - |
| HSV(B) | 230.17º | 0.52% | 0.87% | - |
| XYZ | 26.08 | 22.64 | 71.4 | - |
| YUV | 129.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 221 | 0.52 | 0.44 | 0 | 0.13 | 230.17 | 0.63 | 0.64 |
| Hex | 69 | 7C | DD | 34 | 2C | 0 | D | E6 | 3F | 40 |
| Octal | 151 | 174 | 335 | 64 | 54 | 0 | 15 | 346 | 77 | 100 |
| Binary | 1101001 | 1111100 | 11011101 | 110100 | 101100 | 0 | 1101 | 11100110 | 111111 | 1000000 |
Color Harmonies of #697CDD
Complementary color
Monochromatic Colors of #697CDD
Black with #697CDD
Text Example
Text Example
White with #697CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CDD; }
p { color: rgb(105,124,221); }
H1.HeaderClassName
{
color: #697CDD;
}
.AnyTagClassName
{
color: #697CDD;
}
</style>
background-color css
<style>
a { background-color: #697CDD; }
a { background-color: rgb(105,124,221); }
div.DivClassName
{
background-color: #697CDD;
}
.BgClassName
{
background-color: #697CDD;
}
</style>
border-color css
<style>
span { border-color: #697CDD; }
span { border-color: rgb(105,124,221); }
td.TdClassName
{
border-color: #697CDD;
}
.TagClassName
{
border-color: #697CDD;
}
</style>