Color Hex Logo

#6c7bfe Color Hex

#6C7BFE
(108,123,254)
0 Favorites   0 Comments

Color spaces of #6c7bfe

RGB 108123254
HSL0.650.990.71
HSV234°57°100°
CMYK 0.570.520.00   0.00
XYZ31.156724.509896.8547
Yxy24.50980.20430.1607
Hunter Lab49.507425.6983-81.3380
CIE-Lab56.594631.8448-67.1830

#6c7bfe color RGB value is (108,123,254).

#6c7bfe hex color red value is 108, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6c7bfe hue: 0.65 , saturation: 0.99 and the lightness value of 6c7bfe is 0.71.

The process color (four color CMYK) of #6c7bfe color hex is 0.57, 0.52, 0.00, 0.00. Web safe color of #6c7bfe is #6666ff. Color #6c7bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01111011 11111110
Octal 154 173 376
Decimal 108 123 254
Hex 6C 7B FE

RGB Percentages of Color #6c7bfe

%22.27
%25.36
%52.37

CMYK Percentages of Color #6c7bfe

%57
%52
%0
%0

Triadic Colors of #6c7bfe

#6c7bfe #fe6c7b #7bfe6c

Analogous Colors of #6c7bfe

#6c7bfe #a66cfe #6cc4fe

Monochromatic Colors of #6c7bfe

#6c7bfe

Complementary Color

#6c7bfe #feef6c

#6c7bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c7bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c7bfe Color CSS Codes

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

#6c7bfe Text Font Color

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

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


#6c7bfe Background Color

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

This div background color is #6c7bfe


#6c7bfe Border Color

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

This div border color is #6c7bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c7bfe


Comments

No comments written yet.

Please login to write comment.