Color Hex Logo

#6db2de Color Hex

#6DB2DE
(109,178,222)
0 Favorites   0 Comments

Color spaces of #6db2de

RGB 109178222
HSL0.560.630.65
HSV203°51°87°
CMYK 0.510.200.00   0.13
XYZ35.411940.365975.0322
Yxy40.36590.23480.2677
Hunter Lab63.5342-11.6946-25.5460
CIE-Lab69.7294-9.7404-28.8457

#6db2de color RGB value is (109,178,222).

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

The process color (four color CMYK) of #6db2de color hex is 0.51, 0.20, 0.00, 0.13. Web safe color of #6db2de is #6699cc. Color #6db2de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10110010 11011110
Octal 155 262 336
Decimal 109 178 222
Hex 6D B2 DE

RGB Percentages of Color #6db2de

%21.41
%34.97
%43.61

CMYK Percentages of Color #6db2de

%51
%20
%0
%13

Triadic Colors of #6db2de

#6db2de #de6db2 #b2de6d

Analogous Colors of #6db2de

#6db2de #6d7ade #6dded2

Monochromatic Colors of #6db2de

#6db2de

Complementary Color

#6db2de #de996d

#6db2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6db2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6db2de Color CSS Codes

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

#6db2de Text Font Color

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

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


#6db2de Background Color

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

This div background color is #6db2de


#6db2de Border Color

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

This div border color is #6db2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6db2de


Comments

No comments written yet.

Please login to write comment.