Color Hex Logo

#6dbffb Color Hex

#6DBFFB
(109,191,251)
0 Favorites   0 Comments

Color spaces of #6dbffb

RGB 109191251
HSL0.570.950.71
HSV205°57°98°
CMYK 0.570.240.00   0.02
XYZ42.350147.477898.1988
Yxy47.47780.22520.2525
Hunter Lab68.9041-10.8719-36.2643
CIE-Lab74.4944-8.1686-37.2071

#6dbffb color RGB value is (109,191,251).

#6dbffb hex color red value is 109, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6dbffb hue: 0.57 , saturation: 0.95 and the lightness value of 6dbffb is 0.71.

The process color (four color CMYK) of #6dbffb color hex is 0.57, 0.24, 0.00, 0.02. Web safe color of #6dbffb is #66ccff. Color #6dbffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11111011
Octal 155 277 373
Decimal 109 191 251
Hex 6D BF FB

RGB Percentages of Color #6dbffb

%19.78
%34.66
%45.55

CMYK Percentages of Color #6dbffb

%57
%24
%0
%2

Triadic Colors of #6dbffb

#6dbffb #fb6dbf #bffb6d

Analogous Colors of #6dbffb

#6dbffb #6d78fb #6dfbf0

Monochromatic Colors of #6dbffb

#6dbffb

Complementary Color

#6dbffb #fba96d

#6dbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbffb Color CSS Codes

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

#6dbffb Text Font Color

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

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


#6dbffb Background Color

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

This div background color is #6dbffb


#6dbffb Border Color

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

This div border color is #6dbffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,191,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbffb

Related Colors


Comments

No comments written yet.

Please login to write comment.