Color Hex Logo

#6395fb Color Hex

#6395FB
(99,149,251)
0 Favorites   0 Comments

Color spaces of #6395fb

RGB 99149251
HSL0.610.950.69
HSV220°61°98°
CMYK 0.610.410.00   0.02
XYZ33.305631.112695.5167
Yxy31.11260.20820.1945
Hunter Lab55.77878.9702-62.4845
CIE-Lab62.602613.6989-55.9347

#6395fb color RGB value is (99,149,251).

#6395fb hex color red value is 99, green value is 149 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6395fb hue: 0.61 , saturation: 0.95 and the lightness value of 6395fb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010101 11111011
Octal 143 225 373
Decimal 99 149 251
Hex 63 95 FB

RGB Percentages of Color #6395fb

%19.84
%29.86
%50.30

CMYK Percentages of Color #6395fb

%61
%41
%0
%2

Triadic Colors of #6395fb

#6395fb #fb6395 #95fb63

Analogous Colors of #6395fb

#6395fb #7d63fb #63e1fb

Monochromatic Colors of #6395fb

#6395fb

Complementary Color

#6395fb #fbc963

#6395fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6395fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6395fb Color CSS Codes

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

#6395fb Text Font Color

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

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


#6395fb Background Color

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

This div background color is #6395fb


#6395fb Border Color

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

This div border color is #6395fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,149,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 #6395fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6395fb

Related Colors


Comments

No comments written yet.

Please login to write comment.