Color Hex Logo

#697fdc Color Hex

#697FDC
(105,127,220)
0 Favorites   0 Comments

Color spaces of #697fdc

RGB 105127220
HSL0.630.620.64
HSV229°52°86°
CMYK 0.520.420.00   0.14
XYZ26.333323.349370.8291
Yxy23.34930.21850.1938
Hunter Lab48.321112.7142-53.0825
CIE-Lab55.430318.0667-50.1371

#697fdc color RGB value is (105,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111111 11011100
Octal 151 177 334
Decimal 105 127 220
Hex 69 7F DC

RGB Percentages of Color #697fdc

%23.23
%28.10
%48.67

CMYK Percentages of Color #697fdc

%52
%42
%0
%14

Triadic Colors of #697fdc

#697fdc #dc697f #7fdc69

Analogous Colors of #697fdc

#697fdc #8d69dc #69b9dc

Monochromatic Colors of #697fdc

#697fdc

Complementary Color

#697fdc #dcc669

#697fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#697fdc Color CSS Codes

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

#697fdc Text Font Color

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

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


#697fdc Background Color

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

This div background color is #697fdc


#697fdc Border Color

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

This div border color is #697fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697fdc


Comments

No comments written yet.

Please login to write comment.