Color Hex Logo

#6ab3fb Color Hex

#6AB3FB
(106,179,251)
0 Favorites   0 Comments

Color spaces of #6ab3fb

RGB 106179251
HSL0.580.950.70
HSV210°58°98°
CMYK 0.580.290.00   0.02
XYZ39.476542.269497.3450
Yxy42.26940.22040.2360
Hunter Lab65.0149-5.3925-43.2628
CIE-Lab71.0563-2.1899-42.5732

#6ab3fb color RGB value is (106,179,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10110011 11111011
Octal 152 263 373
Decimal 106 179 251
Hex 6A B3 FB

RGB Percentages of Color #6ab3fb

%19.78
%33.40
%46.83

CMYK Percentages of Color #6ab3fb

%58
%29
%0
%2

Triadic Colors of #6ab3fb

#6ab3fb #fb6ab3 #b3fb6a

Analogous Colors of #6ab3fb

#6ab3fb #6a6bfb #6afbfb

Monochromatic Colors of #6ab3fb

#6ab3fb

Complementary Color

#6ab3fb #fbb26a

#6ab3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab3fb Color CSS Codes

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

#6ab3fb Text Font Color

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

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


#6ab3fb Background Color

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

This div background color is #6ab3fb


#6ab3fb Border Color

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

This div border color is #6ab3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab3fb


Comments

No comments written yet.

Please login to write comment.