Color Hex Logo

#699ddc Color Hex

#699DDC
(105,157,220)
0 Favorites   0 Comments

Color spaces of #699ddc

RGB 105157220
HSL0.590.620.64
HSV213°52°86°
CMYK 0.520.290.00   0.14
XYZ30.800932.284572.3183
Yxy32.28450.22750.2384
Hunter Lab56.8195-2.6721-35.6891
CIE-Lab63.57730.4296-37.2966

#699ddc color RGB value is (105,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 11011100
Octal 151 235 334
Decimal 105 157 220
Hex 69 9D DC

RGB Percentages of Color #699ddc

%21.78
%32.57
%45.64

CMYK Percentages of Color #699ddc

%52
%29
%0
%14

Triadic Colors of #699ddc

#699ddc #dc699d #9ddc69

Analogous Colors of #699ddc

#699ddc #6f69dc #69d7dc

Monochromatic Colors of #699ddc

#699ddc

Complementary Color

#699ddc #dca869

#699ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#699ddc Color CSS Codes

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

#699ddc Text Font Color

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

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


#699ddc Background Color

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

This div background color is #699ddc


#699ddc Border Color

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

This div border color is #699ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699ddc


Comments

No comments written yet.

Please login to write comment.