Color Hex Logo

#6674cd Color Hex

#6674CD
(102,116,205)
0 Favorites   0 Comments

Color spaces of #6674cd

RGB 102116205
HSL0.640.510.60
HSV232°50°80°
CMYK 0.500.430.00   0.20
XYZ22.744319.723360.3658
Yxy19.72330.22120.1918
Hunter Lab44.410913.6966-49.5026
CIE-Lab51.522919.3718-47.8822

#6674cd color RGB value is (102,116,205).

#6674cd hex color red value is 102, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6674cd hue: 0.64 , saturation: 0.51 and the lightness value of 6674cd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110100 11001101
Octal 146 164 315
Decimal 102 116 205
Hex 66 74 CD

RGB Percentages of Color #6674cd

%24.11
%27.42
%48.46

CMYK Percentages of Color #6674cd

%50
%43
%0
%20

Triadic Colors of #6674cd

#6674cd #cd6674 #74cd66

Analogous Colors of #6674cd

#6674cd #8c66cd #66a8cd

Monochromatic Colors of #6674cd

#6674cd

Complementary Color

#6674cd #cdbf66

#6674cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6674cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6674cd Color CSS Codes

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

#6674cd Text Font Color

<p style="color:#6674cd">Text here</p>

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


#6674cd Background Color

<div style="background-color:#6674cd">
Div content here</div>

This div background color is #6674cd


#6674cd Border Color

<div style="border:3px solid #6674cd">
Div here</div>

This div border color is #6674cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,116,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6674cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6674cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6674cd;
  box-shadow:         1px 1px 3px 2px #6674cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,116,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6674cd


Comments

No comments written yet.

Please login to write comment.