Color Hex Logo

#6f7adb Color Hex

#6F7ADB
(111,122,219)
0 Favorites   0 Comments

Color spaces of #6f7adb

RGB 111122219
HSL0.650.600.65
HSV234°49°86°
CMYK 0.490.440.00   0.14
XYZ26.301322.413069.9578
Yxy22.41300.22160.1889
Hunter Lab47.342416.3175-54.4731
CIE-Lab54.462522.1063-51.0922

#6f7adb color RGB value is (111,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01111010 11011011
Octal 157 172 333
Decimal 111 122 219
Hex 6F 7A DB

RGB Percentages of Color #6f7adb

%24.56
%26.99
%48.45

CMYK Percentages of Color #6f7adb

%49
%44
%0
%14

Triadic Colors of #6f7adb

#6f7adb #db6f7a #7adb6f

Analogous Colors of #6f7adb

#6f7adb #9a6fdb #6fb0db

Monochromatic Colors of #6f7adb

#6f7adb

Complementary Color

#6f7adb #dbd06f

#6f7adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f7adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f7adb Color CSS Codes

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

#6f7adb Text Font Color

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

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


#6f7adb Background Color

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

This div background color is #6f7adb


#6f7adb Border Color

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

This div border color is #6f7adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,122,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 #6f7adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f7adb


Comments

No comments written yet.

Please login to write comment.