Color Hex Logo

#6272bd Color Hex

#6272BD
(98,114,189)
0 Favorites   0 Comments

Color spaces of #6272bd

RGB 98114189
HSL0.640.410.56
HSV229°48°74°
CMYK 0.480.400.00   0.26
XYZ20.239618.305450.6107
Yxy18.30540.22700.2053
Hunter Lab42.78489.5670-40.1855
CIE-Lab49.864414.6795-41.3665

#6272bd color RGB value is (98,114,189).

#6272bd hex color red value is 98, green value is 114 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6272bd hue: 0.64 , saturation: 0.41 and the lightness value of 6272bd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110010 10111101
Octal 142 162 275
Decimal 98 114 189
Hex 62 72 BD

RGB Percentages of Color #6272bd

%24.44
%28.43
%47.13

CMYK Percentages of Color #6272bd

%48
%40
%0
%26

Triadic Colors of #6272bd

#6272bd #bd6272 #72bd62

Analogous Colors of #6272bd

#6272bd #8062bd #62a0bd

Monochromatic Colors of #6272bd

#6272bd

Complementary Color

#6272bd #bdad62

#6272bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6272bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6272bd Color CSS Codes

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

#6272bd Text Font Color

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

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


#6272bd Background Color

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

This div background color is #6272bd


#6272bd Border Color

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

This div border color is #6272bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,114,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 #6272bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6272bd


Comments

No comments written yet.

Please login to write comment.