Color Hex Logo

#6dbdda Color Hex

#6DBDDA
(109,189,218)
0 Favorites   0 Comments

Color spaces of #6dbdda

RGB 109189218
HSL0.540.600.64
HSV196°50°85°
CMYK 0.500.130.00   0.15
XYZ37.159244.708473.0007
Yxy44.70840.23990.2887
Hunter Lab66.8643-17.8130-17.9262
CIE-Lab72.6995-16.7199-22.1159

#6dbdda color RGB value is (109,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111101 11011010
Octal 155 275 332
Decimal 109 189 218
Hex 6D BD DA

RGB Percentages of Color #6dbdda

%21.12
%36.63
%42.25

CMYK Percentages of Color #6dbdda

%50
%13
%0
%15

Triadic Colors of #6dbdda

#6dbdda #da6dbd #bdda6d

Analogous Colors of #6dbdda

#6dbdda #6d87da #6ddac1

Monochromatic Colors of #6dbdda

#6dbdda

Complementary Color

#6dbdda #da8a6d

#6dbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbdda Color CSS Codes

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

#6dbdda Text Font Color

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

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


#6dbdda Background Color

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

This div background color is #6dbdda


#6dbdda Border Color

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

This div border color is #6dbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbdda


Comments

No comments written yet.

Please login to write comment.