Color Hex Logo

#6997fd Color Hex

#6997FD
(105,151,253)
0 Favorites   0 Comments

Color spaces of #6997fd

RGB 105151253
HSL0.610.970.70
HSV221°58°99°
CMYK 0.580.400.00   0.01
XYZ34.621932.228397.3244
Yxy32.22830.21090.1963
Hunter Lab56.77009.5131-61.9057
CIE-Lab63.531114.2805-55.5340

#6997fd color RGB value is (105,151,253).

#6997fd hex color red value is 105, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6997fd hue: 0.61 , saturation: 0.97 and the lightness value of 6997fd is 0.70.

The process color (four color CMYK) of #6997fd color hex is 0.58, 0.40, 0.00, 0.01. Web safe color of #6997fd is #6699ff. Color #6997fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 11111101
Octal 151 227 375
Decimal 105 151 253
Hex 69 97 FD

RGB Percentages of Color #6997fd

%20.63
%29.67
%49.71

CMYK Percentages of Color #6997fd

%58
%40
%0
%1

Triadic Colors of #6997fd

#6997fd #fd6997 #97fd69

Analogous Colors of #6997fd

#6997fd #8569fd #69e1fd

Monochromatic Colors of #6997fd

#6997fd

Complementary Color

#6997fd #fdcf69

#6997fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6997fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6997fd Color CSS Codes

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

#6997fd Text Font Color

<p style="color:#6997fd">Text here</p>

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


#6997fd Background Color

<div style="background-color:#6997fd">
Div content here</div>

This div background color is #6997fd


#6997fd Border Color

<div style="border:3px solid #6997fd">
Div here</div>

This div border color is #6997fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,151,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6997fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6997fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6997fd;
  box-shadow:         1px 1px 3px 2px #6997fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,151,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6997fd


Comments

No comments written yet.

Please login to write comment.