Color Hex Logo

#6297db Color Hex

#6297DB
(98,151,219)
0 Favorites   0 Comments

Color spaces of #6297db

RGB 98151219
HSL0.590.630.62
HSV214°55°86°
CMYK 0.550.310.00   0.14
XYZ28.889829.844471.2557
Yxy29.84440.22220.2296
Hunter Lab54.6300-1.2070-39.0928
CIE-Lab61.51972.0433-39.9853

#6297db color RGB value is (98,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010111 11011011
Octal 142 227 333
Decimal 98 151 219
Hex 62 97 DB

RGB Percentages of Color #6297db

%20.94
%32.26
%46.79

CMYK Percentages of Color #6297db

%55
%31
%0
%14

Triadic Colors of #6297db

#6297db #db6297 #97db62

Analogous Colors of #6297db

#6297db #6a62db #62d4db

Monochromatic Colors of #6297db

#6297db

Complementary Color

#6297db #dba662

#6297db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6297db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6297db Color CSS Codes

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

#6297db Text Font Color

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

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


#6297db Background Color

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

This div background color is #6297db


#6297db Border Color

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

This div border color is #6297db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6297db


Comments

No comments written yet.

Please login to write comment.