Color Hex Logo

#6297de Color Hex

#6297DE
(98,151,222)
0 Favorites   0 Comments

Color spaces of #6297de

RGB 98151222
HSL0.600.650.63
HSV214°56°87°
CMYK 0.560.320.00   0.13
XYZ29.288430.003873.3549
Yxy30.00380.22080.2262
Hunter Lab54.7757-0.4142-41.0573
CIE-Lab61.65752.9886-41.4365

#6297de color RGB value is (98,151,222).

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

The process color (four color CMYK) of #6297de color hex is 0.56, 0.32, 0.00, 0.13. Web safe color of #6297de is #6699cc. Color #6297de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010111 11011110
Octal 142 227 336
Decimal 98 151 222
Hex 62 97 DE

RGB Percentages of Color #6297de

%20.81
%32.06
%47.13

CMYK Percentages of Color #6297de

%56
%32
%0
%13

Triadic Colors of #6297de

#6297de #de6297 #97de62

Analogous Colors of #6297de

#6297de #6b62de #62d5de

Monochromatic Colors of #6297de

#6297de

Complementary Color

#6297de #dea962

#6297de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6297de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6297de Color CSS Codes

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

#6297de Text Font Color

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

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


#6297de Background Color

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

This div background color is #6297de


#6297de Border Color

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

This div border color is #6297de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6297de


Comments

No comments written yet.

Please login to write comment.