Color Hex Logo

#6a7bfe Color Hex

#6A7BFE
(106,123,254)
0 Favorites   0 Comments

Color spaces of #6a7bfe

RGB 106123254
HSL0.650.990.71
HSV233°58°100°
CMYK 0.580.520.00   0.00
XYZ30.916224.385896.8434
Yxy24.38580.20320.1603
Hunter Lab49.382025.3337-81.7067
CIE-Lab56.472031.4840-67.3869

#6a7bfe color RGB value is (106,123,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111011 11111110
Octal 152 173 376
Decimal 106 123 254
Hex 6A 7B FE

RGB Percentages of Color #6a7bfe

%21.95
%25.47
%52.59

CMYK Percentages of Color #6a7bfe

%58
%52
%0
%0

Triadic Colors of #6a7bfe

#6a7bfe #fe6a7b #7bfe6a

Analogous Colors of #6a7bfe

#6a7bfe #a36afe #6ac5fe

Monochromatic Colors of #6a7bfe

#6a7bfe

Complementary Color

#6a7bfe #feed6a

#6a7bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a7bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a7bfe Color CSS Codes

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

#6a7bfe Text Font Color

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

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


#6a7bfe Background Color

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

This div background color is #6a7bfe


#6a7bfe Border Color

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

This div border color is #6a7bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a7bfe


Comments

No comments written yet.

Please login to write comment.