Color Hex Logo

#6db9e1 Color Hex

#6DB9E1
(109,185,225)
0 Favorites   0 Comments

Color spaces of #6db9e1

RGB 109185225
HSL0.560.660.65
HSV201°52°88°
CMYK 0.520.180.00   0.12
XYZ37.246243.385477.6453
Yxy43.38540.23530.2741
Hunter Lab65.8676-14.3318-23.7843
CIE-Lab71.8158-12.6257-27.2759

#6db9e1 color RGB value is (109,185,225).

#6db9e1 hex color red value is 109, green value is 185 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #6db9e1 hue: 0.56 , saturation: 0.66 and the lightness value of 6db9e1 is 0.65.

The process color (four color CMYK) of #6db9e1 color hex is 0.52, 0.18, 0.00, 0.12. Web safe color of #6db9e1 is #66cccc. Color #6db9e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111001 11100001
Octal 155 271 341
Decimal 109 185 225
Hex 6D B9 E1

RGB Percentages of Color #6db9e1

%21.00
%35.65
%43.35

CMYK Percentages of Color #6db9e1

%52
%18
%0
%12

Triadic Colors of #6db9e1

#6db9e1 #e16db9 #b9e16d

Analogous Colors of #6db9e1

#6db9e1 #6d7fe1 #6de1cf

Monochromatic Colors of #6db9e1

#6db9e1

Complementary Color

#6db9e1 #e1956d

#6db9e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6db9e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6db9e1 Color CSS Codes

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

#6db9e1 Text Font Color

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

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


#6db9e1 Background Color

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

This div background color is #6db9e1


#6db9e1 Border Color

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

This div border color is #6db9e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6db9e1

#6db9e1 Color Palettes


Comments

No comments written yet.

Please login to write comment.