Color Hex Logo

#6da5db Color Hex

#6DA5DB
(109,165,219)
0 Favorites   0 Comments

Color spaces of #6da5db

RGB 109165219
HSL0.580.600.64
HSV209°50°86°
CMYK 0.500.250.00   0.14
XYZ32.548035.276072.1113
Yxy35.27600.23260.2521
Hunter Lab59.3936-6.1199-30.4100
CIE-Lab65.9630-3.4789-33.0168

#6da5db color RGB value is (109,165,219).

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

The process color (four color CMYK) of #6da5db color hex is 0.50, 0.25, 0.00, 0.14. Web safe color of #6da5db is #6699cc. Color #6da5db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10100101 11011011
Octal 155 245 333
Decimal 109 165 219
Hex 6D A5 DB

RGB Percentages of Color #6da5db

%22.11
%33.47
%44.42

CMYK Percentages of Color #6da5db

%50
%25
%0
%14

Triadic Colors of #6da5db

#6da5db #db6da5 #a5db6d

Analogous Colors of #6da5db

#6da5db #6d6edb #6ddbda

Monochromatic Colors of #6da5db

#6da5db

Complementary Color

#6da5db #dba36d

#6da5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da5db Color CSS Codes

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

#6da5db Text Font Color

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

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


#6da5db Background Color

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

This div background color is #6da5db


#6da5db Border Color

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

This div border color is #6da5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da5db


Comments

No comments written yet.

Please login to write comment.