Color Hex Logo

#6ba2de Color Hex

#6BA2DE
(107,162,222)
0 Favorites   0 Comments

Color spaces of #6ba2de

RGB 107162222
HSL0.590.640.65
HSV211°52°87°
CMYK 0.520.270.00   0.13
XYZ32.168634.240474.0208
Yxy34.24040.22910.2438
Hunter Lab58.5153-4.2720-34.0401
CIE-Lab65.1529-1.3519-35.9388

#6ba2de color RGB value is (107,162,222).

#6ba2de hex color red value is 107, green value is 162 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6ba2de hue: 0.59 , saturation: 0.64 and the lightness value of 6ba2de is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100010 11011110
Octal 153 242 336
Decimal 107 162 222
Hex 6B A2 DE

RGB Percentages of Color #6ba2de

%21.79
%32.99
%45.21

CMYK Percentages of Color #6ba2de

%52
%27
%0
%13

Triadic Colors of #6ba2de

#6ba2de #de6ba2 #a2de6b

Analogous Colors of #6ba2de

#6ba2de #6e6bde #6bdcde

Monochromatic Colors of #6ba2de

#6ba2de

Complementary Color

#6ba2de #dea76b

#6ba2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba2de Color CSS Codes

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

#6ba2de Text Font Color

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

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


#6ba2de Background Color

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

This div background color is #6ba2de


#6ba2de Border Color

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

This div border color is #6ba2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba2de


Comments

No comments written yet.

Please login to write comment.