Color Hex Logo

#6bbffa Color Hex

#6BBFFA
(107,191,250)
0 Favorites   0 Comments

Color spaces of #6bbffa

RGB 107191250
HSL0.570.930.70
HSV205°57°98°
CMYK 0.570.240.00   0.02
XYZ41.949547.289597.3593
Yxy47.28950.22480.2534
Hunter Lab68.7674-11.4542-35.8043
CIE-Lab74.3746-8.8602-36.8614

#6bbffa color RGB value is (107,191,250).

#6bbffa hex color red value is 107, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6bbffa hue: 0.57 , saturation: 0.93 and the lightness value of 6bbffa is 0.70.

The process color (four color CMYK) of #6bbffa color hex is 0.57, 0.24, 0.00, 0.02. Web safe color of #6bbffa is #66ccff. Color #6bbffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11111010
Octal 153 277 372
Decimal 107 191 250
Hex 6B BF FA

RGB Percentages of Color #6bbffa

%19.53
%34.85
%45.62

CMYK Percentages of Color #6bbffa

%57
%24
%0
%2

Triadic Colors of #6bbffa

#6bbffa #fa6bbf #bffa6b

Analogous Colors of #6bbffa

#6bbffa #6b78fa #6bfaee

Monochromatic Colors of #6bbffa

#6bbffa

Complementary Color

#6bbffa #faa66b

#6bbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbffa Color CSS Codes

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

#6bbffa Text Font Color

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

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


#6bbffa Background Color

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

This div background color is #6bbffa


#6bbffa Border Color

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

This div border color is #6bbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbffa


Comments

No comments written yet.

Please login to write comment.