Color Hex Logo

#6bbeee Color Hex

#6BBEEE
(107,190,238)
0 Favorites   0 Comments

Color spaces of #6bbeee

RGB 107190238
HSL0.560.790.68
HSV202°55°93°
CMYK 0.550.200.00   0.07
XYZ39.909546.125887.6886
Yxy46.12580.22970.2655
Hunter Lab67.9160-13.9609-29.0101
CIE-Lab73.6271-11.9121-31.5468

#6bbeee color RGB value is (107,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111110 11101110
Octal 153 276 356
Decimal 107 190 238
Hex 6B BE EE

RGB Percentages of Color #6bbeee

%20.00
%35.51
%44.49

CMYK Percentages of Color #6bbeee

%55
%20
%0
%7

Triadic Colors of #6bbeee

#6bbeee #ee6bbe #beee6b

Analogous Colors of #6bbeee

#6bbeee #6b7dee #6beedd

Monochromatic Colors of #6bbeee

#6bbeee

Complementary Color

#6bbeee #ee9b6b

#6bbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbeee Color CSS Codes

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

#6bbeee Text Font Color

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

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


#6bbeee Background Color

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

This div background color is #6bbeee


#6bbeee Border Color

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

This div border color is #6bbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbeee


Comments

No comments written yet.

Please login to write comment.