Color Hex Logo

#6b83cd Color Hex

#6B83CD
(107,131,205)
0 Favorites   0 Comments

Color spaces of #6b83cd

RGB 107131205
HSL0.630.490.61
HSV225°48°80°
CMYK 0.480.360.00   0.20
XYZ25.199123.766261.0168
Yxy23.76620.22910.2161
Hunter Lab48.75066.9528-40.0826
CIE-Lab55.852911.4964-41.0052

#6b83cd color RGB value is (107,131,205).

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

The process color (four color CMYK) of #6b83cd color hex is 0.48, 0.36, 0.00, 0.20. Web safe color of #6b83cd is #6699cc. Color #6b83cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000011 11001101
Octal 153 203 315
Decimal 107 131 205
Hex 6B 83 CD

RGB Percentages of Color #6b83cd

%24.15
%29.57
%46.28

CMYK Percentages of Color #6b83cd

%48
%36
%0
%20

Triadic Colors of #6b83cd

#6b83cd #cd6b83 #83cd6b

Analogous Colors of #6b83cd

#6b83cd #846bcd #6bb4cd

Monochromatic Colors of #6b83cd

#6b83cd

Complementary Color

#6b83cd #cdb56b

#6b83cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b83cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b83cd Color CSS Codes

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

#6b83cd Text Font Color

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

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


#6b83cd Background Color

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

This div background color is #6b83cd


#6b83cd Border Color

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

This div border color is #6b83cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b83cd


Comments

No comments written yet.

Please login to write comment.