Color Hex Logo

#6a8bcc Color Hex

#6A8BCC
(106,139,204)
0 Favorites   0 Comments

Color spaces of #6a8bcc

RGB 106139204
HSL0.610.490.61
HSV220°48°80°
CMYK 0.480.320.00   0.20
XYZ26.075625.889060.7495
Yxy25.88900.23130.2297
Hunter Lab50.88122.4355-35.1723
CIE-Lab57.93156.2188-37.1802

#6a8bcc color RGB value is (106,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10001011 11001100
Octal 152 213 314
Decimal 106 139 204
Hex 6A 8B CC

RGB Percentages of Color #6a8bcc

%23.61
%30.96
%45.43

CMYK Percentages of Color #6a8bcc

%48
%32
%0
%20

Triadic Colors of #6a8bcc

#6a8bcc #cc6a8b #8bcc6a

Analogous Colors of #6a8bcc

#6a8bcc #7a6acc #6abccc

Monochromatic Colors of #6a8bcc

#6a8bcc

Complementary Color

#6a8bcc #ccab6a

#6a8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8bcc Color CSS Codes

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

#6a8bcc Text Font Color

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

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


#6a8bcc Background Color

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

This div background color is #6a8bcc


#6a8bcc Border Color

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

This div border color is #6a8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a8bcc


Comments

No comments written yet.

Please login to write comment.