Color Hex Logo

#697adb Color Hex

#697ADB
(105,122,219)
0 Favorites   0 Comments

Color spaces of #697adb

RGB 105122219
HSL0.640.610.64
HSV231°52°86°
CMYK 0.520.440.00   0.14
XYZ25.571422.036869.9236
Yxy22.03680.21760.1875
Hunter Lab46.943415.0832-55.4539
CIE-Lab54.066020.7728-51.7477

#697adb color RGB value is (105,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111010 11011011
Octal 151 172 333
Decimal 105 122 219
Hex 69 7A DB

RGB Percentages of Color #697adb

%23.54
%27.35
%49.10

CMYK Percentages of Color #697adb

%52
%44
%0
%14

Triadic Colors of #697adb

#697adb #db697a #7adb69

Analogous Colors of #697adb

#697adb #9169db #69b3db

Monochromatic Colors of #697adb

#697adb

Complementary Color

#697adb #dbca69

#697adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#697adb Color CSS Codes

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

#697adb Text Font Color

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

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


#697adb Background Color

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

This div background color is #697adb


#697adb Border Color

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

This div border color is #697adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697adb

#697adb Color Palettes


Comments

No comments written yet.

Please login to write comment.