Color Hex Logo

#699fdb Color Hex

#699FDB
(105,159,219)
0 Favorites   0 Comments

Color spaces of #699fdb

RGB 105159219
HSL0.590.610.64
HSV212°52°86°
CMYK 0.520.270.00   0.14
XYZ31.010032.914071.7365
Yxy32.91400.22860.2426
Hunter Lab57.3707-3.9160-33.9769
CIE-Lab64.0912-1.0100-35.9414

#699fdb color RGB value is (105,159,219).

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

The process color (four color CMYK) of #699fdb color hex is 0.52, 0.27, 0.00, 0.14. Web safe color of #699fdb is #6699cc. Color #699fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011111 11011011
Octal 151 237 333
Decimal 105 159 219
Hex 69 9F DB

RGB Percentages of Color #699fdb

%21.74
%32.92
%45.34

CMYK Percentages of Color #699fdb

%52
%27
%0
%14

Triadic Colors of #699fdb

#699fdb #db699f #9fdb69

Analogous Colors of #699fdb

#699fdb #6c69db #69d8db

Monochromatic Colors of #699fdb

#699fdb

Complementary Color

#699fdb #dba569

#699fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#699fdb Color CSS Codes

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

#699fdb Text Font Color

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

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


#699fdb Background Color

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

This div background color is #699fdb


#699fdb Border Color

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

This div border color is #699fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699fdb


Comments

No comments written yet.

Please login to write comment.