Color Hex Logo

#6dbddb Color Hex

#6DBDDB
(109,189,219)
0 Favorites   0 Comments

Color spaces of #6dbddb

RGB 109189219
HSL0.550.600.64
HSV196°50°86°
CMYK 0.500.140.00   0.14
XYZ37.290544.760973.6921
Yxy44.76090.23940.2874
Hunter Lab66.9036-17.5895-18.4735
CIE-Lab72.7342-16.4393-22.6070

#6dbddb color RGB value is (109,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111101 11011011
Octal 155 275 333
Decimal 109 189 219
Hex 6D BD DB

RGB Percentages of Color #6dbddb

%21.08
%36.56
%42.36

CMYK Percentages of Color #6dbddb

%50
%14
%0
%14

Triadic Colors of #6dbddb

#6dbddb #db6dbd #bddb6d

Analogous Colors of #6dbddb

#6dbddb #6d86db #6ddbc2

Monochromatic Colors of #6dbddb

#6dbddb

Complementary Color

#6dbddb #db8b6d

#6dbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbddb Color CSS Codes

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

#6dbddb Text Font Color

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

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


#6dbddb Background Color

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

This div background color is #6dbddb


#6dbddb Border Color

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

This div border color is #6dbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbddb


Comments

No comments written yet.

Please login to write comment.