Color Hex Logo

#6fbbdd Color Hex

#6FBBDD
(111,187,221)
0 Favorites   0 Comments

Color spaces of #6fbbdd

RGB 111187221
HSL0.550.620.65
HSV199°50°87°
CMYK 0.500.150.00   0.13
XYZ37.377044.140674.9566
Yxy44.14060.23890.2821
Hunter Lab66.4384-15.8464-20.3848
CIE-Lab72.3224-14.3815-24.3157

#6fbbdd color RGB value is (111,187,221).

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

The process color (four color CMYK) of #6fbbdd color hex is 0.50, 0.15, 0.00, 0.13. Web safe color of #6fbbdd is #66cccc. Color #6fbbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111011 11011101
Octal 157 273 335
Decimal 111 187 221
Hex 6F BB DD

RGB Percentages of Color #6fbbdd

%21.39
%36.03
%42.58

CMYK Percentages of Color #6fbbdd

%50
%15
%0
%13

Triadic Colors of #6fbbdd

#6fbbdd #dd6fbb #bbdd6f

Analogous Colors of #6fbbdd

#6fbbdd #6f84dd #6fddc8

Monochromatic Colors of #6fbbdd

#6fbbdd

Complementary Color

#6fbbdd #dd916f

#6fbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbbdd Color CSS Codes

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

#6fbbdd Text Font Color

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

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


#6fbbdd Background Color

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

This div background color is #6fbbdd


#6fbbdd Border Color

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

This div border color is #6fbbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,187,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6fbbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbbdd


Comments

No comments written yet.

Please login to write comment.