Color Hex Logo

#697ccb Color Hex

#697CCB
(105,124,203)
0 Favorites   0 Comments

Color spaces of #697ccb

RGB 105124203
HSL0.630.490.60
HSV228°48°80°
CMYK 0.480.390.00   0.20
XYZ23.812821.730459.4392
Yxy21.73040.22680.2070
Hunter Lab46.61599.6054-42.9687
CIE-Lab53.739814.6032-43.2150

#697ccb color RGB value is (105,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 11001011
Octal 151 174 313
Decimal 105 124 203
Hex 69 7C CB

RGB Percentages of Color #697ccb

%24.31
%28.70
%46.99

CMYK Percentages of Color #697ccb

%48
%39
%0
%20

Triadic Colors of #697ccb

#697ccb #cb697c #7ccb69

Analogous Colors of #697ccb

#697ccb #8769cb #69adcb

Monochromatic Colors of #697ccb

#697ccb

Complementary Color

#697ccb #cbb869

#697ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#697ccb Color CSS Codes

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

#697ccb Text Font Color

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

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


#697ccb Background Color

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

This div background color is #697ccb


#697ccb Border Color

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

This div border color is #697ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697ccb


Comments

No comments written yet.

Please login to write comment.