Color Hex Logo

#6fbdda Color Hex

#6FBDDA
(111,189,218)
0 Favorites   0 Comments

Color spaces of #6fbdda

RGB 111189218
HSL0.550.590.65
HSV196°49°85°
CMYK 0.490.130.00   0.15
XYZ37.408044.836773.0124
Yxy44.83670.24090.2888
Hunter Lab66.9602-17.4595-17.7768
CIE-Lab72.7842-16.2711-21.9791

#6fbdda color RGB value is (111,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11011010
Octal 157 275 332
Decimal 111 189 218
Hex 6F BD DA

RGB Percentages of Color #6fbdda

%21.43
%36.49
%42.08

CMYK Percentages of Color #6fbdda

%49
%13
%0
%15

Triadic Colors of #6fbdda

#6fbdda #da6fbd #bdda6f

Analogous Colors of #6fbdda

#6fbdda #6f88da #6fdac2

Monochromatic Colors of #6fbdda

#6fbdda

Complementary Color

#6fbdda #da8c6f

#6fbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbdda Color CSS Codes

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

#6fbdda Text Font Color

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

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


#6fbdda Background Color

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

This div background color is #6fbdda


#6fbdda Border Color

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

This div border color is #6fbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbdda


Comments

No comments written yet.

Please login to write comment.