#697CFA

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

Shades of Cornflower Blue #697CFA

Tints of Cornflower Blue #697CFA

Color information

#697CFA (or 0x697CFA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7C and FA. RGB value is (105,124,250). Sum of RGB (Red+Green+Blue) = 105+124+250=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #697CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CFA is #968305. Grayscale: #848484. Windows color (decimal): -9863942 or 16415849. OLE color: 16415849.

HSL color Cylindrical-coordinate representation of color #697CFA: hue angle of 232.14º 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 #697CFA is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105124250-
CMYK0.580.5000.02
HSL232.14º93.55%69.61%-
HSV(B)232.14º58%98.04%-
XYZ30.2924.3293.54-
YUV132.68194.21108.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 250 (98.05% from 255) = 52.19%
R=21.92%
G=25.89%
B=52.19%

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
Decimal1051242500.580.5000.02232.1493.5569.61
Hex697CFA3A3202e85e46
Octal151174372726202350136106
Binary11010011111100111110101110101100100101110100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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