Color Hex Logo

#6681d8 Color Hex

#6681D8
(102,129,216)
0 Favorites   0 Comments

Color spaces of #6681d8

RGB 102129216
HSL0.630.590.62
HSV226°53°85°
CMYK 0.530.400.00   0.15
XYZ25.724423.483268.1426
Yxy23.48320.21920.2001
Hunter Lab48.45959.9515-49.4506
CIE-Lab55.566614.9473-47.6829

#6681d8 color RGB value is (102,129,216).

#6681d8 hex color red value is 102, green value is 129 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #6681d8 hue: 0.63 , saturation: 0.59 and the lightness value of 6681d8 is 0.62.

The process color (four color CMYK) of #6681d8 color hex is 0.53, 0.40, 0.00, 0.15. Web safe color of #6681d8 is #6699cc. Color #6681d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000001 11011000
Octal 146 201 330
Decimal 102 129 216
Hex 66 81 D8

RGB Percentages of Color #6681d8

%22.82
%28.86
%48.32

CMYK Percentages of Color #6681d8

%53
%40
%0
%15

Triadic Colors of #6681d8

#6681d8 #d86681 #81d866

Analogous Colors of #6681d8

#6681d8 #8466d8 #66bad8

Monochromatic Colors of #6681d8

#6681d8

Complementary Color

#6681d8 #d8bd66

#6681d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6681d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6681d8 Color CSS Codes

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

#6681d8 Text Font Color

<p style="color:#6681d8">Text here</p>

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


#6681d8 Background Color

<div style="background-color:#6681d8">
Div content here</div>

This div background color is #6681d8


#6681d8 Border Color

<div style="border:3px solid #6681d8">
Div here</div>

This div border color is #6681d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,129,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6681d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6681d8;
  -webkit-box-shadow: 1px 1px 3px 2px #6681d8;
  box-shadow:         1px 1px 3px 2px #6681d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,129,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6681d8


Comments

No comments written yet.

Please login to write comment.