#697EFA

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

Shades of Cornflower Blue #697EFA

Tints of Cornflower Blue #697EFA

Color information

#697EFA (or 0x697EFA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7E and FA. RGB value is (105,126,250). Sum of RGB (Red+Green+Blue) = 105+126+250=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #697EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697EFA is #968105. Grayscale: #858585. Windows color (decimal): -9863430 or 16416361. OLE color: 16416361.

HSL color Cylindrical-coordinate representation of color #697EFA: hue angle of 231.31º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697EFA is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105126250-
CMYK0.580.5000.02
HSL231.31º93.55%69.61%-
HSV(B)231.31º58%98.04%-
XYZ30.5424.8393.62-
YUV133.86193.54107.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=21.83%
G=26.20%
B=51.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051262500.580.5000.02231.3193.5569.61
Hex697EFA3A3202e75e46
Octal151176372726202347136106
Binary11010011111110111110101110101100100101110011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,126,250); }

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

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

 a { background-color: rgb(105,126,250); }

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

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

 span { border-color: rgb(105,126,250); }

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