Color Hex Logo

#6ab2ff Color Hex

#6AB2FF
(106,178,255)
0 Favorites   0 Comments

Color spaces of #6ab2ff

RGB 106178255
HSL0.591.000.71
HSV211°58°100°
CMYK 0.580.300.00   0.00
XYZ39.914342.1250100.6350
Yxy42.12500.21850.2306
Hunter Lab64.9038-3.8083-46.4981
CIE-Lab70.9570-0.3881-44.8909

#6ab2ff color RGB value is (106,178,255).

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

The process color (four color CMYK) of #6ab2ff color hex is 0.58, 0.30, 0.00, 0.00. Web safe color of #6ab2ff is #6699ff. Color #6ab2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10110010 11111111
Octal 152 262 377
Decimal 106 178 255
Hex 6A B2 FF

RGB Percentages of Color #6ab2ff

%19.67
%33.02
%47.31

CMYK Percentages of Color #6ab2ff

%58
%30
%0
%0

Triadic Colors of #6ab2ff

#6ab2ff #ff6ab2 #b2ff6a

Analogous Colors of #6ab2ff

#6ab2ff #6d6aff #6afdff

Monochromatic Colors of #6ab2ff

#6ab2ff

Complementary Color

#6ab2ff #ffb76a

#6ab2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab2ff Color CSS Codes

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

#6ab2ff Text Font Color

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

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


#6ab2ff Background Color

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

This div background color is #6ab2ff


#6ab2ff Border Color

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

This div border color is #6ab2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab2ff

Related Colors

#6ab2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.