Color Hex Logo

#6bc4eb Color Hex

#6BC4EB
(107,196,235)
0 Favorites   0 Comments

Color spaces of #6bc4eb

RGB 107196235
HSL0.550.760.67
HSV198°54°92°
CMYK 0.540.170.00   0.08
XYZ40.798748.603885.8284
Yxy48.60380.23280.2774
Hunter Lab69.7164-17.5439-24.1909
CIE-Lab75.2042-15.9496-27.5025

#6bc4eb color RGB value is (107,196,235).

#6bc4eb hex color red value is 107, green value is 196 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6bc4eb hue: 0.55 , saturation: 0.76 and the lightness value of 6bc4eb is 0.67.

The process color (four color CMYK) of #6bc4eb color hex is 0.54, 0.17, 0.00, 0.08. Web safe color of #6bc4eb is #66ccff. Color #6bc4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000100 11101011
Octal 153 304 353
Decimal 107 196 235
Hex 6B C4 EB

RGB Percentages of Color #6bc4eb

%19.89
%36.43
%43.68

CMYK Percentages of Color #6bc4eb

%54
%17
%0
%8

Triadic Colors of #6bc4eb

#6bc4eb #eb6bc4 #c4eb6b

Analogous Colors of #6bc4eb

#6bc4eb #6b84eb #6bebd2

Monochromatic Colors of #6bc4eb

#6bc4eb

Complementary Color

#6bc4eb #eb926b

#6bc4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc4eb Color CSS Codes

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

#6bc4eb Text Font Color

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

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


#6bc4eb Background Color

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

This div background color is #6bc4eb


#6bc4eb Border Color

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

This div border color is #6bc4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc4eb


Comments

No comments written yet.

Please login to write comment.