Color Hex Logo

#6bbfec Color Hex

#6BBFEC
(107,191,236)
0 Favorites   0 Comments

Color spaces of #6bbfec

RGB 107191236
HSL0.560.770.67
HSV201°55°93°
CMYK 0.550.190.00   0.07
XYZ39.834546.443586.2219
Yxy46.44350.23090.2692
Hunter Lab68.1495-14.9253-27.3084
CIE-Lab73.8324-13.0317-30.1496

#6bbfec color RGB value is (107,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11101100
Octal 153 277 354
Decimal 107 191 236
Hex 6B BF EC

RGB Percentages of Color #6bbfec

%20.04
%35.77
%44.19

CMYK Percentages of Color #6bbfec

%55
%19
%0
%7

Triadic Colors of #6bbfec

#6bbfec #ec6bbf #bfec6b

Analogous Colors of #6bbfec

#6bbfec #6b7fec #6becd9

Monochromatic Colors of #6bbfec

#6bbfec

Complementary Color

#6bbfec #ec986b

#6bbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfec Color CSS Codes

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

#6bbfec Text Font Color

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

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


#6bbfec Background Color

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

This div background color is #6bbfec


#6bbfec Border Color

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

This div border color is #6bbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfec


Comments

No comments written yet.

Please login to write comment.