Color Hex Logo

#6997de Color Hex

#6997DE
(105,151,222)
0 Favorites   0 Comments

Color spaces of #6997de

RGB 105151222
HSL0.600.640.64
HSV216°53°87°
CMYK 0.530.320.00   0.13
XYZ30.077130.410473.3918
Yxy30.41040.22470.2271
Hunter Lab55.14560.8512-40.3055
CIE-Lab62.00674.4880-40.8637

#6997de color RGB value is (105,151,222).

#6997de hex color red value is 105, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6997de hue: 0.60 , saturation: 0.64 and the lightness value of 6997de is 0.64.

The process color (four color CMYK) of #6997de color hex is 0.53, 0.32, 0.00, 0.13. Web safe color of #6997de is #6699cc. Color #6997de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 11011110
Octal 151 227 336
Decimal 105 151 222
Hex 69 97 DE

RGB Percentages of Color #6997de

%21.97
%31.59
%46.44

CMYK Percentages of Color #6997de

%53
%32
%0
%13

Triadic Colors of #6997de

#6997de #de6997 #97de69

Analogous Colors of #6997de

#6997de #7669de #69d2de

Monochromatic Colors of #6997de

#6997de

Complementary Color

#6997de #deb069

#6997de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6997de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6997de Color CSS Codes

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

#6997de Text Font Color

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

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


#6997de Background Color

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

This div background color is #6997de


#6997de Border Color

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

This div border color is #6997de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6997de


Comments

No comments written yet.

Please login to write comment.