Color Hex Logo

#6bbfdf Color Hex

#6BBFDF
(107,191,223)
0 Favorites   0 Comments

Color spaces of #6bbfdf

RGB 107191223
HSL0.550.640.65
HSV197°52°87°
CMYK 0.520.140.00   0.13
XYZ38.013545.715176.6324
Yxy45.71510.23700.2851
Hunter Lab67.6129-17.9660-19.8701
CIE-Lab73.3603-16.7876-23.8325

#6bbfdf color RGB value is (107,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11011111
Octal 153 277 337
Decimal 107 191 223
Hex 6B BF DF

RGB Percentages of Color #6bbfdf

%20.54
%36.66
%42.80

CMYK Percentages of Color #6bbfdf

%52
%14
%0
%13

Triadic Colors of #6bbfdf

#6bbfdf #df6bbf #bfdf6b

Analogous Colors of #6bbfdf

#6bbfdf #6b85df #6bdfc5

Monochromatic Colors of #6bbfdf

#6bbfdf

Complementary Color

#6bbfdf #df8b6b

#6bbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfdf Color CSS Codes

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

#6bbfdf Text Font Color

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

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


#6bbfdf Background Color

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

This div background color is #6bbfdf


#6bbfdf Border Color

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

This div border color is #6bbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfdf


Comments

No comments written yet.

Please login to write comment.