Color Hex Logo

#6769ba Color Hex

#6769BA
(103,105,186)
0 Favorites   0 Comments

Color spaces of #6769ba

RGB 103105186
HSL0.660.380.57
HSV239°45°73°
CMYK 0.450.440.00   0.27
XYZ19.508016.531948.6172
Yxy16.53190.23040.1953
Hunter Lab40.659414.4885-42.4325
CIE-Lab47.664720.5193-43.0977

#6769ba color RGB value is (103,105,186).

#6769ba hex color red value is 103, green value is 105 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6769ba hue: 0.66 , saturation: 0.38 and the lightness value of 6769ba is 0.57.

The process color (four color CMYK) of #6769ba color hex is 0.45, 0.44, 0.00, 0.27. Web safe color of #6769ba is #6666cc. Color #6769ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101001 10111010
Octal 147 151 272
Decimal 103 105 186
Hex 67 69 BA

RGB Percentages of Color #6769ba

%26.14
%26.65
%47.21

CMYK Percentages of Color #6769ba

%45
%44
%0
%27

Triadic Colors of #6769ba

#6769ba #ba6769 #69ba67

Analogous Colors of #6769ba

#6769ba #8f67ba #6793ba

Monochromatic Colors of #6769ba

#6769ba

Complementary Color

#6769ba #bab867

#6769ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6769ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6769ba Color CSS Codes

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

#6769ba Text Font Color

<p style="color:#6769ba">Text here</p>

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


#6769ba Background Color

<div style="background-color:#6769ba">
Div content here</div>

This div background color is #6769ba


#6769ba Border Color

<div style="border:3px solid #6769ba">
Div here</div>

This div border color is #6769ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,105,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6769ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6769ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6769ba;
  box-shadow:         1px 1px 3px 2px #6769ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6769ba


Comments

No comments written yet.

Please login to write comment.