Shades of Cornflower Blue #697BE2
Tints of Cornflower Blue #697BE2
RGB
CMYK
RGB Variations
Color information
#697BE2 (or 0x697BE2) is known color: Cornflower Blue. HEX triplet: 69, 7B and E2. RGB value is (105,123,226). Sum of RGB (Red+Green+Blue) = 105+123+226=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #697BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BE2 is #96841D. Grayscale: #808080. Windows color (decimal): -9864222 or 14842729. OLE color: 14842729.
HSL color Cylindrical-coordinate representation of color #697BE2: hue angle of 231.07º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #697BE2 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 123 | 226 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.11 |
| HSL | 231.07º | 0.68% | 0.65% | - |
| HSV(B) | 231.07º | 0.54% | 0.89% | - |
| XYZ | 26.64 | 22.66 | 74.92 | - |
| YUV | 129.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 226 | 0.54 | 0.46 | 0 | 0.11 | 231.07 | 0.68 | 0.65 |
| Hex | 69 | 7B | E2 | 36 | 2E | 0 | B | E7 | 44 | 41 |
| Octal | 151 | 173 | 342 | 66 | 56 | 0 | 13 | 347 | 104 | 101 |
| Binary | 1101001 | 1111011 | 11100010 | 110110 | 101110 | 0 | 1011 | 11100111 | 1000100 | 1000001 |
Color Harmonies of #697BE2
Complementary color
Monochromatic Colors of #697BE2
Black with #697BE2
Text Example
Text Example
White with #697BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BE2; }
p { color: rgb(105,123,226); }
H1.HeaderClassName
{
color: #697BE2;
}
.AnyTagClassName
{
color: #697BE2;
}
</style>
background-color css
<style>
a { background-color: #697BE2; }
a { background-color: rgb(105,123,226); }
div.DivClassName
{
background-color: #697BE2;
}
.BgClassName
{
background-color: #697BE2;
}
</style>
border-color css
<style>
span { border-color: #697BE2; }
span { border-color: rgb(105,123,226); }
td.TdClassName
{
border-color: #697BE2;
}
.TagClassName
{
border-color: #697BE2;
}
</style>