Color Hex Logo

#697cca Color Hex

#697CCA
(105,124,202)
0 Favorites   0 Comments

Color spaces of #697cca

RGB 105124202
HSL0.630.480.60
HSV228°48°79°
CMYK 0.480.390.00   0.21
XYZ23.694021.682858.8135
Yxy21.68280.22740.2081
Hunter Lab46.56489.3394-42.2907
CIE-Lab53.688814.2978-42.7273

#697cca color RGB value is (105,124,202).

#697cca hex color red value is 105, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #697cca hue: 0.63 , saturation: 0.48 and the lightness value of 697cca is 0.60.

The process color (four color CMYK) of #697cca color hex is 0.48, 0.39, 0.00, 0.21. Web safe color of #697cca is #6666cc. Color #697cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 11001010
Octal 151 174 312
Decimal 105 124 202
Hex 69 7C CA

RGB Percentages of Color #697cca

%24.36
%28.77
%46.87

CMYK Percentages of Color #697cca

%48
%39
%0
%21

Triadic Colors of #697cca

#697cca #ca697c #7cca69

Analogous Colors of #697cca

#697cca #8769ca #69adca

Monochromatic Colors of #697cca

#697cca

Complementary Color

#697cca #cab769

#697cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#697cca Color CSS Codes

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

#697cca Text Font Color

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

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


#697cca Background Color

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

This div background color is #697cca


#697cca Border Color

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

This div border color is #697cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697cca


Comments

No comments written yet.

Please login to write comment.