Color Hex Logo

#6f9adb Color Hex

#6F9ADB
(111,154,219)
0 Favorites   0 Comments

Color spaces of #6f9adb

RGB 111154219
HSL0.600.600.65
HSV216°49°86°
CMYK 0.490.300.00   0.14
XYZ30.897331.605271.4898
Yxy31.60520.23060.2359
Hunter Lab56.2185-0.2800-36.0427
CIE-Lab63.01523.2104-37.5968

#6f9adb color RGB value is (111,154,219).

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

The process color (four color CMYK) of #6f9adb color hex is 0.49, 0.30, 0.00, 0.14. Web safe color of #6f9adb is #6699cc. Color #6f9adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011010 11011011
Octal 157 232 333
Decimal 111 154 219
Hex 6F 9A DB

RGB Percentages of Color #6f9adb

%22.93
%31.82
%45.25

CMYK Percentages of Color #6f9adb

%49
%30
%0
%14

Triadic Colors of #6f9adb

#6f9adb #db6f9a #9adb6f

Analogous Colors of #6f9adb

#6f9adb #7a6fdb #6fd0db

Monochromatic Colors of #6f9adb

#6f9adb

Complementary Color

#6f9adb #dbb06f

#6f9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9adb Color CSS Codes

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

#6f9adb Text Font Color

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

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


#6f9adb Background Color

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

This div background color is #6f9adb


#6f9adb Border Color

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

This div border color is #6f9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9adb


Comments

No comments written yet.

Please login to write comment.