Color Hex Logo

#6dbffc Color Hex

#6DBFFC
(109,191,252)
0 Favorites   0 Comments

Color spaces of #6dbffc

RGB 109191252
HSL0.570.960.71
HSV206°57°99°
CMYK 0.570.240.00   0.01
XYZ42.508247.541199.0314
Yxy47.54110.22480.2514
Hunter Lab68.9501-10.6161-36.8918
CIE-Lab74.5346-7.8673-37.6824

#6dbffc color RGB value is (109,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11111100
Octal 155 277 374
Decimal 109 191 252
Hex 6D BF FC

RGB Percentages of Color #6dbffc

%19.75
%34.60
%45.65

CMYK Percentages of Color #6dbffc

%57
%24
%0
%1

Triadic Colors of #6dbffc

#6dbffc #fc6dbf #bffc6d

Analogous Colors of #6dbffc

#6dbffc #6d78fc #6dfcf2

Monochromatic Colors of #6dbffc

#6dbffc

Complementary Color

#6dbffc #fcaa6d

#6dbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbffc Color CSS Codes

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

#6dbffc Text Font Color

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

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


#6dbffc Background Color

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

This div background color is #6dbffc


#6dbffc Border Color

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

This div border color is #6dbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbffc


Comments

No comments written yet.

Please login to write comment.