Color Hex Logo

#6297ef Color Hex

#6297EF
(98,151,239)
0 Favorites   0 Comments

Color spaces of #6297ef

RGB 98151239
HSL0.600.820.66
HSV217°59°94°
CMYK 0.590.370.00   0.06
XYZ31.683630.961985.9677
Yxy30.96190.21320.2083
Hunter Lab55.64344.2627-52.6512
CIE-Lab62.47558.4290-49.5485

#6297ef color RGB value is (98,151,239).

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

The process color (four color CMYK) of #6297ef color hex is 0.59, 0.37, 0.00, 0.06. Web safe color of #6297ef is #6699ff. Color #6297ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010111 11101111
Octal 142 227 357
Decimal 98 151 239
Hex 62 97 EF

RGB Percentages of Color #6297ef

%20.08
%30.94
%48.98

CMYK Percentages of Color #6297ef

%59
%37
%0
%6

Triadic Colors of #6297ef

#6297ef #ef6297 #97ef62

Analogous Colors of #6297ef

#6297ef #7462ef #62deef

Monochromatic Colors of #6297ef

#6297ef

Complementary Color

#6297ef #efba62

#6297ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6297ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6297ef Color CSS Codes

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

#6297ef Text Font Color

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

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


#6297ef Background Color

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

This div background color is #6297ef


#6297ef Border Color

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

This div border color is #6297ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6297ef


Comments

No comments written yet.

Please login to write comment.