Color Hex Logo

#697bce Color Hex

#697BCE
(105,123,206)
0 Favorites   0 Comments

Color spaces of #697bce

RGB 105123206
HSL0.640.510.61
HSV229°49°81°
CMYK 0.490.400.00   0.19
XYZ24.049221.625461.2991
Yxy21.62540.22480.2022
Hunter Lab46.503110.9312-45.6022
CIE-Lab53.627316.1278-45.0964

#697bce color RGB value is (105,123,206).

#697bce hex color red value is 105, green value is 123 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #697bce hue: 0.64 , saturation: 0.51 and the lightness value of 697bce is 0.61.

The process color (four color CMYK) of #697bce color hex is 0.49, 0.40, 0.00, 0.19. Web safe color of #697bce is #6666cc. Color #697bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111011 11001110
Octal 151 173 316
Decimal 105 123 206
Hex 69 7B CE

RGB Percentages of Color #697bce

%24.19
%28.34
%47.47

CMYK Percentages of Color #697bce

%49
%40
%0
%19

Triadic Colors of #697bce

#697bce #ce697b #7bce69

Analogous Colors of #697bce

#697bce #8a69ce #69aece

Monochromatic Colors of #697bce

#697bce

Complementary Color

#697bce #cebc69

#697bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#697bce Color CSS Codes

.mybgcolor {background-color:#697bce; } 
.myforecolor {color:#697bce; }
.mybordercolor {border:3px solid #697bce; }

#697bce Text Font Color

<p style="color:#697bce">Text here</p>

This sample text font color is #697bce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#697bce Background Color

<div style="background-color:#697bce">
Div content here</div>

This div background color is #697bce


#697bce Border Color

<div style="border:3px solid #697bce">
Div here</div>

This div border color is #697bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,123,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #697bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #697bce;
  -webkit-box-shadow: 1px 1px 3px 2px #697bce;
  box-shadow:         1px 1px 3px 2px #697bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,123,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #697bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #697bce;
  -webkit-box-shadow: 1px 1px 3px 2px #697bce;
  box-shadow:         1px 1px 3px 2px #697bce;">
Div content here</div>

This div box has shadow with color #697bce


Comments

No comments written yet.

Please login to write comment.