Color Hex Logo

#699bed Color Hex

#699BED
(105,155,237)
0 Favorites   0 Comments

Color spaces of #699bed

RGB 105155237
HSL0.600.790.67
HSV217°56°93°
CMYK 0.560.350.00   0.07
XYZ32.833132.560484.6751
Yxy32.56040.21880.2170
Hunter Lab57.06172.8502-48.0385
CIE-Lab63.80346.8482-46.3278

#699bed color RGB value is (105,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011011 11101101
Octal 151 233 355
Decimal 105 155 237
Hex 69 9B ED

RGB Percentages of Color #699bed

%21.13
%31.19
%47.69

CMYK Percentages of Color #699bed

%56
%35
%0
%7

Triadic Colors of #699bed

#699bed #ed699b #9bed69

Analogous Colors of #699bed

#699bed #7969ed #69dded

Monochromatic Colors of #699bed

#699bed

Complementary Color

#699bed #edbb69

#699bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#699bed Color CSS Codes

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

#699bed Text Font Color

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

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


#699bed Background Color

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

This div background color is #699bed


#699bed Border Color

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

This div border color is #699bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,155,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 #699bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699bed


Comments

No comments written yet.

Please login to write comment.