#697AE4

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

Shades of Cornflower Blue #697AE4

Tints of Cornflower Blue #697AE4

Color information

#697AE4 (or 0x697AE4) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7A and E4. RGB value is (105,122,228). Sum of RGB (Red+Green+Blue) = 105+122+228=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #697AE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AE4 is #96851B. Grayscale: #808080. Windows color (decimal): -9864476 or 14973545. OLE color: 14973545.

HSL color Cylindrical-coordinate representation of color #697AE4: hue angle of 231.71º degrees, saturation: 0.69, 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 #697AE4 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105122228-
CMYK0.540.4600.11
HSL231.71º69.49%65.29%-
HSV(B)231.71º53.95%89.41%-
XYZ26.7922.5276.33-
YUV129183.87110.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.08%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 228 (89.45% from 255) = 50.11%
R=23.08%
G=26.81%
B=50.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051222280.540.4600.11231.7169.4965.29
Hex697AE4362E0Be84541
Octal1511723446656013350105101
Binary1101001111101011100100110110101110010111110100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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