Color Hex Logo

#6ac6db Color Hex

#6AC6DB
(106,198,219)
0 Favorites   0 Comments

Color spaces of #6ac6db

RGB 106198219
HSL0.530.610.64
HSV191°52°86°
CMYK 0.520.100.00   0.14
XYZ38.924148.566874.3406
Yxy48.56680.24050.3001
Hunter Lab69.6899-22.2592-14.4638
CIE-Lab75.1810-21.7173-18.9019

#6ac6db color RGB value is (106,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000110 11011011
Octal 152 306 333
Decimal 106 198 219
Hex 6A C6 DB

RGB Percentages of Color #6ac6db

%20.27
%37.86
%41.87

CMYK Percentages of Color #6ac6db

%52
%10
%0
%14

Triadic Colors of #6ac6db

#6ac6db #db6ac6 #c6db6a

Analogous Colors of #6ac6db

#6ac6db #6a8edb #6adbb8

Monochromatic Colors of #6ac6db

#6ac6db

Complementary Color

#6ac6db #db7f6a

#6ac6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac6db Color CSS Codes

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

#6ac6db Text Font Color

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

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


#6ac6db Background Color

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

This div background color is #6ac6db


#6ac6db Border Color

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

This div border color is #6ac6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac6db

#6ac6db Color Palettes


Comments

No comments written yet.

Please login to write comment.