Color Hex Logo

#6ba9ed Color Hex

#6BA9ED
(107,169,237)
0 Favorites   0 Comments

Color spaces of #6ba9ed

RGB 107169237
HSL0.590.780.67
HSV211°55°93°
CMYK 0.550.290.00   0.07
XYZ35.537437.616285.5084
Yxy37.61620.22400.2371
Hunter Lab61.3320-3.9035-39.7290
CIE-Lab67.7368-0.7272-40.1474

#6ba9ed color RGB value is (107,169,237).

#6ba9ed hex color red value is 107, green value is 169 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6ba9ed hue: 0.59 , saturation: 0.78 and the lightness value of 6ba9ed is 0.67.

The process color (four color CMYK) of #6ba9ed color hex is 0.55, 0.29, 0.00, 0.07. Web safe color of #6ba9ed is #6699ff. Color #6ba9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101001 11101101
Octal 153 251 355
Decimal 107 169 237
Hex 6B A9 ED

RGB Percentages of Color #6ba9ed

%20.86
%32.94
%46.20

CMYK Percentages of Color #6ba9ed

%55
%29
%0
%7

Triadic Colors of #6ba9ed

#6ba9ed #ed6ba9 #a9ed6b

Analogous Colors of #6ba9ed

#6ba9ed #6e6bed #6beaed

Monochromatic Colors of #6ba9ed

#6ba9ed

Complementary Color

#6ba9ed #edaf6b

#6ba9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba9ed Color CSS Codes

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

#6ba9ed Text Font Color

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

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


#6ba9ed Background Color

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

This div background color is #6ba9ed


#6ba9ed Border Color

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

This div border color is #6ba9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba9ed


Comments

No comments written yet.

Please login to write comment.