Color Hex Logo

#6997ed Color Hex

#6997ED
(105,151,237)
0 Favorites   0 Comments

Color spaces of #6997ed

RGB 105151237
HSL0.610.790.67
HSV219°56°93°
CMYK 0.560.360.00   0.07
XYZ32.178431.250984.4568
Yxy31.25090.21760.2113
Hunter Lab55.90254.9181-50.4428
CIE-Lab62.71899.1752-48.0395

#6997ed color RGB value is (105,151,237).

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

The process color (four color CMYK) of #6997ed color hex is 0.56, 0.36, 0.00, 0.07. Web safe color of #6997ed is #6699ff. Color #6997ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 11101101
Octal 151 227 355
Decimal 105 151 237
Hex 69 97 ED

RGB Percentages of Color #6997ed

%21.30
%30.63
%48.07

CMYK Percentages of Color #6997ed

%56
%36
%0
%7

Triadic Colors of #6997ed

#6997ed #ed6997 #97ed69

Analogous Colors of #6997ed

#6997ed #7d69ed #69d9ed

Monochromatic Colors of #6997ed

#6997ed

Complementary Color

#6997ed #edbf69

#6997ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6997ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6997ed Color CSS Codes

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

#6997ed Text Font Color

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

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


#6997ed Background Color

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

This div background color is #6997ed


#6997ed Border Color

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

This div border color is #6997ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6997ed


Comments

No comments written yet.

Please login to write comment.