Color Hex Logo

#679bca Color Hex

#679BCA
(103,155,202)
1 Favorites   0 Comments

Color spaces of #679bca

RGB 103155202
HSL0.580.480.60
HSV208°49°79°
CMYK 0.490.230.00   0.21
XYZ27.975530.590560.3072
Yxy30.59050.23530.2573
Hunter Lab55.3087-6.5037-25.9323
CIE-Lab62.1604-4.3027-29.4885

#679bca color RGB value is (103,155,202).

#679bca hex color red value is 103, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #679bca hue: 0.58 , saturation: 0.48 and the lightness value of 679bca is 0.60.

The process color (four color CMYK) of #679bca color hex is 0.49, 0.23, 0.00, 0.21. Web safe color of #679bca is #6699cc. Color #679bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011011 11001010
Octal 147 233 312
Decimal 103 155 202
Hex 67 9B CA

RGB Percentages of Color #679bca

%22.39
%33.70
%43.91

CMYK Percentages of Color #679bca

%49
%23
%0
%21

Triadic Colors of #679bca

#679bca #ca679b #9bca67

Analogous Colors of #679bca

#679bca #676aca #67cac8

Monochromatic Colors of #679bca

#679bca

Complementary Color

#679bca #ca9667

#679bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#679bca Color CSS Codes

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

#679bca Text Font Color

<p style="color:#679bca">Text here</p>

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


#679bca Background Color

<div style="background-color:#679bca">
Div content here</div>

This div background color is #679bca


#679bca Border Color

<div style="border:3px solid #679bca">
Div here</div>

This div border color is #679bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,155,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #679bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #679bca;
  -webkit-box-shadow: 1px 1px 3px 2px #679bca;
  box-shadow:         1px 1px 3px 2px #679bca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679bca


Comments

No comments written yet.

Please login to write comment.