Color Hex Logo

#6dbcdb Color Hex

#6DBCDB
(109,188,219)
0 Favorites   0 Comments

Color spaces of #6dbcdb

RGB 109188219
HSL0.550.600.64
HSV197°50°86°
CMYK 0.500.140.00   0.14
XYZ37.076144.332173.6207
Yxy44.33210.23920.2860
Hunter Lab66.5824-17.1222-18.9498
CIE-Lab72.4499-15.9169-23.0404

#6dbcdb color RGB value is (109,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111100 11011011
Octal 155 274 333
Decimal 109 188 219
Hex 6D BC DB

RGB Percentages of Color #6dbcdb

%21.12
%36.43
%42.44

CMYK Percentages of Color #6dbcdb

%50
%14
%0
%14

Triadic Colors of #6dbcdb

#6dbcdb #db6dbc #bcdb6d

Analogous Colors of #6dbcdb

#6dbcdb #6d85db #6ddbc3

Monochromatic Colors of #6dbcdb

#6dbcdb

Complementary Color

#6dbcdb #db8c6d

#6dbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbcdb Color CSS Codes

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

#6dbcdb Text Font Color

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

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


#6dbcdb Background Color

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

This div background color is #6dbcdb


#6dbcdb Border Color

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

This div border color is #6dbcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,188,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 #6dbcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbcdb


Comments

No comments written yet.

Please login to write comment.