Color Hex Logo

#699ddf Color Hex

#699DDF
(105,157,223)
0 Favorites   0 Comments

Color spaces of #699ddf

RGB 105157223
HSL0.590.650.64
HSV214°53°87°
CMYK 0.530.300.00   0.13
XYZ31.202032.444974.4300
Yxy32.44490.22600.2350
Hunter Lab56.9604-1.9013-37.6018
CIE-Lab63.70891.3469-38.7520

#699ddf color RGB value is (105,157,223).

#699ddf hex color red value is 105, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #699ddf hue: 0.59 , saturation: 0.65 and the lightness value of 699ddf is 0.64.

The process color (four color CMYK) of #699ddf color hex is 0.53, 0.30, 0.00, 0.13. Web safe color of #699ddf is #6699cc. Color #699ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 11011111
Octal 151 235 337
Decimal 105 157 223
Hex 69 9D DF

RGB Percentages of Color #699ddf

%21.65
%32.37
%45.98

CMYK Percentages of Color #699ddf

%53
%30
%0
%13

Triadic Colors of #699ddf

#699ddf #df699d #9ddf69

Analogous Colors of #699ddf

#699ddf #7069df #69d8df

Monochromatic Colors of #699ddf

#699ddf

Complementary Color

#699ddf #dfab69

#699ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#699ddf Color CSS Codes

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

#699ddf Text Font Color

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

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


#699ddf Background Color

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

This div background color is #699ddf


#699ddf Border Color

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

This div border color is #699ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699ddf


Comments

No comments written yet.

Please login to write comment.