Color Hex Logo

#6babe0 Color Hex

#6BABE0
(107,171,224)
0 Favorites   0 Comments

Color spaces of #6babe0

RGB 107171224
HSL0.580.650.65
HSV207°52°88°
CMYK 0.520.240.00   0.12
XYZ34.080937.633475.9887
Yxy37.63340.23070.2548
Hunter Lab61.3461-8.1897-30.4996
CIE-Lab67.7495-5.7720-33.0067

#6babe0 color RGB value is (107,171,224).

#6babe0 hex color red value is 107, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #6babe0 hue: 0.58 , saturation: 0.65 and the lightness value of 6babe0 is 0.65.

The process color (four color CMYK) of #6babe0 color hex is 0.52, 0.24, 0.00, 0.12. Web safe color of #6babe0 is #6699cc. Color #6babe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 11100000
Octal 153 253 340
Decimal 107 171 224
Hex 6B AB E0

RGB Percentages of Color #6babe0

%21.31
%34.06
%44.62

CMYK Percentages of Color #6babe0

%52
%24
%0
%12

Triadic Colors of #6babe0

#6babe0 #e06bab #abe06b

Analogous Colors of #6babe0

#6babe0 #6b71e0 #6be0db

Monochromatic Colors of #6babe0

#6babe0

Complementary Color

#6babe0 #e0a06b

#6babe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babe0 Color CSS Codes

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

#6babe0 Text Font Color

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

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


#6babe0 Background Color

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

This div background color is #6babe0


#6babe0 Border Color

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

This div border color is #6babe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babe0

#6babe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.