Color Hex Logo

#6684be Color Hex

#6684BE
(102,132,190)
0 Favorites   0 Comments

Color spaces of #6684be

RGB 102132190
HSL0.610.400.57
HSV220°46°75°
CMYK 0.460.310.00   0.25
XYZ23.025023.045051.9498
Yxy23.04500.23490.2351
Hunter Lab48.00521.6058-30.5582
CIE-Lab55.11875.1447-33.6621

#6684be color RGB value is (102,132,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000100 10111110
Octal 146 204 276
Decimal 102 132 190
Hex 66 84 BE

RGB Percentages of Color #6684be

%24.06
%31.13
%44.81

CMYK Percentages of Color #6684be

%46
%31
%0
%25

Triadic Colors of #6684be

#6684be #be6684 #84be66

Analogous Colors of #6684be

#6684be #7466be #66b0be

Monochromatic Colors of #6684be

#6684be

Complementary Color

#6684be #bea066

#6684be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6684be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6684be Color CSS Codes

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

#6684be Text Font Color

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

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


#6684be Background Color

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

This div background color is #6684be


#6684be Border Color

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

This div border color is #6684be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6684be


Comments

No comments written yet.

Please login to write comment.