Color Hex Logo

#677afb Color Hex

#677AFB
(103,122,251)
0 Favorites   0 Comments

Color spaces of #677afb

RGB 103122251
HSL0.650.950.69
HSV232°59°98°
CMYK 0.590.510.00   0.02
XYZ29.965623.767794.2750
Yxy23.76770.20250.1606
Hunter Lab48.752124.3992-80.5262
CIE-Lab55.854530.5848-66.7361

#677afb color RGB value is (103,122,251).

#677afb hex color red value is 103, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #677afb hue: 0.65 , saturation: 0.95 and the lightness value of 677afb is 0.69.

The process color (four color CMYK) of #677afb color hex is 0.59, 0.51, 0.00, 0.02. Web safe color of #677afb is #6666ff. Color #677afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111010 11111011
Octal 147 172 373
Decimal 103 122 251
Hex 67 7A FB

RGB Percentages of Color #677afb

%21.64
%25.63
%52.73

CMYK Percentages of Color #677afb

%59
%51
%0
%2

Triadic Colors of #677afb

#677afb #fb677a #7afb67

Analogous Colors of #677afb

#677afb #9e67fb #67c4fb

Monochromatic Colors of #677afb

#677afb

Complementary Color

#677afb #fbe867

#677afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#677afb Color CSS Codes

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

#677afb Text Font Color

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

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


#677afb Background Color

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

This div background color is #677afb


#677afb Border Color

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

This div border color is #677afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,122,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677afb


Comments

No comments written yet.

Please login to write comment.