Color Hex Logo

#697fcc Color Hex

#697FCC
(105,127,204)
0 Favorites   0 Comments

Color spaces of #697fcc

RGB 105127204
HSL0.630.490.61
HSV227°49°80°
CMYK 0.490.380.00   0.20
XYZ24.314222.541660.1962
Yxy22.54160.22710.2106
Hunter Lab47.47808.3261-41.9378
CIE-Lab54.597013.1052-42.4281

#697fcc color RGB value is (105,127,204).

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

The process color (four color CMYK) of #697fcc color hex is 0.49, 0.38, 0.00, 0.20. Web safe color of #697fcc is #6666cc. Color #697fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111111 11001100
Octal 151 177 314
Decimal 105 127 204
Hex 69 7F CC

RGB Percentages of Color #697fcc

%24.08
%29.13
%46.79

CMYK Percentages of Color #697fcc

%49
%38
%0
%20

Triadic Colors of #697fcc

#697fcc #cc697f #7fcc69

Analogous Colors of #697fcc

#697fcc #8569cc #69b1cc

Monochromatic Colors of #697fcc

#697fcc

Complementary Color

#697fcc #ccb669

#697fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#697fcc Color CSS Codes

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

#697fcc Text Font Color

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

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


#697fcc Background Color

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

This div background color is #697fcc


#697fcc Border Color

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

This div border color is #697fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697fcc


Comments

No comments written yet.

Please login to write comment.