Color Hex Logo

#6231bd Color Hex

#6231BD
(98,49,189)
0 Favorites   0 Comments

Color spaces of #6231bd

RGB 9849189
HSL0.730.590.47
HSV261°74°74°
CMYK 0.480.740.00   0.26
XYZ15.32068.467448.9710
Yxy8.46740.21060.1164
Hunter Lab29.098843.0579-79.4113
CIE-Lab34.937952.5528-65.4104

#6231bd color RGB value is (98,49,189).

#6231bd hex color red value is 98, green value is 49 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6231bd hue: 0.73 , saturation: 0.59 and the lightness value of 6231bd is 0.47.

The process color (four color CMYK) of #6231bd color hex is 0.48, 0.74, 0.00, 0.26. Web safe color of #6231bd is #6633cc. Color #6231bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00110001 10111101
Octal 142 61 275
Decimal 98 49 189
Hex 62 31 BD

RGB Percentages of Color #6231bd

%29.17
%14.58
%56.25

CMYK Percentages of Color #6231bd

%48
%74
%0
%26

Triadic Colors of #6231bd

#6231bd #bd6231 #31bd62

Analogous Colors of #6231bd

#6231bd #a831bd #3146bd

Monochromatic Colors of #6231bd

#6231bd

Complementary Color

#6231bd #8cbd31

#6231bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6231bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6231bd Color CSS Codes

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

#6231bd Text Font Color

<p style="color:#6231bd">Text here</p>

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


#6231bd Background Color

<div style="background-color:#6231bd">
Div content here</div>

This div background color is #6231bd


#6231bd Border Color

<div style="border:3px solid #6231bd">
Div here</div>

This div border color is #6231bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,49,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6231bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6231bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6231bd;
  box-shadow:         1px 1px 3px 2px #6231bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,49,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6231bd


Comments

No comments written yet.

Please login to write comment.