Color Hex Logo

#699aed Color Hex

#699AED
(105,154,237)
0 Favorites   0 Comments

Color spaces of #699aed

RGB 105154237
HSL0.600.790.67
HSV218°56°93°
CMYK 0.560.350.00   0.07
XYZ32.667432.228984.6198
Yxy32.22890.21850.2156
Hunter Lab56.77053.3657-48.6359
CIE-Lab63.53167.4283-46.7563

#699aed color RGB value is (105,154,237).

#699aed hex color red value is 105, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #699aed hue: 0.60 , saturation: 0.79 and the lightness value of 699aed is 0.67.

The process color (four color CMYK) of #699aed color hex is 0.56, 0.35, 0.00, 0.07. Web safe color of #699aed is #6699ff. Color #699aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 11101101
Octal 151 232 355
Decimal 105 154 237
Hex 69 9A ED

RGB Percentages of Color #699aed

%21.17
%31.05
%47.78

CMYK Percentages of Color #699aed

%56
%35
%0
%7

Triadic Colors of #699aed

#699aed #ed699a #9aed69

Analogous Colors of #699aed

#699aed #7a69ed #69dced

Monochromatic Colors of #699aed

#699aed

Complementary Color

#699aed #edbc69

#699aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#699aed Color CSS Codes

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

#699aed Text Font Color

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

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


#699aed Background Color

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

This div background color is #699aed


#699aed Border Color

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

This div border color is #699aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699aed


Comments

No comments written yet.

Please login to write comment.