Shades of Cornflower Blue #697BEE
Tints of Cornflower Blue #697BEE
RGB
CMYK
RGB Variations
Color information
#697BEE (or 0x697BEE) is known color: Cornflower Blue. HEX triplet: 69, 7B and EE. RGB value is (105,123,238). Sum of RGB (Red+Green+Blue) = 105+123+238=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #697BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BEE is #968411. Grayscale: #828282. Windows color (decimal): -9864210 or 15629161. OLE color: 15629161.
HSL color Cylindrical-coordinate representation of color #697BEE: hue angle of 231.88º 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 #697BEE is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 123 | 238 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.07 |
| HSL | 231.88º | 0.8% | 0.67% | - |
| HSV(B) | 231.88º | 0.56% | 0.93% | - |
| XYZ | 28.34 | 23.34 | 83.9 | - |
| YUV | 130.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 238 | 0.56 | 0.48 | 0 | 0.07 | 231.88 | 0.8 | 0.67 |
| Hex | 69 | 7B | EE | 38 | 30 | 0 | 7 | E8 | 50 | 43 |
| Octal | 151 | 173 | 356 | 70 | 60 | 0 | 7 | 350 | 120 | 103 |
| Binary | 1101001 | 1111011 | 11101110 | 111000 | 110000 | 0 | 111 | 11101000 | 1010000 | 1000011 |
Color Harmonies of #697BEE
Complementary color
Monochromatic Colors of #697BEE
Black with #697BEE
Text Example
Text Example
White with #697BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BEE; }
p { color: rgb(105,123,238); }
H1.HeaderClassName
{
color: #697BEE;
}
.AnyTagClassName
{
color: #697BEE;
}
</style>
background-color css
<style>
a { background-color: #697BEE; }
a { background-color: rgb(105,123,238); }
div.DivClassName
{
background-color: #697BEE;
}
.BgClassName
{
background-color: #697BEE;
}
</style>
border-color css
<style>
span { border-color: #697BEE; }
span { border-color: rgb(105,123,238); }
td.TdClassName
{
border-color: #697BEE;
}
.TagClassName
{
border-color: #697BEE;
}
</style>