Color Hex Logo

#6a6dcb Color Hex

#6A6DCB
(106,109,203)
0 Favorites   0 Comments

Color spaces of #6a6dcb

RGB 106109203
HSL0.660.480.61
HSV238°48°80°
CMYK 0.480.460.00   0.20
XYZ22.192018.313258.8651
Yxy18.31320.22330.1843
Hunter Lab42.793917.6769-51.6005
CIE-Lab49.873823.9468-49.3526

#6a6dcb color RGB value is (106,109,203).

#6a6dcb hex color red value is 106, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6a6dcb hue: 0.66 , saturation: 0.48 and the lightness value of 6a6dcb is 0.61.

The process color (four color CMYK) of #6a6dcb color hex is 0.48, 0.46, 0.00, 0.20. Web safe color of #6a6dcb is #6666cc. Color #6a6dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01101101 11001011
Octal 152 155 313
Decimal 106 109 203
Hex 6A 6D CB

RGB Percentages of Color #6a6dcb

%25.36
%26.08
%48.56

CMYK Percentages of Color #6a6dcb

%48
%46
%0
%20

Triadic Colors of #6a6dcb

#6a6dcb #cb6a6d #6dcb6a

Analogous Colors of #6a6dcb

#6a6dcb #986acb #6a9ecb

Monochromatic Colors of #6a6dcb

#6a6dcb

Complementary Color

#6a6dcb #cbc86a

#6a6dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a6dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a6dcb Color CSS Codes

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

#6a6dcb Text Font Color

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

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


#6a6dcb Background Color

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

This div background color is #6a6dcb


#6a6dcb Border Color

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

This div border color is #6a6dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a6dcb


Comments

No comments written yet.

Please login to write comment.