Color Hex Logo

#6bbfed Color Hex

#6BBFED
(107,191,237)
0 Favorites   0 Comments

Color spaces of #6bbfed

RGB 107191237
HSL0.560.780.67
HSV201°55°93°
CMYK 0.550.190.00   0.07
XYZ39.980346.501886.9893
Yxy46.50180.23050.2681
Hunter Lab68.1922-14.6840-27.8986
CIE-Lab73.8700-12.7377-30.6321

#6bbfed color RGB value is (107,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11101101
Octal 153 277 355
Decimal 107 191 237
Hex 6B BF ED

RGB Percentages of Color #6bbfed

%20.00
%35.70
%44.30

CMYK Percentages of Color #6bbfed

%55
%19
%0
%7

Triadic Colors of #6bbfed

#6bbfed #ed6bbf #bfed6b

Analogous Colors of #6bbfed

#6bbfed #6b7eed #6bedda

Monochromatic Colors of #6bbfed

#6bbfed

Complementary Color

#6bbfed #ed996b

#6bbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfed Color CSS Codes

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

#6bbfed Text Font Color

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

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


#6bbfed Background Color

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

This div background color is #6bbfed


#6bbfed Border Color

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

This div border color is #6bbfed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,191,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 #6bbfed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfed


Comments

No comments written yet.

Please login to write comment.