Color Hex Logo

#6295ff Color Hex

#6295FF
(98,149,255)
0 Favorites   0 Comments

Color spaces of #6295ff

RGB 98149255
HSL0.611.000.69
HSV221°62°100°
CMYK 0.620.420.00   0.00
XYZ33.834431.311698.8682
Yxy31.31160.20630.1909
Hunter Lab55.956810.0061-65.5878
CIE-Lab62.769814.8339-57.8599

#6295ff color RGB value is (98,149,255).

#6295ff hex color red value is 98, green value is 149 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6295ff hue: 0.61 , saturation: 1.00 and the lightness value of 6295ff is 0.69.

The process color (four color CMYK) of #6295ff color hex is 0.62, 0.42, 0.00, 0.00. Web safe color of #6295ff is #6699ff. Color #6295ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010101 11111111
Octal 142 225 377
Decimal 98 149 255
Hex 62 95 FF

RGB Percentages of Color #6295ff

%19.52
%29.68
%50.80

CMYK Percentages of Color #6295ff

%62
%42
%0
%0

Triadic Colors of #6295ff

#6295ff #ff6295 #95ff62

Analogous Colors of #6295ff

#6295ff #7e62ff #62e4ff

Monochromatic Colors of #6295ff

#6295ff

Complementary Color

#6295ff #ffcc62

#6295ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6295ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6295ff Color CSS Codes

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

#6295ff Text Font Color

<p style="color:#6295ff">Text here</p>

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


#6295ff Background Color

<div style="background-color:#6295ff">
Div content here</div>

This div background color is #6295ff


#6295ff Border Color

<div style="border:3px solid #6295ff">
Div here</div>

This div border color is #6295ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,149,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6295ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6295ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6295ff;
  box-shadow:         1px 1px 3px 2px #6295ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6295ff


Comments

No comments written yet.

Please login to write comment.