Color Hex Logo

#6fbddb Color Hex

#6FBDDB
(111,189,219)
0 Favorites   0 Comments

Color spaces of #6fbddb

RGB 111189219
HSL0.550.600.65
HSV197°49°86°
CMYK 0.490.140.00   0.14
XYZ37.539344.889273.7038
Yxy44.88920.24040.2875
Hunter Lab66.9994-17.2366-18.3234
CIE-Lab72.8189-15.9922-22.4702

#6fbddb color RGB value is (111,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11011011
Octal 157 275 333
Decimal 111 189 219
Hex 6F BD DB

RGB Percentages of Color #6fbddb

%21.39
%36.42
%42.20

CMYK Percentages of Color #6fbddb

%49
%14
%0
%14

Triadic Colors of #6fbddb

#6fbddb #db6fbd #bddb6f

Analogous Colors of #6fbddb

#6fbddb #6f87db #6fdbc3

Monochromatic Colors of #6fbddb

#6fbddb

Complementary Color

#6fbddb #db8d6f

#6fbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbddb Color CSS Codes

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

#6fbddb Text Font Color

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

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


#6fbddb Background Color

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

This div background color is #6fbddb


#6fbddb Border Color

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

This div border color is #6fbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbddb


Comments

No comments written yet.

Please login to write comment.