Color Hex Logo

#6dbfde Color Hex

#6DBFDE
(109,191,222)
0 Favorites   0 Comments

Color spaces of #6dbfde

RGB 109191222
HSL0.550.630.65
HSV196°51°87°
CMYK 0.510.140.00   0.13
XYZ38.122345.786775.9357
Yxy45.78670.23850.2864
Hunter Lab67.6659-17.8501-19.1701
CIE-Lab73.4069-16.6375-23.2114

#6dbfde color RGB value is (109,191,222).

#6dbfde hex color red value is 109, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6dbfde hue: 0.55 , saturation: 0.63 and the lightness value of 6dbfde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11011110
Octal 155 277 336
Decimal 109 191 222
Hex 6D BF DE

RGB Percentages of Color #6dbfde

%20.88
%36.59
%42.53

CMYK Percentages of Color #6dbfde

%51
%14
%0
%13

Triadic Colors of #6dbfde

#6dbfde #de6dbf #bfde6d

Analogous Colors of #6dbfde

#6dbfde #6d87de #6ddec5

Monochromatic Colors of #6dbfde

#6dbfde

Complementary Color

#6dbfde #de8c6d

#6dbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfde Color CSS Codes

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

#6dbfde Text Font Color

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

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


#6dbfde Background Color

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

This div background color is #6dbfde


#6dbfde Border Color

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

This div border color is #6dbfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfde


Comments

No comments written yet.

Please login to write comment.