Color Hex Logo

#6aa1db Color Hex

#6AA1DB
(106,161,219)
0 Favorites   0 Comments

Color spaces of #6aa1db

RGB 106161219
HSL0.590.610.64
HSV211°52°86°
CMYK 0.520.260.00   0.14
XYZ31.474933.668471.8576
Yxy33.66840.22970.2458
Hunter Lab58.0245-4.7170-32.8077
CIE-Lab64.6985-1.9160-34.9922

#6aa1db color RGB value is (106,161,219).

#6aa1db hex color red value is 106, green value is 161 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6aa1db hue: 0.59 , saturation: 0.61 and the lightness value of 6aa1db is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100001 11011011
Octal 152 241 333
Decimal 106 161 219
Hex 6A A1 DB

RGB Percentages of Color #6aa1db

%21.81
%33.13
%45.06

CMYK Percentages of Color #6aa1db

%52
%26
%0
%14

Triadic Colors of #6aa1db

#6aa1db #db6aa1 #a1db6a

Analogous Colors of #6aa1db

#6aa1db #6c6adb #6adadb

Monochromatic Colors of #6aa1db

#6aa1db

Complementary Color

#6aa1db #dba46a

#6aa1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa1db Color CSS Codes

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

#6aa1db Text Font Color

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

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


#6aa1db Background Color

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

This div background color is #6aa1db


#6aa1db Border Color

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

This div border color is #6aa1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa1db


Comments

No comments written yet.

Please login to write comment.