Color Hex Logo

#6dbbda Color Hex

#6DBBDA
(109,187,218)
0 Favorites   0 Comments

Color spaces of #6dbbda

RGB 109187218
HSL0.550.600.64
HSV197°50°85°
CMYK 0.500.140.00   0.15
XYZ36.731943.853872.8583
Yxy43.85380.23940.2858
Hunter Lab66.2222-16.8791-18.8759
CIE-Lab72.1307-15.6749-22.9827

#6dbbda color RGB value is (109,187,218).

#6dbbda hex color red value is 109, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6dbbda hue: 0.55 , saturation: 0.60 and the lightness value of 6dbbda is 0.64.

The process color (four color CMYK) of #6dbbda color hex is 0.50, 0.14, 0.00, 0.15. Web safe color of #6dbbda is #66cccc. Color #6dbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111011 11011010
Octal 155 273 332
Decimal 109 187 218
Hex 6D BB DA

RGB Percentages of Color #6dbbda

%21.21
%36.38
%42.41

CMYK Percentages of Color #6dbbda

%50
%14
%0
%15

Triadic Colors of #6dbbda

#6dbbda #da6dbb #bbda6d

Analogous Colors of #6dbbda

#6dbbda #6d85da #6ddac3

Monochromatic Colors of #6dbbda

#6dbbda

Complementary Color

#6dbbda #da8c6d

#6dbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbbda Color CSS Codes

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

#6dbbda Text Font Color

<p style="color:#6dbbda">Text here</p>

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


#6dbbda Background Color

<div style="background-color:#6dbbda">
Div content here</div>

This div background color is #6dbbda


#6dbbda Border Color

<div style="border:3px solid #6dbbda">
Div here</div>

This div border color is #6dbbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,187,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dbbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dbbda;
  -webkit-box-shadow: 1px 1px 3px 2px #6dbbda;
  box-shadow:         1px 1px 3px 2px #6dbbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,187,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbbda


Comments

No comments written yet.

Please login to write comment.