Color Hex Logo

#6b5cca Color Hex

#6B5CCA
(107,92,202)
0 Favorites   0 Comments

Color spaces of #6b5cca

RGB 10792202
HSL0.690.510.58
HSV248°54°79°
CMYK 0.470.540.00   0.21
XYZ20.551215.044457.6978
Yxy15.04440.22030.1613
Hunter Lab38.787126.7001-61.0459
CIE-Lab45.694934.1760-55.4733

#6b5cca color RGB value is (107,92,202).

#6b5cca hex color red value is 107, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6b5cca hue: 0.69 , saturation: 0.51 and the lightness value of 6b5cca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01011100 11001010
Octal 153 134 312
Decimal 107 92 202
Hex 6B 5C CA

RGB Percentages of Color #6b5cca

%26.68
%22.94
%50.37

CMYK Percentages of Color #6b5cca

%47
%54
%0
%21

Triadic Colors of #6b5cca

#6b5cca #ca6b5c #5cca6b

Analogous Colors of #6b5cca

#6b5cca #a25cca #5c84ca

Monochromatic Colors of #6b5cca

#6b5cca

Complementary Color

#6b5cca #bbca5c

#6b5cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b5cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b5cca Color CSS Codes

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

#6b5cca Text Font Color

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

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


#6b5cca Background Color

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

This div background color is #6b5cca


#6b5cca Border Color

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

This div border color is #6b5cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b5cca


Comments

No comments written yet.

Please login to write comment.