Color Hex Logo

#6882be Color Hex

#6882BE
(104,130,190)
0 Favorites   0 Comments

Color spaces of #6882be

RGB 104130190
HSL0.620.400.58
HSV222°45°75°
CMYK 0.450.320.00   0.25
XYZ22.985822.626051.8710
Yxy22.62600.23580.2321
Hunter Lab47.56683.0150-31.3583
CIE-Lab54.68506.8369-34.3307

#6882be color RGB value is (104,130,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000010 10111110
Octal 150 202 276
Decimal 104 130 190
Hex 68 82 BE

RGB Percentages of Color #6882be

%24.53
%30.66
%44.81

CMYK Percentages of Color #6882be

%45
%32
%0
%25

Triadic Colors of #6882be

#6882be #be6882 #82be68

Analogous Colors of #6882be

#6882be #7968be #68adbe

Monochromatic Colors of #6882be

#6882be

Complementary Color

#6882be #bea468

#6882be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6882be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6882be Color CSS Codes

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

#6882be Text Font Color

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

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


#6882be Background Color

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

This div background color is #6882be


#6882be Border Color

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

This div border color is #6882be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,130,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 #6882be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6882be


Comments

No comments written yet.

Please login to write comment.