Color Hex Logo

#6483cc Color Hex

#6483CC
(100,131,204)
0 Favorites   0 Comments

Color spaces of #6483cc

RGB 100131204
HSL0.620.500.60
HSV222°51°80°
CMYK 0.510.360.00   0.20
XYZ24.270923.301660.3452
Yxy23.30160.22490.2159
Hunter Lab48.27175.2738-40.3291
CIE-Lab55.38169.5346-41.2105

#6483cc color RGB value is (100,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000011 11001100
Octal 144 203 314
Decimal 100 131 204
Hex 64 83 CC

RGB Percentages of Color #6483cc

%22.99
%30.11
%46.90

CMYK Percentages of Color #6483cc

%51
%36
%0
%20

Triadic Colors of #6483cc

#6483cc #cc6483 #83cc64

Analogous Colors of #6483cc

#6483cc #7964cc #64b7cc

Monochromatic Colors of #6483cc

#6483cc

Complementary Color

#6483cc #ccad64

#6483cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6483cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6483cc Color CSS Codes

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

#6483cc Text Font Color

<p style="color:#6483cc">Text here</p>

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


#6483cc Background Color

<div style="background-color:#6483cc">
Div content here</div>

This div background color is #6483cc


#6483cc Border Color

<div style="border:3px solid #6483cc">
Div here</div>

This div border color is #6483cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,131,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6483cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6483cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6483cc;
  box-shadow:         1px 1px 3px 2px #6483cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6483cc


Comments

No comments written yet.

Please login to write comment.