Color Hex Logo

#6dbfdc Color Hex

#6DBFDC
(109,191,220)
0 Favorites   0 Comments

Color spaces of #6dbfdc

RGB 109191220
HSL0.540.610.65
HSV196°50°86°
CMYK 0.500.130.00   0.14
XYZ37.855745.680174.5321
Yxy45.68010.23950.2890
Hunter Lab67.5871-18.2990-18.0715
CIE-Lab73.3375-17.1997-22.2315

#6dbfdc color RGB value is (109,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11011100
Octal 155 277 334
Decimal 109 191 220
Hex 6D BF DC

RGB Percentages of Color #6dbfdc

%20.96
%36.73
%42.31

CMYK Percentages of Color #6dbfdc

%50
%13
%0
%14

Triadic Colors of #6dbfdc

#6dbfdc #dc6dbf #bfdc6d

Analogous Colors of #6dbfdc

#6dbfdc #6d88dc #6ddcc2

Monochromatic Colors of #6dbfdc

#6dbfdc

Complementary Color

#6dbfdc #dc8a6d

#6dbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfdc Color CSS Codes

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

#6dbfdc Text Font Color

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

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


#6dbfdc Background Color

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

This div background color is #6dbfdc


#6dbfdc Border Color

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

This div border color is #6dbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfdc

#6dbfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.