Color Hex Logo

#6babdd Color Hex

#6BABDD
(107,171,221)
0 Favorites   0 Comments

Color spaces of #6babdd

RGB 107171221
HSL0.570.630.64
HSV206°52°87°
CMYK 0.520.230.00   0.13
XYZ33.677537.472173.8645
Yxy37.47210.23220.2584
Hunter Lab61.2145-8.9225-28.6922
CIE-Lab67.6297-6.6626-31.5446

#6babdd color RGB value is (107,171,221).

#6babdd hex color red value is 107, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6babdd hue: 0.57 , saturation: 0.63 and the lightness value of 6babdd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 11011101
Octal 153 253 335
Decimal 107 171 221
Hex 6B AB DD

RGB Percentages of Color #6babdd

%21.44
%34.27
%44.29

CMYK Percentages of Color #6babdd

%52
%23
%0
%13

Triadic Colors of #6babdd

#6babdd #dd6bab #abdd6b

Analogous Colors of #6babdd

#6babdd #6b72dd #6bddd6

Monochromatic Colors of #6babdd

#6babdd

Complementary Color

#6babdd #dd9d6b

#6babdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babdd Color CSS Codes

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

#6babdd Text Font Color

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

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


#6babdd Background Color

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

This div background color is #6babdd


#6babdd Border Color

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

This div border color is #6babdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babdd


Comments

No comments written yet.

Please login to write comment.