Color Hex Logo

#6940b8 Color Hex

#6940B8
(105,64,184)
0 Favorites   0 Comments

Color spaces of #6940b8

RGB 10564184
HSL0.720.480.49
HSV261°65°72°
CMYK 0.430.650.00   0.28
XYZ16.310810.130746.4432
Yxy10.13070.22380.1390
Hunter Lab31.828835.7728-64.2334
CIE-Lab38.076044.7672-57.3167

#6940b8 color RGB value is (105,64,184).

#6940b8 hex color red value is 105, green value is 64 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #6940b8 hue: 0.72 , saturation: 0.48 and the lightness value of 6940b8 is 0.49.

The process color (four color CMYK) of #6940b8 color hex is 0.43, 0.65, 0.00, 0.28. Web safe color of #6940b8 is #6633cc. Color #6940b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000000 10111000
Octal 151 100 270
Decimal 105 64 184
Hex 69 40 B8

RGB Percentages of Color #6940b8

%29.75
%18.13
%52.12

CMYK Percentages of Color #6940b8

%43
%65
%0
%28

Triadic Colors of #6940b8

#6940b8 #b86940 #40b869

Analogous Colors of #6940b8

#6940b8 #a540b8 #4053b8

Monochromatic Colors of #6940b8

#6940b8

Complementary Color

#6940b8 #8fb840

#6940b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6940b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6940b8 Color CSS Codes

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

#6940b8 Text Font Color

<p style="color:#6940b8">Text here</p>

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


#6940b8 Background Color

<div style="background-color:#6940b8">
Div content here</div>

This div background color is #6940b8


#6940b8 Border Color

<div style="border:3px solid #6940b8">
Div here</div>

This div border color is #6940b8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,64,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6940b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6940b8;
  -webkit-box-shadow: 1px 1px 3px 2px #6940b8;
  box-shadow:         1px 1px 3px 2px #6940b8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,64,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6940b8


Comments

No comments written yet.

Please login to write comment.