Shades of Cornflower Blue #697FEE
Tints of Cornflower Blue #697FEE
RGB
CMYK
RGB Variations
Color information
#697FEE (or 0x697FEE) is known color: Cornflower Blue. HEX triplet: 69, 7F and EE. RGB value is (105,127,238). Sum of RGB (Red+Green+Blue) = 105+127+238=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #697FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FEE is #968011. Grayscale: #848484. Windows color (decimal): -9863186 or 15630185. OLE color: 15630185.
HSL color Cylindrical-coordinate representation of color #697FEE: hue angle of 230.08º degrees, saturation: 0.8, 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 #697FEE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 127 | 238 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.07 |
| HSL | 230.08º | 0.8% | 0.67% | - |
| HSV(B) | 230.08º | 0.56% | 0.93% | - |
| XYZ | 28.85 | 24.36 | 84.07 | - |
| YUV | 133.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 238 | 0.56 | 0.47 | 0 | 0.07 | 230.08 | 0.8 | 0.67 |
| Hex | 69 | 7F | EE | 38 | 2F | 0 | 7 | E6 | 50 | 43 |
| Octal | 151 | 177 | 356 | 70 | 57 | 0 | 7 | 346 | 120 | 103 |
| Binary | 1101001 | 1111111 | 11101110 | 111000 | 101111 | 0 | 111 | 11100110 | 1010000 | 1000011 |
Color Harmonies of #697FEE
Complementary color
Monochromatic Colors of #697FEE
Black with #697FEE
Text Example
Text Example
White with #697FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FEE; }
p { color: rgb(105,127,238); }
H1.HeaderClassName
{
color: #697FEE;
}
.AnyTagClassName
{
color: #697FEE;
}
</style>
background-color css
<style>
a { background-color: #697FEE; }
a { background-color: rgb(105,127,238); }
div.DivClassName
{
background-color: #697FEE;
}
.BgClassName
{
background-color: #697FEE;
}
</style>
border-color css
<style>
span { border-color: #697FEE; }
span { border-color: rgb(105,127,238); }
td.TdClassName
{
border-color: #697FEE;
}
.TagClassName
{
border-color: #697FEE;
}
</style>