Color Hex Logo

#6a74cc Color Hex

#6A74CC
(106,116,204)
0 Favorites   0 Comments

Color spaces of #6a74cc

RGB 106116204
HSL0.650.490.61
HSV234°48°80°
CMYK 0.480.430.00   0.20
XYZ23.088319.914659.7538
Yxy19.91460.22470.1938
Hunter Lab44.625814.2565-48.1511
CIE-Lab51.740519.9910-46.9499

#6a74cc color RGB value is (106,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110100 11001100
Octal 152 164 314
Decimal 106 116 204
Hex 6A 74 CC

RGB Percentages of Color #6a74cc

%24.88
%27.23
%47.89

CMYK Percentages of Color #6a74cc

%48
%43
%0
%20

Triadic Colors of #6a74cc

#6a74cc #cc6a74 #74cc6a

Analogous Colors of #6a74cc

#6a74cc #916acc #6aa5cc

Monochromatic Colors of #6a74cc

#6a74cc

Complementary Color

#6a74cc #ccc26a

#6a74cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a74cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a74cc Color CSS Codes

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

#6a74cc Text Font Color

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

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


#6a74cc Background Color

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

This div background color is #6a74cc


#6a74cc Border Color

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

This div border color is #6a74cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a74cc


Comments

No comments written yet.

Please login to write comment.