Color Hex Logo

#6bbddd Color Hex

#6BBDDD
(107,189,221)
0 Favorites   0 Comments

Color spaces of #6bbddd

RGB 107189221
HSL0.550.630.64
HSV197°52°87°
CMYK 0.520.140.00   0.13
XYZ37.312144.741475.0760
Yxy44.74140.23750.2847
Hunter Lab66.8890-17.4847-19.7246
CIE-Lab72.7213-16.3131-23.7216

#6bbddd color RGB value is (107,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 11011101
Octal 153 275 335
Decimal 107 189 221
Hex 6B BD DD

RGB Percentages of Color #6bbddd

%20.70
%36.56
%42.75

CMYK Percentages of Color #6bbddd

%52
%14
%0
%13

Triadic Colors of #6bbddd

#6bbddd #dd6bbd #bddd6b

Analogous Colors of #6bbddd

#6bbddd #6b84dd #6bddc4

Monochromatic Colors of #6bbddd

#6bbddd

Complementary Color

#6bbddd #dd8b6b

#6bbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbddd Color CSS Codes

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

#6bbddd Text Font Color

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

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


#6bbddd Background Color

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

This div background color is #6bbddd


#6bbddd Border Color

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

This div border color is #6bbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbddd


Comments

No comments written yet.

Please login to write comment.