Color Hex Logo

#6679dd Color Hex

#6679DD
(102,121,221)
0 Favorites   0 Comments

Color spaces of #6679dd

RGB 102121221
HSL0.640.640.63
HSV230°54°87°
CMYK 0.540.450.00   0.13
XYZ25.368021.720071.2619
Yxy21.72000.21430.1835
Hunter Lab46.604715.6033-58.0353
CIE-Lab53.728721.3689-53.4232

#6679dd color RGB value is (102,121,221).

#6679dd hex color red value is 102, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6679dd hue: 0.64 , saturation: 0.64 and the lightness value of 6679dd is 0.63.

The process color (four color CMYK) of #6679dd color hex is 0.54, 0.45, 0.00, 0.13. Web safe color of #6679dd is #6666cc. Color #6679dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111001 11011101
Octal 146 171 335
Decimal 102 121 221
Hex 66 79 DD

RGB Percentages of Color #6679dd

%22.97
%27.25
%49.77

CMYK Percentages of Color #6679dd

%54
%45
%0
%13

Triadic Colors of #6679dd

#6679dd #dd6679 #79dd66

Analogous Colors of #6679dd

#6679dd #8f66dd #66b5dd

Monochromatic Colors of #6679dd

#6679dd

Complementary Color

#6679dd #ddca66

#6679dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6679dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6679dd Color CSS Codes

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

#6679dd Text Font Color

<p style="color:#6679dd">Text here</p>

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


#6679dd Background Color

<div style="background-color:#6679dd">
Div content here</div>

This div background color is #6679dd


#6679dd Border Color

<div style="border:3px solid #6679dd">
Div here</div>

This div border color is #6679dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,121,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6679dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6679dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6679dd;
  box-shadow:         1px 1px 3px 2px #6679dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6679dd


Comments

No comments written yet.

Please login to write comment.