Color Hex Logo

#699dbf Color Hex

#699DBF
(105,157,191)
0 Favorites   0 Comments

Color spaces of #699dbf

RGB 105157191
HSL0.570.400.58
HSV204°45°75°
CMYK 0.450.180.00   0.25
XYZ27.286630.878853.8123
Yxy30.87880.24370.2758
Hunter Lab55.5687-9.5941-18.5179
CIE-Lab62.4052-8.1106-22.9448

#699dbf color RGB value is (105,157,191).

#699dbf hex color red value is 105, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #699dbf hue: 0.57 , saturation: 0.40 and the lightness value of 699dbf is 0.58.

The process color (four color CMYK) of #699dbf color hex is 0.45, 0.18, 0.00, 0.25. Web safe color of #699dbf is #6699cc. Color #699dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 10111111
Octal 151 235 277
Decimal 105 157 191
Hex 69 9D BF

RGB Percentages of Color #699dbf

%23.18
%34.66
%42.16

CMYK Percentages of Color #699dbf

%45
%18
%0
%25

Triadic Colors of #699dbf

#699dbf #bf699d #9dbf69

Analogous Colors of #699dbf

#699dbf #6972bf #69bfb6

Monochromatic Colors of #699dbf

#699dbf

Complementary Color

#699dbf #bf8b69

#699dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#699dbf Color CSS Codes

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

#699dbf Text Font Color

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

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


#699dbf Background Color

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

This div background color is #699dbf


#699dbf Border Color

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

This div border color is #699dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699dbf


Comments

No comments written yet.

Please login to write comment.