Color Hex Logo

#6dbfef Color Hex

#6DBFEF
(109,191,239)
0 Favorites   0 Comments

Color spaces of #6dbfef

RGB 109191239
HSL0.560.800.68
HSV202°54°94°
CMYK 0.540.200.00   0.06
XYZ40.517546.744888.5485
Yxy46.74480.23050.2659
Hunter Lab68.3702-13.8652-28.9294
CIE-Lab74.0262-11.7408-31.4649

#6dbfef color RGB value is (109,191,239).

#6dbfef hex color red value is 109, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6dbfef hue: 0.56 , saturation: 0.80 and the lightness value of 6dbfef is 0.68.

The process color (four color CMYK) of #6dbfef color hex is 0.54, 0.20, 0.00, 0.06. Web safe color of #6dbfef is #66ccff. Color #6dbfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11101111
Octal 155 277 357
Decimal 109 191 239
Hex 6D BF EF

RGB Percentages of Color #6dbfef

%20.22
%35.44
%44.34

CMYK Percentages of Color #6dbfef

%54
%20
%0
%6

Triadic Colors of #6dbfef

#6dbfef #ef6dbf #bfef6d

Analogous Colors of #6dbfef

#6dbfef #6d7eef #6defde

Monochromatic Colors of #6dbfef

#6dbfef

Complementary Color

#6dbfef #ef9d6d

#6dbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfef Color CSS Codes

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

#6dbfef Text Font Color

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

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


#6dbfef Background Color

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

This div background color is #6dbfef


#6dbfef Border Color

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

This div border color is #6dbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfef


Comments

No comments written yet.

Please login to write comment.