Color Hex Logo

#699bdd Color Hex

#699BDD
(105,155,221)
0 Favorites   0 Comments

Color spaces of #699bdd

RGB 105155221
HSL0.590.630.64
HSV214°52°87°
CMYK 0.520.300.00   0.13
XYZ30.598231.666472.9061
Yxy31.66640.22640.2343
Hunter Lab56.2729-1.4188-37.4240
CIE-Lab63.06621.8777-38.6494

#699bdd color RGB value is (105,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011011 11011101
Octal 151 233 335
Decimal 105 155 221
Hex 69 9B DD

RGB Percentages of Color #699bdd

%21.83
%32.22
%45.95

CMYK Percentages of Color #699bdd

%52
%30
%0
%13

Triadic Colors of #699bdd

#699bdd #dd699b #9bdd69

Analogous Colors of #699bdd

#699bdd #7169dd #69d5dd

Monochromatic Colors of #699bdd

#699bdd

Complementary Color

#699bdd #ddab69

#699bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#699bdd Color CSS Codes

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

#699bdd Text Font Color

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

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


#699bdd Background Color

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

This div background color is #699bdd


#699bdd Border Color

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

This div border color is #699bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699bdd


Comments

No comments written yet.

Please login to write comment.