Color Hex Logo

#697cdc Color Hex

#697CDC
(105,124,220)
0 Favorites   0 Comments

Color spaces of #697cdc

RGB 105124220
HSL0.640.620.64
HSV230°52°86°
CMYK 0.520.440.00   0.14
XYZ25.951622.585970.7019
Yxy22.58590.21760.1894
Hunter Lab47.524614.3048-54.9379
CIE-Lab54.643219.8768-51.3904

#697cdc color RGB value is (105,124,220).

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

The process color (four color CMYK) of #697cdc color hex is 0.52, 0.44, 0.00, 0.14. Web safe color of #697cdc is #6666cc. Color #697cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 11011100
Octal 151 174 334
Decimal 105 124 220
Hex 69 7C DC

RGB Percentages of Color #697cdc

%23.39
%27.62
%49.00

CMYK Percentages of Color #697cdc

%52
%44
%0
%14

Triadic Colors of #697cdc

#697cdc #dc697c #7cdc69

Analogous Colors of #697cdc

#697cdc #9069dc #69b6dc

Monochromatic Colors of #697cdc

#697cdc

Complementary Color

#697cdc #dcc969

#697cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#697cdc Color CSS Codes

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

#697cdc Text Font Color

<p style="color:#697cdc">Text here</p>

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


#697cdc Background Color

<div style="background-color:#697cdc">
Div content here</div>

This div background color is #697cdc


#697cdc Border Color

<div style="border:3px solid #697cdc">
Div here</div>

This div border color is #697cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,124,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 #697cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697cdc


Comments

No comments written yet.

Please login to write comment.