Color Hex Logo

#697cdb Color Hex

#697CDB
(105,124,219)
0 Favorites   0 Comments

Color spaces of #697cdb

RGB 105124219
HSL0.640.610.64
HSV230°52°86°
CMYK 0.520.430.00   0.14
XYZ25.819522.533070.0063
Yxy22.53300.21810.1904
Hunter Lab47.468914.0198-54.2115
CIE-Lab54.588019.5634-50.9157

#697cdb color RGB value is (105,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 11011011
Octal 151 174 333
Decimal 105 124 219
Hex 69 7C DB

RGB Percentages of Color #697cdb

%23.44
%27.68
%48.88

CMYK Percentages of Color #697cdb

%52
%43
%0
%14

Triadic Colors of #697cdb

#697cdb #db697c #7cdb69

Analogous Colors of #697cdb

#697cdb #8f69db #69b5db

Monochromatic Colors of #697cdb

#697cdb

Complementary Color

#697cdb #dbc869

#697cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#697cdb Color CSS Codes

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

#697cdb Text Font Color

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

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


#697cdb Background Color

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

This div background color is #697cdb


#697cdb Border Color

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

This div border color is #697cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697cdb


Comments

No comments written yet.

Please login to write comment.