Color Hex Logo

#6bbddf Color Hex

#6BBDDF
(107,189,223)
0 Favorites   0 Comments

Color spaces of #6bbddf

RGB 107189223
HSL0.550.640.65
HSV198°52°87°
CMYK 0.520.150.00   0.13
XYZ37.580344.848776.4880
Yxy44.84870.23650.2822
Hunter Lab66.9692-17.0293-20.8389
CIE-Lab72.7922-15.7435-24.7002

#6bbddf color RGB value is (107,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 11011111
Octal 153 275 337
Decimal 107 189 223
Hex 6B BD DF

RGB Percentages of Color #6bbddf

%20.62
%36.42
%42.97

CMYK Percentages of Color #6bbddf

%52
%15
%0
%13

Triadic Colors of #6bbddf

#6bbddf #df6bbd #bddf6b

Analogous Colors of #6bbddf

#6bbddf #6b83df #6bdfc7

Monochromatic Colors of #6bbddf

#6bbddf

Complementary Color

#6bbddf #df8d6b

#6bbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbddf Color CSS Codes

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

#6bbddf Text Font Color

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

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


#6bbddf Background Color

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

This div background color is #6bbddf


#6bbddf Border Color

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

This div border color is #6bbddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,189,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 #6bbddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbddf


Comments

No comments written yet.

Please login to write comment.