Color Hex Logo

#6799bf Color Hex

#6799BF
(103,153,191)
0 Favorites   0 Comments

Color spaces of #6799bf

RGB 103153191
HSL0.570.410.58
HSV206°46°75°
CMYK 0.460.200.00   0.25
XYZ26.388729.427653.5795
Yxy29.42760.24120.2690
Hunter Lab54.2472-8.1008-20.5872
CIE-Lab61.1572-6.3896-24.8682

#6799bf color RGB value is (103,153,191).

#6799bf hex color red value is 103, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6799bf hue: 0.57 , saturation: 0.41 and the lightness value of 6799bf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011001 10111111
Octal 147 231 277
Decimal 103 153 191
Hex 67 99 BF

RGB Percentages of Color #6799bf

%23.04
%34.23
%42.73

CMYK Percentages of Color #6799bf

%46
%20
%0
%25

Triadic Colors of #6799bf

#6799bf #bf6799 #99bf67

Analogous Colors of #6799bf

#6799bf #676dbf #67bfb9

Monochromatic Colors of #6799bf

#6799bf

Complementary Color

#6799bf #bf8d67

#6799bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6799bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6799bf Color CSS Codes

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

#6799bf Text Font Color

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

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


#6799bf Background Color

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

This div background color is #6799bf


#6799bf Border Color

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

This div border color is #6799bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,153,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 #6799bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6799bf


Comments

No comments written yet.

Please login to write comment.