Color Hex Logo

#6c69cf Color Hex

#6C69CF
(108,105,207)
0 Favorites   0 Comments

Color spaces of #6c69cf

RGB 108105207
HSL0.670.520.61
HSV242°49°81°
CMYK 0.480.490.00   0.19
XYZ22.498417.796361.2807
Yxy17.79630.22150.1752
Hunter Lab42.185721.3725-56.5972
CIE-Lab49.248128.0542-52.6302

#6c69cf color RGB value is (108,105,207).

#6c69cf hex color red value is 108, green value is 105 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6c69cf hue: 0.67 , saturation: 0.52 and the lightness value of 6c69cf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01101001 11001111
Octal 154 151 317
Decimal 108 105 207
Hex 6C 69 CF

RGB Percentages of Color #6c69cf

%25.71
%25.00
%49.29

CMYK Percentages of Color #6c69cf

%48
%49
%0
%19

Triadic Colors of #6c69cf

#6c69cf #cf6c69 #69cf6c

Analogous Colors of #6c69cf

#6c69cf #9f69cf #6999cf

Monochromatic Colors of #6c69cf

#6c69cf

Complementary Color

#6c69cf #cccf69

#6c69cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c69cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c69cf Color CSS Codes

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

#6c69cf Text Font Color

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

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


#6c69cf Background Color

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

This div background color is #6c69cf


#6c69cf Border Color

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

This div border color is #6c69cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,105,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c69cf


Comments

No comments written yet.

Please login to write comment.