Color Hex Logo

#6c65cb Color Hex

#6C65CB
(108,101,203)
0 Favorites   0 Comments

Color spaces of #6c65cb

RGB 108101203
HSL0.680.500.60
HSV244°50°80°
CMYK 0.470.500.00   0.20
XYZ21.617516.807358.6047
Yxy16.80730.22280.1732
Hunter Lab40.996722.3785-56.0572
CIE-Lab48.016329.2731-52.3145

#6c65cb color RGB value is (108,101,203).

#6c65cb hex color red value is 108, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6c65cb hue: 0.68 , saturation: 0.50 and the lightness value of 6c65cb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100101 11001011
Octal 154 145 313
Decimal 108 101 203
Hex 6C 65 CB

RGB Percentages of Color #6c65cb

%26.21
%24.51
%49.27

CMYK Percentages of Color #6c65cb

%47
%50
%0
%20

Triadic Colors of #6c65cb

#6c65cb #cb6c65 #65cb6c

Analogous Colors of #6c65cb

#6c65cb #9f65cb #6591cb

Monochromatic Colors of #6c65cb

#6c65cb

Complementary Color

#6c65cb #c4cb65

#6c65cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c65cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c65cb Color CSS Codes

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

#6c65cb Text Font Color

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

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


#6c65cb Background Color

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

This div background color is #6c65cb


#6c65cb Border Color

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

This div border color is #6c65cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c65cb


Comments

No comments written yet.

Please login to write comment.