Color Hex Logo

#6d97fb Color Hex

#6D97FB
(109,151,251)
0 Favorites   0 Comments

Color spaces of #6d97fb

RGB 109151251
HSL0.620.950.71
HSV222°57°98°
CMYK 0.570.400.00   0.02
XYZ34.785932.349595.6774
Yxy32.34950.21370.1987
Hunter Lab56.87669.6370-59.9235
CIE-Lab63.630714.4143-54.2693

#6d97fb color RGB value is (109,151,251).

#6d97fb hex color red value is 109, green value is 151 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6d97fb hue: 0.62 , saturation: 0.95 and the lightness value of 6d97fb is 0.71.

The process color (four color CMYK) of #6d97fb color hex is 0.57, 0.40, 0.00, 0.02. Web safe color of #6d97fb is #6699ff. Color #6d97fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010111 11111011
Octal 155 227 373
Decimal 109 151 251
Hex 6D 97 FB

RGB Percentages of Color #6d97fb

%21.33
%29.55
%49.12

CMYK Percentages of Color #6d97fb

%57
%40
%0
%2

Triadic Colors of #6d97fb

#6d97fb #fb6d97 #97fb6d

Analogous Colors of #6d97fb

#6d97fb #8a6dfb #6ddefb

Monochromatic Colors of #6d97fb

#6d97fb

Complementary Color

#6d97fb #fbd16d

#6d97fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d97fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d97fb Color CSS Codes

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

#6d97fb Text Font Color

<p style="color:#6d97fb">Text here</p>

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


#6d97fb Background Color

<div style="background-color:#6d97fb">
Div content here</div>

This div background color is #6d97fb


#6d97fb Border Color

<div style="border:3px solid #6d97fb">
Div here</div>

This div border color is #6d97fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,151,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d97fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d97fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6d97fb;
  box-shadow:         1px 1px 3px 2px #6d97fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,151,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 #6d97fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d97fb


Comments

No comments written yet.

Please login to write comment.