Color Hex Logo

#6f65bf Color Hex

#6F65BF
(111,101,191)
0 Favorites   0 Comments

Color spaces of #6f65bf

RGB 111101191
HSL0.690.410.57
HSV247°47°75°
CMYK 0.420.470.00   0.25
XYZ20.613216.448551.3787
Yxy16.44850.23310.1860
Hunter Lab40.556819.7493-46.7209
CIE-Lab47.557526.4493-46.1238

#6f65bf color RGB value is (111,101,191).

#6f65bf hex color red value is 111, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6f65bf hue: 0.69 , saturation: 0.41 and the lightness value of 6f65bf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01100101 10111111
Octal 157 145 277
Decimal 111 101 191
Hex 6F 65 BF

RGB Percentages of Color #6f65bf

%27.54
%25.06
%47.39

CMYK Percentages of Color #6f65bf

%42
%47
%0
%25

Triadic Colors of #6f65bf

#6f65bf #bf6f65 #65bf6f

Analogous Colors of #6f65bf

#6f65bf #9c65bf #6588bf

Monochromatic Colors of #6f65bf

#6f65bf

Complementary Color

#6f65bf #b5bf65

#6f65bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f65bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f65bf Color CSS Codes

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

#6f65bf Text Font Color

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

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


#6f65bf Background Color

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

This div background color is #6f65bf


#6f65bf Border Color

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

This div border color is #6f65bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,101,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f65bf


Comments

No comments written yet.

Please login to write comment.