Color Hex Logo

#6f9ddd Color Hex

#6F9DDD
(111,157,221)
0 Favorites   0 Comments

Color spaces of #6f9ddd

RGB 111157221
HSL0.600.620.65
HSV215°50°87°
CMYK 0.500.290.00   0.13
XYZ31.663732.713973.0522
Yxy32.71390.23040.2380
Hunter Lab57.1961-1.2756-35.6894
CIE-Lab63.92862.0929-37.2793

#6f9ddd color RGB value is (111,157,221).

#6f9ddd hex color red value is 111, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6f9ddd hue: 0.60 , saturation: 0.62 and the lightness value of 6f9ddd is 0.65.

The process color (four color CMYK) of #6f9ddd color hex is 0.50, 0.29, 0.00, 0.13. Web safe color of #6f9ddd is #6699cc. Color #6f9ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011101 11011101
Octal 157 235 335
Decimal 111 157 221
Hex 6F 9D DD

RGB Percentages of Color #6f9ddd

%22.70
%32.11
%45.19

CMYK Percentages of Color #6f9ddd

%50
%29
%0
%13

Triadic Colors of #6f9ddd

#6f9ddd #dd6f9d #9ddd6f

Analogous Colors of #6f9ddd

#6f9ddd #786fdd #6fd4dd

Monochromatic Colors of #6f9ddd

#6f9ddd

Complementary Color

#6f9ddd #ddaf6f

#6f9ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9ddd Color CSS Codes

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

#6f9ddd Text Font Color

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

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


#6f9ddd Background Color

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

This div background color is #6f9ddd


#6f9ddd Border Color

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

This div border color is #6f9ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,157,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f9ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f9ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #6f9ddd;
  box-shadow:         1px 1px 3px 2px #6f9ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,157,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9ddd


Comments

No comments written yet.

Please login to write comment.