Color Hex Logo

#6bbbda Color Hex

#6BBBDA
(107,187,218)
0 Favorites   0 Comments

Color spaces of #6bbbda

RGB 107187218
HSL0.550.600.64
HSV197°51°85°
CMYK 0.510.140.00   0.15
XYZ36.488643.728472.8469
Yxy43.72840.23840.2857
Hunter Lab66.1275-17.2282-19.0255
CIE-Lab72.0466-16.1184-23.1186

#6bbbda color RGB value is (107,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111011 11011010
Octal 153 273 332
Decimal 107 187 218
Hex 6B BB DA

RGB Percentages of Color #6bbbda

%20.90
%36.52
%42.58

CMYK Percentages of Color #6bbbda

%51
%14
%0
%15

Triadic Colors of #6bbbda

#6bbbda #da6bbb #bbda6b

Analogous Colors of #6bbbda

#6bbbda #6b84da #6bdac2

Monochromatic Colors of #6bbbda

#6bbbda

Complementary Color

#6bbbda #da8a6b

#6bbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbbda Color CSS Codes

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

#6bbbda Text Font Color

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

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


#6bbbda Background Color

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

This div background color is #6bbbda


#6bbbda Border Color

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

This div border color is #6bbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbbda


Comments

No comments written yet.

Please login to write comment.