Color Hex Logo

#6899be Color Hex

#6899BE
(104,153,190)
0 Favorites   0 Comments

Color spaces of #6899be

RGB 104153190
HSL0.570.400.58
HSV206°45°75°
CMYK 0.450.190.00   0.25
XYZ26.394429.443253.0072
Yxy29.44320.24250.2705
Hunter Lab54.2616-8.1302-19.9363
CIE-Lab61.1708-6.4249-24.2805

#6899be color RGB value is (104,153,190).

#6899be hex color red value is 104, green value is 153 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6899be hue: 0.57 , saturation: 0.40 and the lightness value of 6899be is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011001 10111110
Octal 150 231 276
Decimal 104 153 190
Hex 68 99 BE

RGB Percentages of Color #6899be

%23.27
%34.23
%42.51

CMYK Percentages of Color #6899be

%45
%19
%0
%25

Triadic Colors of #6899be

#6899be #be6899 #99be68

Analogous Colors of #6899be

#6899be #686ebe #68beb8

Monochromatic Colors of #6899be

#6899be

Complementary Color

#6899be #be8d68

#6899be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6899be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6899be Color CSS Codes

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

#6899be Text Font Color

<p style="color:#6899be">Text here</p>

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


#6899be Background Color

<div style="background-color:#6899be">
Div content here</div>

This div background color is #6899be


#6899be Border Color

<div style="border:3px solid #6899be">
Div here</div>

This div border color is #6899be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,153,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6899be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6899be;
  -webkit-box-shadow: 1px 1px 3px 2px #6899be;
  box-shadow:         1px 1px 3px 2px #6899be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,153,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6899be


Comments

No comments written yet.

Please login to write comment.