Color Hex Logo

#6fc6db Color Hex

#6FC6DB
(111,198,219)
0 Favorites   0 Comments

Color spaces of #6fc6db

RGB 111198219
HSL0.530.600.65
HSV192°49°86°
CMYK 0.490.100.00   0.14
XYZ39.535848.882174.3693
Yxy48.88210.24290.3003
Hunter Lab69.9157-21.4147-14.1257
CIE-Lab75.3779-20.6310-18.5850

#6fc6db color RGB value is (111,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000110 11011011
Octal 157 306 333
Decimal 111 198 219
Hex 6F C6 DB

RGB Percentages of Color #6fc6db

%21.02
%37.50
%41.48

CMYK Percentages of Color #6fc6db

%49
%10
%0
%14

Triadic Colors of #6fc6db

#6fc6db #db6fc6 #c6db6f

Analogous Colors of #6fc6db

#6fc6db #6f90db #6fdbba

Monochromatic Colors of #6fc6db

#6fc6db

Complementary Color

#6fc6db #db846f

#6fc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc6db Color CSS Codes

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

#6fc6db Text Font Color

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

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


#6fc6db Background Color

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

This div background color is #6fc6db


#6fc6db Border Color

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

This div border color is #6fc6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc6db


Comments

No comments written yet.

Please login to write comment.