#697AE0

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

Shades of Cornflower Blue #697AE0

Tints of Cornflower Blue #697AE0

Color information

#697AE0 (or 0x697AE0) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7A and E0. RGB value is (105,122,224). Sum of RGB (Red+Green+Blue) = 105+122+224=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #697AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AE0 is #96851F. Grayscale: #808080. Windows color (decimal): -9864480 or 14711401. OLE color: 14711401.

HSL color Cylindrical-coordinate representation of color #697AE0: hue angle of 231.43º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697AE0 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB105122224-
CMYK0.530.4600.12
HSL231.43º65.75%64.51%-
HSV(B)231.43º53.12%87.84%-
XYZ26.2422.373.44-
YUV128.54181.87111.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.28%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 224 (87.89% from 255) = 49.67%
R=23.28%
G=27.05%
B=49.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1051222240.530.4600.12231.4365.7564.51
Hex697AE0352E0Ce74241
Octal1511723406556014347102101
Binary1101001111101011100000110101101110011001110011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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