Shades of Cornflower Blue #697FDE
Tints of Cornflower Blue #697FDE
RGB
CMYK
RGB Variations
Color information
#697FDE (or 0x697FDE) is known color: Cornflower Blue. HEX triplet: 69, 7F and DE. RGB value is (105,127,222). Sum of RGB (Red+Green+Blue) = 105+127+222=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #697FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FDE is #968021. Grayscale: #828282. Windows color (decimal): -9863202 or 14581609. OLE color: 14581609.
HSL color Cylindrical-coordinate representation of color #697FDE: hue angle of 228.72º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697FDE is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 127 | 222 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.13 |
| HSL | 228.72º | 0.64% | 0.64% | - |
| HSV(B) | 228.72º | 0.53% | 0.87% | - |
| XYZ | 26.6 | 23.46 | 72.23 | - |
| YUV | 131.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 222 | 0.53 | 0.43 | 0 | 0.13 | 228.72 | 0.64 | 0.64 |
| Hex | 69 | 7F | DE | 35 | 2B | 0 | D | E5 | 40 | 40 |
| Octal | 151 | 177 | 336 | 65 | 53 | 0 | 15 | 345 | 100 | 100 |
| Binary | 1101001 | 1111111 | 11011110 | 110101 | 101011 | 0 | 1101 | 11100101 | 1000000 | 1000000 |
Color Harmonies of #697FDE
Complementary color
Monochromatic Colors of #697FDE
Black with #697FDE
Text Example
Text Example
White with #697FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FDE; }
p { color: rgb(105,127,222); }
H1.HeaderClassName
{
color: #697FDE;
}
.AnyTagClassName
{
color: #697FDE;
}
</style>
background-color css
<style>
a { background-color: #697FDE; }
a { background-color: rgb(105,127,222); }
div.DivClassName
{
background-color: #697FDE;
}
.BgClassName
{
background-color: #697FDE;
}
</style>
border-color css
<style>
span { border-color: #697FDE; }
span { border-color: rgb(105,127,222); }
td.TdClassName
{
border-color: #697FDE;
}
.TagClassName
{
border-color: #697FDE;
}
</style>