Color Hex Logo

#6bbeed Color Hex

#6BBEED
(107,190,237)
0 Favorites   0 Comments

Color spaces of #6bbeed

RGB 107190237
HSL0.560.780.67
HSV202°55°93°
CMYK 0.550.200.00   0.07
XYZ39.762946.067186.9169
Yxy46.06710.23020.2667
Hunter Lab67.8727-14.2040-28.4150
CIE-Lab73.5891-12.2071-31.0649

#6bbeed color RGB value is (107,190,237).

#6bbeed hex color red value is 107, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6bbeed hue: 0.56 , saturation: 0.78 and the lightness value of 6bbeed is 0.67.

The process color (four color CMYK) of #6bbeed color hex is 0.55, 0.20, 0.00, 0.07. Web safe color of #6bbeed is #66ccff. Color #6bbeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111110 11101101
Octal 153 276 355
Decimal 107 190 237
Hex 6B BE ED

RGB Percentages of Color #6bbeed

%20.04
%35.58
%44.38

CMYK Percentages of Color #6bbeed

%55
%20
%0
%7

Triadic Colors of #6bbeed

#6bbeed #ed6bbe #beed6b

Analogous Colors of #6bbeed

#6bbeed #6b7ded #6beddb

Monochromatic Colors of #6bbeed

#6bbeed

Complementary Color

#6bbeed #ed9a6b

#6bbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbeed Color CSS Codes

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

#6bbeed Text Font Color

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

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


#6bbeed Background Color

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

This div background color is #6bbeed


#6bbeed Border Color

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

This div border color is #6bbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbeed


Comments

No comments written yet.

Please login to write comment.