Color Hex Logo

#6b769f Color Hex

#6B769F
(107,118,159)
0 Favorites   0 Comments

Color spaces of #6b769f

RGB 107118159
HSL0.630.210.52
HSV227°33°62°
CMYK 0.330.260.00   0.38
XYZ18.799818.585935.3975
Yxy18.58590.25830.2554
Hunter Lab43.11142.3945-18.5034
CIE-Lab50.19925.9819-23.3840

#6b769f color RGB value is (107,118,159).

#6b769f hex color red value is 107, green value is 118 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #6b769f hue: 0.63 , saturation: 0.21 and the lightness value of 6b769f is 0.52.

The process color (four color CMYK) of #6b769f color hex is 0.33, 0.26, 0.00, 0.38. Web safe color of #6b769f is #666699. Color #6b769f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110110 10011111
Octal 153 166 237
Decimal 107 118 159
Hex 6B 76 9F

RGB Percentages of Color #6b769f

%27.86
%30.73
%41.41

CMYK Percentages of Color #6b769f

%33
%26
%0
%38

Triadic Colors of #6b769f

#6b769f #9f6b76 #769f6b

Analogous Colors of #6b769f

#6b769f #7a6b9f #6b909f

Monochromatic Colors of #6b769f

#6b769f

Complementary Color

#6b769f #9f946b

#6b769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b769f Color CSS Codes

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

#6b769f Text Font Color

<p style="color:#6b769f">Text here</p>

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


#6b769f Background Color

<div style="background-color:#6b769f">
Div content here</div>

This div background color is #6b769f


#6b769f Border Color

<div style="border:3px solid #6b769f">
Div here</div>

This div border color is #6b769f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,118,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b769f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b769f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b769f;
  box-shadow:         1px 1px 3px 2px #6b769f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,118,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b769f


Comments

No comments written yet.

Please login to write comment.