Color Hex Logo

#697bfe Color Hex

#697BFE
(105,123,254)
0 Favorites   0 Comments

Color spaces of #697bfe

RGB 105123254
HSL0.650.990.70
HSV233°59°100°
CMYK 0.590.520.00   0.00
XYZ30.798024.324996.8379
Yxy24.32490.20270.1601
Hunter Lab49.320325.1537-81.8888
CIE-Lab56.411631.3055-67.4874

#697bfe color RGB value is (105,123,254).

#697bfe hex color red value is 105, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #697bfe hue: 0.65 , saturation: 0.99 and the lightness value of 697bfe is 0.70.

The process color (four color CMYK) of #697bfe color hex is 0.59, 0.52, 0.00, 0.00. Web safe color of #697bfe is #6666ff. Color #697bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111011 11111110
Octal 151 173 376
Decimal 105 123 254
Hex 69 7B FE

RGB Percentages of Color #697bfe

%21.78
%25.52
%52.70

CMYK Percentages of Color #697bfe

%59
%52
%0
%0

Triadic Colors of #697bfe

#697bfe #fe697b #7bfe69

Analogous Colors of #697bfe

#697bfe #a269fe #69c6fe

Monochromatic Colors of #697bfe

#697bfe

Complementary Color

#697bfe #feec69

#697bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#697bfe Color CSS Codes

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

#697bfe Text Font Color

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

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


#697bfe Background Color

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

This div background color is #697bfe


#697bfe Border Color

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

This div border color is #697bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.