Color Hex Logo

#6dbedd Color Hex

#6DBEDD
(109,190,221)
0 Favorites   0 Comments

Color spaces of #6dbedd

RGB 109190221
HSL0.550.620.65
HSV197°51°87°
CMYK 0.510.140.00   0.13
XYZ37.771345.298675.1594
Yxy45.29860.23870.2863
Hunter Lab67.3042-17.6078-19.0968
CIE-Lab73.0881-16.3983-23.1546

#6dbedd color RGB value is (109,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111110 11011101
Octal 155 276 335
Decimal 109 190 221
Hex 6D BE DD

RGB Percentages of Color #6dbedd

%20.96
%36.54
%42.50

CMYK Percentages of Color #6dbedd

%51
%14
%0
%13

Triadic Colors of #6dbedd

#6dbedd #dd6dbe #bedd6d

Analogous Colors of #6dbedd

#6dbedd #6d86dd #6dddc4

Monochromatic Colors of #6dbedd

#6dbedd

Complementary Color

#6dbedd #dd8c6d

#6dbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbedd Color CSS Codes

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

#6dbedd Text Font Color

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

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


#6dbedd Background Color

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

This div background color is #6dbedd


#6dbedd Border Color

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

This div border color is #6dbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbedd


Comments

No comments written yet.

Please login to write comment.