Color Hex Logo

#6977ba Color Hex

#6977BA
(105,119,186)
0 Favorites   0 Comments

Color spaces of #6977ba

RGB 105119186
HSL0.640.370.57
HSV230°44°73°
CMYK 0.440.360.00   0.27
XYZ21.285519.742149.1431
Yxy19.74210.23610.2189
Hunter Lab44.43217.7555-34.4739
CIE-Lab51.544412.4955-36.9579

#6977ba color RGB value is (105,119,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110111 10111010
Octal 151 167 272
Decimal 105 119 186
Hex 69 77 BA

RGB Percentages of Color #6977ba

%25.61
%29.02
%45.37

CMYK Percentages of Color #6977ba

%44
%36
%0
%27

Triadic Colors of #6977ba

#6977ba #ba6977 #77ba69

Analogous Colors of #6977ba

#6977ba #8469ba #69a0ba

Monochromatic Colors of #6977ba

#6977ba

Complementary Color

#6977ba #baac69

#6977ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6977ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6977ba Color CSS Codes

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

#6977ba Text Font Color

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

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


#6977ba Background Color

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

This div background color is #6977ba


#6977ba Border Color

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

This div border color is #6977ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,119,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 #6977ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6977ba


Comments

No comments written yet.

Please login to write comment.