Color Hex Logo

#6265fb Color Hex

#6265FB
(98,101,251)
0 Favorites   0 Comments

Color spaces of #6265fb

RGB 98101251
HSL0.660.950.68
HSV239°61°98°
CMYK 0.610.600.00   0.02
XYZ27.103318.869193.4804
Yxy18.86910.19440.1353
Hunter Lab43.438635.3567-97.1859
CIE-Lab50.533742.3193-75.3727

#6265fb color RGB value is (98,101,251).

#6265fb hex color red value is 98, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6265fb hue: 0.66 , saturation: 0.95 and the lightness value of 6265fb is 0.68.

The process color (four color CMYK) of #6265fb color hex is 0.61, 0.60, 0.00, 0.02. Web safe color of #6265fb is #6666ff. Color #6265fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100101 11111011
Octal 142 145 373
Decimal 98 101 251
Hex 62 65 FB

RGB Percentages of Color #6265fb

%21.78
%22.44
%55.78

CMYK Percentages of Color #6265fb

%61
%60
%0
%2

Triadic Colors of #6265fb

#6265fb #fb6265 #65fb62

Analogous Colors of #6265fb

#6265fb #ac62fb #62b2fb

Monochromatic Colors of #6265fb

#6265fb

Complementary Color

#6265fb #fbf862

#6265fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6265fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6265fb Color CSS Codes

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

#6265fb Text Font Color

<p style="color:#6265fb">Text here</p>

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


#6265fb Background Color

<div style="background-color:#6265fb">
Div content here</div>

This div background color is #6265fb


#6265fb Border Color

<div style="border:3px solid #6265fb">
Div here</div>

This div border color is #6265fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,101,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6265fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6265fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6265fb;
  box-shadow:         1px 1px 3px 2px #6265fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6265fb


Comments

No comments written yet.

Please login to write comment.