Color Hex Logo

#699dfa Color Hex

#699DFA
(105,157,250)
0 Favorites   0 Comments

Color spaces of #699dfa

RGB 105157250
HSL0.610.940.70
HSV218°58°98°
CMYK 0.580.370.00   0.02
XYZ35.138034.019395.1569
Yxy34.01930.21380.2070
Hunter Lab58.32615.4651-55.9013
CIE-Lab64.97799.8101-51.5986

#699dfa color RGB value is (105,157,250).

#699dfa hex color red value is 105, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #699dfa hue: 0.61 , saturation: 0.94 and the lightness value of 699dfa is 0.70.

The process color (four color CMYK) of #699dfa color hex is 0.58, 0.37, 0.00, 0.02. Web safe color of #699dfa is #6699ff. Color #699dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 11111010
Octal 151 235 372
Decimal 105 157 250
Hex 69 9D FA

RGB Percentages of Color #699dfa

%20.51
%30.66
%48.83

CMYK Percentages of Color #699dfa

%58
%37
%0
%2

Triadic Colors of #699dfa

#699dfa #fa699d #9dfa69

Analogous Colors of #699dfa

#699dfa #7e69fa #69e6fa

Monochromatic Colors of #699dfa

#699dfa

Complementary Color

#699dfa #fac669

#699dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#699dfa Color CSS Codes

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

#699dfa Text Font Color

<p style="color:#699dfa">Text here</p>

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


#699dfa Background Color

<div style="background-color:#699dfa">
Div content here</div>

This div background color is #699dfa


#699dfa Border Color

<div style="border:3px solid #699dfa">
Div here</div>

This div border color is #699dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,157,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #699dfa;
  box-shadow:         1px 1px 3px 2px #699dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699dfa


Comments

No comments written yet.

Please login to write comment.