Color Hex Logo

#6b7bda Color Hex

#6B7BDA
(107,123,218)
0 Favorites   0 Comments

Color spaces of #6b7bda

RGB 107123218
HSL0.640.600.64
HSV231°51°85°
CMYK 0.510.440.00   0.15
XYZ25.801322.353769.2845
Yxy22.35370.21970.1903
Hunter Lab47.279714.6709-53.7888
CIE-Lab54.400320.2965-50.6440

#6b7bda color RGB value is (107,123,218).

#6b7bda hex color red value is 107, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6b7bda hue: 0.64 , saturation: 0.60 and the lightness value of 6b7bda is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01111011 11011010
Octal 153 173 332
Decimal 107 123 218
Hex 6B 7B DA

RGB Percentages of Color #6b7bda

%23.88
%27.46
%48.66

CMYK Percentages of Color #6b7bda

%51
%44
%0
%15

Triadic Colors of #6b7bda

#6b7bda #da6b7b #7bda6b

Analogous Colors of #6b7bda

#6b7bda #936bda #6bb3da

Monochromatic Colors of #6b7bda

#6b7bda

Complementary Color

#6b7bda #daca6b

#6b7bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b7bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b7bda Color CSS Codes

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

#6b7bda Text Font Color

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

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


#6b7bda Background Color

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

This div background color is #6b7bda


#6b7bda Border Color

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

This div border color is #6b7bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,123,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b7bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b7bda;
  -webkit-box-shadow: 1px 1px 3px 2px #6b7bda;
  box-shadow:         1px 1px 3px 2px #6b7bda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,123,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b7bda


Comments

No comments written yet.

Please login to write comment.