#697DE1

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

Shades of Cornflower Blue #697DE1

Tints of Cornflower Blue #697DE1

Color information

#697DE1 (or 0x697DE1) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7D and E1. RGB value is (105,125,225). Sum of RGB (Red+Green+Blue) = 105+125+225=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #697DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DE1 is #96821E. Grayscale: #828282. Windows color (decimal): -9863711 or 14777705. OLE color: 14777705.

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

Color convert

RGB105125225-
CMYK0.530.4400.12
HSL230º66.67%64.71%-
HSV(B)230º53.33%88.24%-
XYZ26.7523.1174.28-
YUV130.42181.37109.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.08%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 225 (88.28% from 255) = 49.45%
R=23.08%
G=27.47%
B=49.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1051252250.530.4400.1223066.6764.71
Hex697DE1352C0Ce64341
Octal1511753416554014346103101
Binary1101001111110111100001110101101100011001110011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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