#697FF2

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

Shades of Cornflower Blue #697FF2

Tints of Cornflower Blue #697FF2

Color information

#697FF2 (or 0x697FF2) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7F and F2. RGB value is (105,127,242). Sum of RGB (Red+Green+Blue) = 105+127+242=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #697FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FF2 is #96800D. Grayscale: #858585. Windows color (decimal): -9863182 or 15892329. OLE color: 15892329.

HSL color Cylindrical-coordinate representation of color #697FF2: hue angle of 230.36º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #697FF2 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105127242-
CMYK0.570.4800.05
HSL230.36º84.05%68.04%-
HSV(B)230.36º56.61%94.9%-
XYZ29.4424.5987.2-
YUV133.53189.21107.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.15%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 242 (94.92% from 255) = 51.05%
R=22.15%
G=26.79%
B=51.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051272420.570.4800.05230.3684.0568.04
Hex697FF2393005e65444
Octal151177362716005346124104
Binary110100111111111111001011100111000001011110011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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