Color Hex Logo

#6b3dcc Color Hex

#6B3DCC
(107,61,204)
0 Favorites   0 Comments

Color spaces of #6b3dcc

RGB 10761204
HSL0.720.580.52
HSV259°70°80°
CMYK 0.480.700.00   0.20
XYZ18.631210.822958.2338
Yxy10.82290.21250.1234
Hunter Lab32.898243.5180-81.9218
CIE-Lab39.280652.1713-67.0322

#6b3dcc color RGB value is (107,61,204).

#6b3dcc hex color red value is 107, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6b3dcc hue: 0.72 , saturation: 0.58 and the lightness value of 6b3dcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00111101 11001100
Octal 153 75 314
Decimal 107 61 204
Hex 6B 3D CC

RGB Percentages of Color #6b3dcc

%28.76
%16.40
%54.84

CMYK Percentages of Color #6b3dcc

%48
%70
%0
%20

Triadic Colors of #6b3dcc

#6b3dcc #cc6b3d #3dcc6b

Analogous Colors of #6b3dcc

#6b3dcc #b33dcc #3d57cc

Monochromatic Colors of #6b3dcc

#6b3dcc

Complementary Color

#6b3dcc #9ecc3d

#6b3dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3dcc Color CSS Codes

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

#6b3dcc Text Font Color

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

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


#6b3dcc Background Color

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

This div background color is #6b3dcc


#6b3dcc Border Color

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

This div border color is #6b3dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,61,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 #6b3dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3dcc


Comments

No comments written yet.

Please login to write comment.