Color Hex Logo

#6b45dc Color Hex

#6B45DC
(107,69,220)
0 Favorites   0 Comments

Color spaces of #6b45dc

RGB 10769220
HSL0.710.680.57
HSV255°69°86°
CMYK 0.510.690.00   0.14
XYZ21.109812.549469.0198
Yxy12.54940.20560.1222
Hunter Lab35.425144.3740-90.7188
CIE-Lab42.076352.4683-71.6729

#6b45dc color RGB value is (107,69,220).

#6b45dc hex color red value is 107, green value is 69 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6b45dc hue: 0.71 , saturation: 0.68 and the lightness value of 6b45dc is 0.57.

The process color (four color CMYK) of #6b45dc color hex is 0.51, 0.69, 0.00, 0.14. Web safe color of #6b45dc is #6633cc. Color #6b45dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000101 11011100
Octal 153 105 334
Decimal 107 69 220
Hex 6B 45 DC

RGB Percentages of Color #6b45dc

%27.02
%17.42
%55.56

CMYK Percentages of Color #6b45dc

%51
%69
%0
%14

Triadic Colors of #6b45dc

#6b45dc #dc6b45 #45dc6b

Analogous Colors of #6b45dc

#6b45dc #b745dc #456bdc

Monochromatic Colors of #6b45dc

#6b45dc

Complementary Color

#6b45dc #b6dc45

#6b45dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b45dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b45dc Color CSS Codes

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

#6b45dc Text Font Color

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

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


#6b45dc Background Color

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

This div background color is #6b45dc


#6b45dc Border Color

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

This div border color is #6b45dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b45dc


Comments

No comments written yet.

Please login to write comment.