Color Hex Logo

#6583cb Color Hex

#6583CB
(101,131,203)
0 Favorites   0 Comments

Color spaces of #6583cb

RGB 101131203
HSL0.620.500.60
HSV222°50°80°
CMYK 0.500.350.00   0.20
XYZ24.262623.311159.7206
Yxy23.31110.22610.2173
Hunter Lab48.28165.2076-39.5401
CIE-Lab55.39139.4566-40.6250

#6583cb color RGB value is (101,131,203).

#6583cb hex color red value is 101, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6583cb hue: 0.62 , saturation: 0.50 and the lightness value of 6583cb is 0.60.

The process color (four color CMYK) of #6583cb color hex is 0.50, 0.35, 0.00, 0.20. Web safe color of #6583cb is #6699cc. Color #6583cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000011 11001011
Octal 145 203 313
Decimal 101 131 203
Hex 65 83 CB

RGB Percentages of Color #6583cb

%23.22
%30.11
%46.67

CMYK Percentages of Color #6583cb

%50
%35
%0
%20

Triadic Colors of #6583cb

#6583cb #cb6583 #83cb65

Analogous Colors of #6583cb

#6583cb #7a65cb #65b6cb

Monochromatic Colors of #6583cb

#6583cb

Complementary Color

#6583cb #cbad65

#6583cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6583cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6583cb Color CSS Codes

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

#6583cb Text Font Color

<p style="color:#6583cb">Text here</p>

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


#6583cb Background Color

<div style="background-color:#6583cb">
Div content here</div>

This div background color is #6583cb


#6583cb Border Color

<div style="border:3px solid #6583cb">
Div here</div>

This div border color is #6583cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,131,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6583cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6583cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6583cb;
  box-shadow:         1px 1px 3px 2px #6583cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6583cb


Comments

No comments written yet.

Please login to write comment.