Color Hex Logo

#6997bf Color Hex

#6997BF
(105,151,191)
0 Favorites   0 Comments

Color spaces of #6997bf

RGB 105151191
HSL0.580.400.58
HSV208°45°75°
CMYK 0.450.210.00   0.25
XYZ26.296328.898153.4821
Yxy28.89810.24200.2659
Hunter Lab53.7570-6.7578-21.3570
CIE-Lab60.6916-4.7640-25.5752

#6997bf color RGB value is (105,151,191).

#6997bf hex color red value is 105, green value is 151 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6997bf hue: 0.58 , saturation: 0.40 and the lightness value of 6997bf is 0.58.

The process color (four color CMYK) of #6997bf color hex is 0.45, 0.21, 0.00, 0.25. Web safe color of #6997bf is #6699cc. Color #6997bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 10111111
Octal 151 227 277
Decimal 105 151 191
Hex 69 97 BF

RGB Percentages of Color #6997bf

%23.49
%33.78
%42.73

CMYK Percentages of Color #6997bf

%45
%21
%0
%25

Triadic Colors of #6997bf

#6997bf #bf6997 #97bf69

Analogous Colors of #6997bf

#6997bf #696cbf #69bfbc

Monochromatic Colors of #6997bf

#6997bf

Complementary Color

#6997bf #bf9169

#6997bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6997bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6997bf Color CSS Codes

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

#6997bf Text Font Color

<p style="color:#6997bf">Text here</p>

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


#6997bf Background Color

<div style="background-color:#6997bf">
Div content here</div>

This div background color is #6997bf


#6997bf Border Color

<div style="border:3px solid #6997bf">
Div here</div>

This div border color is #6997bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,151,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6997bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6997bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6997bf;
  box-shadow:         1px 1px 3px 2px #6997bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6997bf


Comments

No comments written yet.

Please login to write comment.