Color Hex Logo

#6bbfdd Color Hex

#6BBFDD
(107,191,221)
0 Favorites   0 Comments

Color spaces of #6bbfdd

RGB 107191221
HSL0.540.630.64
HSV196°52°87°
CMYK 0.520.140.00   0.13
XYZ37.745445.607975.2204
Yxy45.60790.23800.2876
Hunter Lab67.5336-18.4179-18.7649
CIE-Lab73.2904-17.3544-22.8536

#6bbfdd color RGB value is (107,191,221).

#6bbfdd hex color red value is 107, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6bbfdd hue: 0.54 , saturation: 0.63 and the lightness value of 6bbfdd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11011101
Octal 153 277 335
Decimal 107 191 221
Hex 6B BF DD

RGB Percentages of Color #6bbfdd

%20.62
%36.80
%42.58

CMYK Percentages of Color #6bbfdd

%52
%14
%0
%13

Triadic Colors of #6bbfdd

#6bbfdd #dd6bbf #bfdd6b

Analogous Colors of #6bbfdd

#6bbfdd #6b86dd #6bddc2

Monochromatic Colors of #6bbfdd

#6bbfdd

Complementary Color

#6bbfdd #dd896b

#6bbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfdd Color CSS Codes

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

#6bbfdd Text Font Color

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

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


#6bbfdd Background Color

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

This div background color is #6bbfdd


#6bbfdd Border Color

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

This div border color is #6bbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfdd


Comments

No comments written yet.

Please login to write comment.