Color Hex Logo

#6853bf Color Hex

#6853BF
(104,83,191)
0 Favorites   0 Comments

Color spaces of #6853bf

RGB 10483191
HSL0.700.460.54
HSV252°57°75°
CMYK 0.460.570.00   0.25
XYZ18.206112.891250.8189
Yxy12.89120.22230.1574
Hunter Lab35.904327.6799-58.7859
CIE-Lab42.598935.6423-54.1056

#6853bf color RGB value is (104,83,191).

#6853bf hex color red value is 104, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6853bf hue: 0.70 , saturation: 0.46 and the lightness value of 6853bf is 0.54.

The process color (four color CMYK) of #6853bf color hex is 0.46, 0.57, 0.00, 0.25. Web safe color of #6853bf is #6666cc. Color #6853bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 10111111
Octal 150 123 277
Decimal 104 83 191
Hex 68 53 BF

RGB Percentages of Color #6853bf

%27.51
%21.96
%50.53

CMYK Percentages of Color #6853bf

%46
%57
%0
%25

Triadic Colors of #6853bf

#6853bf #bf6853 #53bf68

Analogous Colors of #6853bf

#6853bf #9e53bf #5374bf

Monochromatic Colors of #6853bf

#6853bf

Complementary Color

#6853bf #aabf53

#6853bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6853bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6853bf Color CSS Codes

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

#6853bf Text Font Color

<p style="color:#6853bf">Text here</p>

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


#6853bf Background Color

<div style="background-color:#6853bf">
Div content here</div>

This div background color is #6853bf


#6853bf Border Color

<div style="border:3px solid #6853bf">
Div here</div>

This div border color is #6853bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,83,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6853bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6853bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6853bf;
  box-shadow:         1px 1px 3px 2px #6853bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,83,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 #6853bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6853bf


Comments

No comments written yet.

Please login to write comment.