Color Hex Logo

#6b83db Color Hex

#6B83DB
(107,131,219)
0 Favorites   0 Comments

Color spaces of #6b83db

RGB 107131219
HSL0.630.610.64
HSV227°51°86°
CMYK 0.510.400.00   0.14
XYZ26.965924.472970.3203
Yxy24.47290.22150.2010
Hunter Lab49.470110.7268-49.6499
CIE-Lab56.558215.7946-47.7765

#6b83db color RGB value is (107,131,219).

#6b83db hex color red value is 107, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6b83db hue: 0.63 , saturation: 0.61 and the lightness value of 6b83db is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000011 11011011
Octal 153 203 333
Decimal 107 131 219
Hex 6B 83 DB

RGB Percentages of Color #6b83db

%23.41
%28.67
%47.92

CMYK Percentages of Color #6b83db

%51
%40
%0
%14

Triadic Colors of #6b83db

#6b83db #db6b83 #83db6b

Analogous Colors of #6b83db

#6b83db #8b6bdb #6bbbdb

Monochromatic Colors of #6b83db

#6b83db

Complementary Color

#6b83db #dbc36b

#6b83db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b83db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b83db Color CSS Codes

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

#6b83db Text Font Color

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

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


#6b83db Background Color

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

This div background color is #6b83db


#6b83db Border Color

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

This div border color is #6b83db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b83db


Comments

No comments written yet.

Please login to write comment.