Color Hex Logo

#6a8ecc Color Hex

#6A8ECC
(106,142,204)
0 Favorites   0 Comments

Color spaces of #6a8ecc

RGB 106142204
HSL0.610.490.61
HSV218°48°80°
CMYK 0.480.300.00   0.20
XYZ26.515926.769860.8963
Yxy26.76980.23220.2344
Hunter Lab51.73950.9349-33.5653
CIE-Lab58.76064.4635-35.8833

#6a8ecc color RGB value is (106,142,204).

#6a8ecc hex color red value is 106, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6a8ecc hue: 0.61 , saturation: 0.49 and the lightness value of 6a8ecc is 0.61.

The process color (four color CMYK) of #6a8ecc color hex is 0.48, 0.30, 0.00, 0.20. Web safe color of #6a8ecc is #6699cc. Color #6a8ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10001110 11001100
Octal 152 216 314
Decimal 106 142 204
Hex 6A 8E CC

RGB Percentages of Color #6a8ecc

%23.45
%31.42
%45.13

CMYK Percentages of Color #6a8ecc

%48
%30
%0
%20

Triadic Colors of #6a8ecc

#6a8ecc #cc6a8e #8ecc6a

Analogous Colors of #6a8ecc

#6a8ecc #776acc #6abfcc

Monochromatic Colors of #6a8ecc

#6a8ecc

Complementary Color

#6a8ecc #cca86a

#6a8ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8ecc Color CSS Codes

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

#6a8ecc Text Font Color

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

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


#6a8ecc Background Color

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

This div background color is #6a8ecc


#6a8ecc Border Color

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

This div border color is #6a8ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,142,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a8ecc


Comments

No comments written yet.

Please login to write comment.