Color Hex Logo

#6b6dcc Color Hex

#6B6DCC
(107,109,204)
0 Favorites   0 Comments

Color spaces of #6b6dcc

RGB 107109204
HSL0.660.490.61
HSV239°48°80°
CMYK 0.480.470.00   0.20
XYZ22.431118.422759.5004
Yxy18.42270.22350.1836
Hunter Lab42.921718.1721-52.1459
CIE-Lab50.004824.4838-49.7107

#6b6dcc color RGB value is (107,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01101101 11001100
Octal 153 155 314
Decimal 107 109 204
Hex 6B 6D CC

RGB Percentages of Color #6b6dcc

%25.48
%25.95
%48.57

CMYK Percentages of Color #6b6dcc

%48
%47
%0
%20

Triadic Colors of #6b6dcc

#6b6dcc #cc6b6d #6dcc6b

Analogous Colors of #6b6dcc

#6b6dcc #9a6bcc #6b9ecc

Monochromatic Colors of #6b6dcc

#6b6dcc

Complementary Color

#6b6dcc #ccca6b

#6b6dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b6dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b6dcc Color CSS Codes

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

#6b6dcc Text Font Color

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

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


#6b6dcc Background Color

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

This div background color is #6b6dcc


#6b6dcc Border Color

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

This div border color is #6b6dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b6dcc


Comments

No comments written yet.

Please login to write comment.