Color Hex Logo

#699dcd Color Hex

#699DCD
(105,157,205)
0 Favorites   0 Comments

Color spaces of #699dcd

RGB 105157205
HSL0.580.500.61
HSV209°49°80°
CMYK 0.490.230.00   0.20
XYZ28.902131.525062.3192
Yxy31.52500.23550.2568
Hunter Lab56.1471-6.3734-26.5046
CIE-Lab62.9483-4.0667-29.9366

#699dcd color RGB value is (105,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 11001101
Octal 151 235 315
Decimal 105 157 205
Hex 69 9D CD

RGB Percentages of Color #699dcd

%22.48
%33.62
%43.90

CMYK Percentages of Color #699dcd

%49
%23
%0
%20

Triadic Colors of #699dcd

#699dcd #cd699d #9dcd69

Analogous Colors of #699dcd

#699dcd #696bcd #69cdcb

Monochromatic Colors of #699dcd

#699dcd

Complementary Color

#699dcd #cd9969

#699dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#699dcd Color CSS Codes

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

#699dcd Text Font Color

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

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


#699dcd Background Color

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

This div background color is #699dcd


#699dcd Border Color

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

This div border color is #699dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699dcd


Comments

No comments written yet.

Please login to write comment.