#697FE3

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

Shades of Cornflower Blue #697FE3

Tints of Cornflower Blue #697FE3

Color information

#697FE3 (or 0x697FE3) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7F and E3. RGB value is (105,127,227). Sum of RGB (Red+Green+Blue) = 105+127+227=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 227 (89.06% from 255 or 49.46% from 459); Max value from RGB is 227 - color contains mainly: blue. Hex color #697FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FE3 is #96801C. Grayscale: #838383. Windows color (decimal): -9863197 or 14909289. OLE color: 14909289.

HSL color Cylindrical-coordinate representation of color #697FE3: hue angle of 229.18º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #697FE3 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105127227-
CMYK0.540.4400.11
HSL229.18º68.54%65.1%-
HSV(B)229.18º53.74%89.02%-
XYZ27.2823.7375.82-
YUV131.82181.71108.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 227 (89.06% from 255) = 49.46%
R=22.88%
G=27.67%
B=49.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051272270.540.4400.11229.1868.5465.1
Hex697FE3362C0Be54541
Octal1511773436654013345105101
Binary1101001111111111100011110110101100010111110010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,127,227); }

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

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

 a { background-color: rgb(105,127,227); }

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

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

 span { border-color: rgb(105,127,227); }

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