Color Hex Logo

#6a74be Color Hex

#6A74BE
(106,116,190)
0 Favorites   0 Comments

Color spaces of #6a74be

RGB 106116190
HSL0.650.390.58
HSV233°44°75°
CMYK 0.440.390.00   0.25
XYZ21.483519.272751.3029
Yxy19.27270.23340.2094
Hunter Lab43.900710.5256-38.5566
CIE-Lab51.004715.7600-40.1036

#6a74be color RGB value is (106,116,190).

#6a74be hex color red value is 106, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6a74be hue: 0.65 , saturation: 0.39 and the lightness value of 6a74be is 0.58.

The process color (four color CMYK) of #6a74be color hex is 0.44, 0.39, 0.00, 0.25. Web safe color of #6a74be is #6666cc. Color #6a74be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110100 10111110
Octal 152 164 276
Decimal 106 116 190
Hex 6A 74 BE

RGB Percentages of Color #6a74be

%25.73
%28.16
%46.12

CMYK Percentages of Color #6a74be

%44
%39
%0
%25

Triadic Colors of #6a74be

#6a74be #be6a74 #74be6a

Analogous Colors of #6a74be

#6a74be #8a6abe #6a9ebe

Monochromatic Colors of #6a74be

#6a74be

Complementary Color

#6a74be #beb46a

#6a74be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a74be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a74be Color CSS Codes

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

#6a74be Text Font Color

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

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


#6a74be Background Color

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

This div background color is #6a74be


#6a74be Border Color

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

This div border color is #6a74be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,116,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a74be


Comments

No comments written yet.

Please login to write comment.