Color Hex Logo

#6baafb Color Hex

#6BAAFB
(107,170,251)
0 Favorites   0 Comments

Color spaces of #6baafb

RGB 107170251
HSL0.590.950.70
HSV214°57°98°
CMYK 0.570.320.00   0.02
XYZ37.850738.840396.7688
Yxy38.84030.21820.2239
Hunter Lab62.3220-0.6531-48.4356
CIE-Lab68.63543.0515-46.3661

#6baafb color RGB value is (107,170,251).

#6baafb hex color red value is 107, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6baafb hue: 0.59 , saturation: 0.95 and the lightness value of 6baafb is 0.70.

The process color (four color CMYK) of #6baafb color hex is 0.57, 0.32, 0.00, 0.02. Web safe color of #6baafb is #6699ff. Color #6baafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 11111011
Octal 153 252 373
Decimal 107 170 251
Hex 6B AA FB

RGB Percentages of Color #6baafb

%20.27
%32.20
%47.54

CMYK Percentages of Color #6baafb

%57
%32
%0
%2

Triadic Colors of #6baafb

#6baafb #fb6baa #aafb6b

Analogous Colors of #6baafb

#6baafb #746bfb #6bf2fb

Monochromatic Colors of #6baafb

#6baafb

Complementary Color

#6baafb #fbbc6b

#6baafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baafb Color CSS Codes

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

#6baafb Text Font Color

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

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


#6baafb Background Color

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

This div background color is #6baafb


#6baafb Border Color

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

This div border color is #6baafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baafb


Comments

No comments written yet.

Please login to write comment.