Color Hex Logo

#6da9fb Color Hex

#6DA9FB
(109,169,251)
0 Favorites   0 Comments

Color spaces of #6da9fb

RGB 109169251
HSL0.600.950.71
HSV215°57°98°
CMYK 0.570.330.00   0.02
XYZ37.907238.592296.7179
Yxy38.59220.21880.2228
Hunter Lab62.12260.2060-48.8220
CIE-Lab68.45484.0129-46.6438

#6da9fb color RGB value is (109,169,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101001 11111011
Octal 155 251 373
Decimal 109 169 251
Hex 6D A9 FB

RGB Percentages of Color #6da9fb

%20.60
%31.95
%47.45

CMYK Percentages of Color #6da9fb

%57
%33
%0
%2

Triadic Colors of #6da9fb

#6da9fb #fb6da9 #a9fb6d

Analogous Colors of #6da9fb

#6da9fb #786dfb #6df0fb

Monochromatic Colors of #6da9fb

#6da9fb

Complementary Color

#6da9fb #fbbf6d

#6da9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da9fb Color CSS Codes

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

#6da9fb Text Font Color

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

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


#6da9fb Background Color

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

This div background color is #6da9fb


#6da9fb Border Color

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

This div border color is #6da9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da9fb


Comments

No comments written yet.

Please login to write comment.