Color Hex Logo

#697abc Color Hex

#697ABC
(105,122,188)
0 Favorites   0 Comments

Color spaces of #697abc

RGB 105122188
HSL0.630.380.57
HSV228°44°74°
CMYK 0.440.350.00   0.26
XYZ21.862320.553250.3918
Yxy20.55320.23560.2215
Hunter Lab45.33566.7411-34.1675
CIE-Lab52.457011.2800-36.6729

#697abc color RGB value is (105,122,188).

#697abc hex color red value is 105, green value is 122 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #697abc hue: 0.63 , saturation: 0.38 and the lightness value of 697abc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111010 10111100
Octal 151 172 274
Decimal 105 122 188
Hex 69 7A BC

RGB Percentages of Color #697abc

%25.30
%29.40
%45.30

CMYK Percentages of Color #697abc

%44
%35
%0
%26

Triadic Colors of #697abc

#697abc #bc697a #7abc69

Analogous Colors of #697abc

#697abc #8269bc #69a4bc

Monochromatic Colors of #697abc

#697abc

Complementary Color

#697abc #bcab69

#697abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#697abc Color CSS Codes

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

#697abc Text Font Color

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

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


#697abc Background Color

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

This div background color is #697abc


#697abc Border Color

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

This div border color is #697abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697abc


Comments

No comments written yet.

Please login to write comment.