Color Hex Logo

#699ecf Color Hex

#699ECF
(105,158,207)
0 Favorites   0 Comments

Color spaces of #699ecf

RGB 105158207
HSL0.580.520.61
HSV209°49°81°
CMYK 0.490.240.00   0.19
XYZ29.315031.962063.6557
Yxy31.96200.23460.2558
Hunter Lab56.5349-6.3788-27.1833
CIE-Lab63.3115-4.0384-30.4893

#699ecf color RGB value is (105,158,207).

#699ecf hex color red value is 105, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #699ecf hue: 0.58 , saturation: 0.52 and the lightness value of 699ecf is 0.61.

The process color (four color CMYK) of #699ecf color hex is 0.49, 0.24, 0.00, 0.19. Web safe color of #699ecf is #6699cc. Color #699ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011110 11001111
Octal 151 236 317
Decimal 105 158 207
Hex 69 9E CF

RGB Percentages of Color #699ecf

%22.34
%33.62
%44.04

CMYK Percentages of Color #699ecf

%49
%24
%0
%19

Triadic Colors of #699ecf

#699ecf #cf699e #9ecf69

Analogous Colors of #699ecf

#699ecf #696bcf #69cfcd

Monochromatic Colors of #699ecf

#699ecf

Complementary Color

#699ecf #cf9a69

#699ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#699ecf Color CSS Codes

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

#699ecf Text Font Color

<p style="color:#699ecf">Text here</p>

This sample text font color is #699ecf
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.


#699ecf Background Color

<div style="background-color:#699ecf">
Div content here</div>

This div background color is #699ecf


#699ecf Border Color

<div style="border:3px solid #699ecf">
Div here</div>

This div border color is #699ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,158,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #699ecf;
  box-shadow:         1px 1px 3px 2px #699ecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699ecf


Comments

No comments written yet.

Please login to write comment.