#697AE7

Color #697AE7 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #697AE7

Tints of Cornflower Blue #697AE7

Color information

#697AE7 (or 0x697AE7) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7A and E7. RGB value is (105,122,231). Sum of RGB (Red+Green+Blue) = 105+122+231=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #697AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AE7 is #968518. Grayscale: #808080. Windows color (decimal): -9864473 or 15170153. OLE color: 15170153.

HSL color Cylindrical-coordinate representation of color #697AE7: hue angle of 231.9º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #697AE7 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105122231-
CMYK0.550.4700.09
HSL231.9º72.41%65.88%-
HSV(B)231.9º54.55%90.59%-
XYZ27.2122.6978.55-
YUV129.34185.37110.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 22.93%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 231 (90.62% from 255) = 50.44%
R=22.93%
G=26.64%
B=50.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1051222310.550.4700.09231.972.4165.88
Hex697AE7372F09e84842
Octal1511723476757011350110102
Binary1101001111101011100111110111101111010011110100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697AE7; }

 p { color: rgb(105,122,231); }

 H1.HeaderClassName
 {
   color: #697AE7;
 }
 .AnyTagClassName
 {
   color: #697AE7;
 }
</style>
background-color css

<style>
 a { background-color: #697AE7; }

 a { background-color: rgb(105,122,231); }

 div.DivClassName
 {
   background-color: #697AE7;
 }
 .BgClassName
 {
   background-color: #697AE7;
 }
</style>
border-color css

<style>
 span { border-color: #697AE7; }

 span { border-color: rgb(105,122,231); }

 td.TdClassName
 {
   border-color: #697AE7;
 }
 .TagClassName
 {
   border-color: #697AE7;
 }
</style>