#697DDF

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

Shades of Cornflower Blue #697DDF

Tints of Cornflower Blue #697DDF

Color information

#697DDF (or 0x697DDF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7D and DF. RGB value is (105,125,223). Sum of RGB (Red+Green+Blue) = 105+125+223=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #697DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DDF is #968220. Grayscale: #818181. Windows color (decimal): -9863713 or 14646633. OLE color: 14646633.

HSL color Cylindrical-coordinate representation of color #697DDF: hue angle of 229.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697DDF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105125223-
CMYK0.530.4400.13
HSL229.83º64.84%64.31%-
HSV(B)229.83º52.91%87.45%-
XYZ26.482372.86-
YUV130.19180.37110.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=23.18%
G=27.59%
B=49.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051252230.530.4400.13229.8364.8464.31
Hex697DDF352C0De64140
Octal1511753376554015346101100
Binary1101001111110111011111110101101100011011110011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,125,223); }

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

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

 a { background-color: rgb(105,125,223); }

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

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

 span { border-color: rgb(105,125,223); }

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