Color Hex Logo

#6bbaff Color Hex

#6BBAFF
(107,186,255)
0 Favorites   0 Comments

Color spaces of #6bbaff

RGB 107186255
HSL0.581.000.71
HSV208°58°100°
CMYK 0.580.270.00   0.00
XYZ41.672345.4636101.1867
Yxy45.46360.22130.2414
Hunter Lab67.4267-7.6768-41.7773
CIE-Lab73.1961-4.6211-41.3857

#6bbaff color RGB value is (107,186,255).

#6bbaff hex color red value is 107, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6bbaff hue: 0.58 , saturation: 1.00 and the lightness value of 6bbaff is 0.71.

The process color (four color CMYK) of #6bbaff color hex is 0.58, 0.27, 0.00, 0.00. Web safe color of #6bbaff is #66ccff. Color #6bbaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 11111111
Octal 153 272 377
Decimal 107 186 255
Hex 6B BA FF

RGB Percentages of Color #6bbaff

%19.53
%33.94
%46.53

CMYK Percentages of Color #6bbaff

%58
%27
%0
%0

Triadic Colors of #6bbaff

#6bbaff #ff6bba #baff6b

Analogous Colors of #6bbaff

#6bbaff #6b70ff #6bfffa

Monochromatic Colors of #6bbaff

#6bbaff

Complementary Color

#6bbaff #ffb06b

#6bbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbaff Color CSS Codes

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

#6bbaff Text Font Color

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

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


#6bbaff Background Color

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

This div background color is #6bbaff


#6bbaff Border Color

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

This div border color is #6bbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbaff


Comments

No comments written yet.

Please login to write comment.