Color Hex Logo

#6a8aed Color Hex

#6A8AED
(106,138,237)
0 Favorites   0 Comments

Color spaces of #6a8aed

RGB 106138237
HSL0.630.780.67
HSV225°55°93°
CMYK 0.550.420.00   0.07
XYZ30.318427.355683.8030
Yxy27.35560.21430.1934
Hunter Lab52.302611.9421-58.3869
CIE-Lab59.302017.0548-53.4551

#6a8aed color RGB value is (106,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10001010 11101101
Octal 152 212 355
Decimal 106 138 237
Hex 6A 8A ED

RGB Percentages of Color #6a8aed

%22.04
%28.69
%49.27

CMYK Percentages of Color #6a8aed

%55
%42
%0
%7

Triadic Colors of #6a8aed

#6a8aed #ed6a8a #8aed6a

Analogous Colors of #6a8aed

#6a8aed #8c6aed #6acced

Monochromatic Colors of #6a8aed

#6a8aed

Complementary Color

#6a8aed #edcd6a

#6a8aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8aed Color CSS Codes

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

#6a8aed Text Font Color

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

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


#6a8aed Background Color

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

This div background color is #6a8aed


#6a8aed Border Color

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

This div border color is #6a8aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a8aed


Comments

No comments written yet.

Please login to write comment.