Color Hex Logo

#677add Color Hex

#677ADD
(103,122,221)
0 Favorites   0 Comments

Color spaces of #677add

RGB 103122221
HSL0.640.630.64
HSV230°53°87°
CMYK 0.530.450.00   0.13
XYZ25.604222.023171.3080
Yxy22.02310.21530.1852
Hunter Lab46.928815.2637-57.2407
CIE-Lab54.051520.9734-52.9040

#677add color RGB value is (103,122,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111010 11011101
Octal 147 172 335
Decimal 103 122 221
Hex 67 7A DD

RGB Percentages of Color #677add

%23.09
%27.35
%49.55

CMYK Percentages of Color #677add

%53
%45
%0
%13

Triadic Colors of #677add

#677add #dd677a #7add67

Analogous Colors of #677add

#677add #8f67dd #67b5dd

Monochromatic Colors of #677add

#677add

Complementary Color

#677add #ddca67

#677add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677add Color Preview on White Background

Lorem ipsum dolor sit amet.

#677add Color CSS Codes

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

#677add Text Font Color

<p style="color:#677add">Text here</p>

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


#677add Background Color

<div style="background-color:#677add">
Div content here</div>

This div background color is #677add


#677add Border Color

<div style="border:3px solid #677add">
Div here</div>

This div border color is #677add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,122,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677add;
  -webkit-box-shadow: 1px 1px 3px 2px #677add;
  box-shadow:         1px 1px 3px 2px #677add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,122,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 #677add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677add


Comments

No comments written yet.

Please login to write comment.