Color Hex Logo

#6a7ccc Color Hex

#6A7CCC
(106,124,204)
0 Favorites   0 Comments

Color spaces of #6a7ccc

RGB 106124204
HSL0.640.490.61
HSV229°48°80°
CMYK 0.480.390.00   0.20
XYZ24.050621.839160.0745
Yxy21.83910.22700.2061
Hunter Lab46.732310.0827-43.5048
CIE-Lab53.855915.1486-43.5952

#6a7ccc color RGB value is (106,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111100 11001100
Octal 152 174 314
Decimal 106 124 204
Hex 6A 7C CC

RGB Percentages of Color #6a7ccc

%24.42
%28.57
%47.00

CMYK Percentages of Color #6a7ccc

%48
%39
%0
%20

Triadic Colors of #6a7ccc

#6a7ccc #cc6a7c #7ccc6a

Analogous Colors of #6a7ccc

#6a7ccc #896acc #6aadcc

Monochromatic Colors of #6a7ccc

#6a7ccc

Complementary Color

#6a7ccc #ccba6a

#6a7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a7ccc Color CSS Codes

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

#6a7ccc Text Font Color

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

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


#6a7ccc Background Color

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

This div background color is #6a7ccc


#6a7ccc Border Color

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

This div border color is #6a7ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a7ccc


Comments

No comments written yet.

Please login to write comment.