Shades of Cornflower Blue #697FDD
Tints of Cornflower Blue #697FDD
RGB
CMYK
RGB Variations
Color information
#697FDD (or 0x697FDD) is known color: Cornflower Blue. HEX triplet: 69, 7F and DD. RGB value is (105,127,221). Sum of RGB (Red+Green+Blue) = 105+127+221=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #697FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FDD is #968022. Grayscale: #828282. Windows color (decimal): -9863203 or 14516073. OLE color: 14516073.
HSL color Cylindrical-coordinate representation of color #697FDD: hue angle of 228.62º 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 #697FDD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 127 | 221 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.13 |
| HSL | 228.62º | 0.63% | 0.64% | - |
| HSV(B) | 228.62º | 0.52% | 0.87% | - |
| XYZ | 26.47 | 23.4 | 71.53 | - |
| YUV | 131.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 221 | 0.52 | 0.43 | 0 | 0.13 | 228.62 | 0.63 | 0.64 |
| Hex | 69 | 7F | DD | 34 | 2B | 0 | D | E5 | 3F | 40 |
| Octal | 151 | 177 | 335 | 64 | 53 | 0 | 15 | 345 | 77 | 100 |
| Binary | 1101001 | 1111111 | 11011101 | 110100 | 101011 | 0 | 1101 | 11100101 | 111111 | 1000000 |
Color Harmonies of #697FDD
Complementary color
Monochromatic Colors of #697FDD
Black with #697FDD
Text Example
Text Example
White with #697FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FDD; }
p { color: rgb(105,127,221); }
H1.HeaderClassName
{
color: #697FDD;
}
.AnyTagClassName
{
color: #697FDD;
}
</style>
background-color css
<style>
a { background-color: #697FDD; }
a { background-color: rgb(105,127,221); }
div.DivClassName
{
background-color: #697FDD;
}
.BgClassName
{
background-color: #697FDD;
}
</style>
border-color css
<style>
span { border-color: #697FDD; }
span { border-color: rgb(105,127,221); }
td.TdClassName
{
border-color: #697FDD;
}
.TagClassName
{
border-color: #697FDD;
}
</style>