Color Hex Logo

#6280db Color Hex

#6280DB
(98,128,219)
0 Favorites   0 Comments

Color spaces of #6280db

RGB 98128219
HSL0.630.630.62
HSV225°55°86°
CMYK 0.550.420.00   0.14
XYZ25.542423.149570.1399
Yxy23.14950.21490.1948
Hunter Lab48.113910.5615-52.7525
CIE-Lab55.226015.6509-49.9255

#6280db color RGB value is (98,128,219).

#6280db hex color red value is 98, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6280db hue: 0.63 , saturation: 0.63 and the lightness value of 6280db is 0.62.

The process color (four color CMYK) of #6280db color hex is 0.55, 0.42, 0.00, 0.14. Web safe color of #6280db is #6699cc. Color #6280db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000000 11011011
Octal 142 200 333
Decimal 98 128 219
Hex 62 80 DB

RGB Percentages of Color #6280db

%22.02
%28.76
%49.21

CMYK Percentages of Color #6280db

%55
%42
%0
%14

Triadic Colors of #6280db

#6280db #db6280 #80db62

Analogous Colors of #6280db

#6280db #8162db #62bddb

Monochromatic Colors of #6280db

#6280db

Complementary Color

#6280db #dbbd62

#6280db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6280db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6280db Color CSS Codes

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

#6280db Text Font Color

<p style="color:#6280db">Text here</p>

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


#6280db Background Color

<div style="background-color:#6280db">
Div content here</div>

This div background color is #6280db


#6280db Border Color

<div style="border:3px solid #6280db">
Div here</div>

This div border color is #6280db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,128,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6280db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6280db;
  -webkit-box-shadow: 1px 1px 3px 2px #6280db;
  box-shadow:         1px 1px 3px 2px #6280db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6280db


Comments

No comments written yet.

Please login to write comment.