Color Hex Logo

#6d6b98 Color Hex

#6D6B98
(109,107,152)
0 Favorites   0 Comments

Color spaces of #6d6b98

RGB 109107152
HSL0.670.180.51
HSV243°30°60°
CMYK 0.280.300.00   0.40
XYZ17.231916.033631.8923
Yxy16.03360.26450.2461
Hunter Lab40.04206.7433-19.1934
CIE-Lab47.018511.3565-24.1699

#6d6b98 color RGB value is (109,107,152).

#6d6b98 hex color red value is 109, green value is 107 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #6d6b98 hue: 0.67 , saturation: 0.18 and the lightness value of 6d6b98 is 0.51.

The process color (four color CMYK) of #6d6b98 color hex is 0.28, 0.30, 0.00, 0.40. Web safe color of #6d6b98 is #666699. Color #6d6b98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01101011 10011000
Octal 155 153 230
Decimal 109 107 152
Hex 6D 6B 98

RGB Percentages of Color #6d6b98

%29.62
%29.08
%41.30

CMYK Percentages of Color #6d6b98

%28
%30
%0
%40

Triadic Colors of #6d6b98

#6d6b98 #986d6b #6b986d

Analogous Colors of #6d6b98

#6d6b98 #846b98 #6b8098

Monochromatic Colors of #6d6b98

#6d6b98

Complementary Color

#6d6b98 #96986b

#6d6b98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d6b98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d6b98 Color CSS Codes

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

#6d6b98 Text Font Color

<p style="color:#6d6b98">Text here</p>

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


#6d6b98 Background Color

<div style="background-color:#6d6b98">
Div content here</div>

This div background color is #6d6b98


#6d6b98 Border Color

<div style="border:3px solid #6d6b98">
Div here</div>

This div border color is #6d6b98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,107,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d6b98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d6b98;
  -webkit-box-shadow: 1px 1px 3px 2px #6d6b98;
  box-shadow:         1px 1px 3px 2px #6d6b98; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,107,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d6b98


Comments

No comments written yet.

Please login to write comment.