Color Hex Logo

#6997ee Color Hex

#6997EE
(105,151,238)
0 Favorites   0 Comments

Color spaces of #6997ee

RGB 105151238
HSL0.610.800.67
HSV219°56°93°
CMYK 0.560.370.00   0.07
XYZ32.324931.309585.2286
Yxy31.30950.21710.2103
Hunter Lab55.95495.1976-51.1401
CIE-Lab62.76809.4913-48.5127

#6997ee color RGB value is (105,151,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 11101110
Octal 151 227 356
Decimal 105 151 238
Hex 69 97 EE

RGB Percentages of Color #6997ee

%21.26
%30.57
%48.18

CMYK Percentages of Color #6997ee

%56
%37
%0
%7

Triadic Colors of #6997ee

#6997ee #ee6997 #97ee69

Analogous Colors of #6997ee

#6997ee #7e69ee #69daee

Monochromatic Colors of #6997ee

#6997ee

Complementary Color

#6997ee #eec069

#6997ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6997ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6997ee Color CSS Codes

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

#6997ee Text Font Color

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

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


#6997ee Background Color

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

This div background color is #6997ee


#6997ee Border Color

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

This div border color is #6997ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6997ee


Comments

No comments written yet.

Please login to write comment.