Shades of Cornflower Blue #697BDE
Tints of Cornflower Blue #697BDE
RGB
CMYK
RGB Variations
Color information
#697BDE (or 0x697BDE) is known color: Cornflower Blue. HEX triplet: 69, 7B and DE. RGB value is (105,123,222). Sum of RGB (Red+Green+Blue) = 105+123+222=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #697BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BDE is #968421. Grayscale: #808080. Windows color (decimal): -9864226 or 14580585. OLE color: 14580585.
HSL color Cylindrical-coordinate representation of color #697BDE: hue angle of 230.77º 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 #697BDE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 123 | 222 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.13 |
| HSL | 230.77º | 0.64% | 0.64% | - |
| HSV(B) | 230.77º | 0.53% | 0.87% | - |
| XYZ | 26.09 | 22.44 | 72.06 | - |
| YUV | 128.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 222 | 0.53 | 0.45 | 0 | 0.13 | 230.77 | 0.64 | 0.64 |
| Hex | 69 | 7B | DE | 35 | 2D | 0 | D | E7 | 40 | 40 |
| Octal | 151 | 173 | 336 | 65 | 55 | 0 | 15 | 347 | 100 | 100 |
| Binary | 1101001 | 1111011 | 11011110 | 110101 | 101101 | 0 | 1101 | 11100111 | 1000000 | 1000000 |
Color Harmonies of #697BDE
Complementary color
Monochromatic Colors of #697BDE
Black with #697BDE
Text Example
Text Example
White with #697BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BDE; }
p { color: rgb(105,123,222); }
H1.HeaderClassName
{
color: #697BDE;
}
.AnyTagClassName
{
color: #697BDE;
}
</style>
background-color css
<style>
a { background-color: #697BDE; }
a { background-color: rgb(105,123,222); }
div.DivClassName
{
background-color: #697BDE;
}
.BgClassName
{
background-color: #697BDE;
}
</style>
border-color css
<style>
span { border-color: #697BDE; }
span { border-color: rgb(105,123,222); }
td.TdClassName
{
border-color: #697BDE;
}
.TagClassName
{
border-color: #697BDE;
}
</style>