Color Hex Logo

#6dbbdf Color Hex

#6DBBDF
(109,187,223)
0 Favorites   0 Comments

Color spaces of #6dbbdf

RGB 109187223
HSL0.550.640.65
HSV199°51°87°
CMYK 0.510.160.00   0.13
XYZ37.396344.119676.3570
Yxy44.11960.23690.2795
Hunter Lab66.4226-15.7430-21.6618
CIE-Lab72.3084-14.2581-25.4328

#6dbbdf color RGB value is (109,187,223).

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

The process color (four color CMYK) of #6dbbdf color hex is 0.51, 0.16, 0.00, 0.13. Web safe color of #6dbbdf is #66cccc. Color #6dbbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111011 11011111
Octal 155 273 337
Decimal 109 187 223
Hex 6D BB DF

RGB Percentages of Color #6dbbdf

%21.00
%36.03
%42.97

CMYK Percentages of Color #6dbbdf

%51
%16
%0
%13

Triadic Colors of #6dbbdf

#6dbbdf #df6dbb #bbdf6d

Analogous Colors of #6dbbdf

#6dbbdf #6d82df #6ddfca

Monochromatic Colors of #6dbbdf

#6dbbdf

Complementary Color

#6dbbdf #df916d

#6dbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbbdf Color CSS Codes

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

#6dbbdf Text Font Color

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

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


#6dbbdf Background Color

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

This div background color is #6dbbdf


#6dbbdf Border Color

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

This div border color is #6dbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbbdf


Comments

No comments written yet.

Please login to write comment.