#697EF9

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

Shades of Cornflower Blue #697EF9

Tints of Cornflower Blue #697EF9

Color information

#697EF9 (or 0x697EF9) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7E and F9. RGB value is (105,126,249). Sum of RGB (Red+Green+Blue) = 105+126+249=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #697EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697EF9 is #968106. Grayscale: #858585. Windows color (decimal): -9863431 or 16350825. OLE color: 16350825.

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

Color convert

RGB105126249-
CMYK0.580.4900.02
HSL231.25º92.31%69.41%-
HSV(B)231.25º57.83%97.65%-
XYZ30.3924.7692.8-
YUV133.74193.04107.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 249 (97.66% from 255) = 51.88%
R=21.88%
G=26.25%
B=51.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051262490.580.4900.02231.2592.3169.41
Hex697EF93A3102e75c45
Octal151176371726102347134105
Binary11010011111110111110011110101100010101110011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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