Shades of Cornflower Blue #697FED
Tints of Cornflower Blue #697FED
RGB
CMYK
RGB Variations
Color information
#697FED (or 0x697FED) is known color: Cornflower Blue. HEX triplet: 69, 7F and ED. RGB value is (105,127,237). Sum of RGB (Red+Green+Blue) = 105+127+237=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #697FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FED is #968012. Grayscale: #848484. Windows color (decimal): -9863187 or 15564649. OLE color: 15564649.
HSL color Cylindrical-coordinate representation of color #697FED: hue angle of 230º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697FED is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 127 | 237 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.07 |
| HSL | 230º | 0.79% | 0.67% | - |
| HSV(B) | 230º | 0.56% | 0.93% | - |
| XYZ | 28.7 | 24.3 | 83.3 | - |
| YUV | 132.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 237 | 0.56 | 0.46 | 0 | 0.07 | 230 | 0.79 | 0.67 |
| Hex | 69 | 7F | ED | 38 | 2E | 0 | 7 | E6 | 4F | 43 |
| Octal | 151 | 177 | 355 | 70 | 56 | 0 | 7 | 346 | 117 | 103 |
| Binary | 1101001 | 1111111 | 11101101 | 111000 | 101110 | 0 | 111 | 11100110 | 1001111 | 1000011 |
Color Harmonies of #697FED
Complementary color
Monochromatic Colors of #697FED
Black with #697FED
Text Example
Text Example
White with #697FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FED; }
p { color: rgb(105,127,237); }
H1.HeaderClassName
{
color: #697FED;
}
.AnyTagClassName
{
color: #697FED;
}
</style>
background-color css
<style>
a { background-color: #697FED; }
a { background-color: rgb(105,127,237); }
div.DivClassName
{
background-color: #697FED;
}
.BgClassName
{
background-color: #697FED;
}
</style>
border-color css
<style>
span { border-color: #697FED; }
span { border-color: rgb(105,127,237); }
td.TdClassName
{
border-color: #697FED;
}
.TagClassName
{
border-color: #697FED;
}
</style>