Color Hex Logo

#6bbadb Color Hex

#6BBADB
(107,186,219)
0 Favorites   0 Comments

Color spaces of #6bbadb

RGB 107186219
HSL0.550.610.64
HSV198°51°86°
CMYK 0.510.150.00   0.14
XYZ36.408543.358173.4678
Yxy43.35810.23760.2830
Hunter Lab65.8469-16.5346-20.0593
CIE-Lab71.7973-15.3102-24.0439

#6bbadb color RGB value is (107,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 11011011
Octal 153 272 333
Decimal 107 186 219
Hex 6B BA DB

RGB Percentages of Color #6bbadb

%20.90
%36.33
%42.77

CMYK Percentages of Color #6bbadb

%51
%15
%0
%14

Triadic Colors of #6bbadb

#6bbadb #db6bba #badb6b

Analogous Colors of #6bbadb

#6bbadb #6b82db #6bdbc4

Monochromatic Colors of #6bbadb

#6bbadb

Complementary Color

#6bbadb #db8c6b

#6bbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbadb Color CSS Codes

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

#6bbadb Text Font Color

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

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


#6bbadb Background Color

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

This div background color is #6bbadb


#6bbadb Border Color

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

This div border color is #6bbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbadb


Comments

No comments written yet.

Please login to write comment.