Color Hex Logo

#6462bc Color Hex

#6462BC
(100,98,188)
0 Favorites   0 Comments

Color spaces of #6462bc

RGB 10098188
HSL0.670.400.56
HSV241°48°74°
CMYK 0.470.480.00   0.26
XYZ18.700315.075549.5012
Yxy15.07550.22460.1810
Hunter Lab38.827218.0232-48.4104
CIE-Lab45.737424.6986-47.3416

#6462bc color RGB value is (100,98,188).

#6462bc hex color red value is 100, green value is 98 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6462bc hue: 0.67 , saturation: 0.40 and the lightness value of 6462bc is 0.56.

The process color (four color CMYK) of #6462bc color hex is 0.47, 0.48, 0.00, 0.26. Web safe color of #6462bc is #6666cc. Color #6462bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100010 10111100
Octal 144 142 274
Decimal 100 98 188
Hex 64 62 BC

RGB Percentages of Color #6462bc

%25.91
%25.39
%48.70

CMYK Percentages of Color #6462bc

%47
%48
%0
%26

Triadic Colors of #6462bc

#6462bc #bc6462 #62bc64

Analogous Colors of #6462bc

#6462bc #9162bc #628dbc

Monochromatic Colors of #6462bc

#6462bc

Complementary Color

#6462bc #babc62

#6462bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6462bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6462bc Color CSS Codes

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

#6462bc Text Font Color

<p style="color:#6462bc">Text here</p>

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


#6462bc Background Color

<div style="background-color:#6462bc">
Div content here</div>

This div background color is #6462bc


#6462bc Border Color

<div style="border:3px solid #6462bc">
Div here</div>

This div border color is #6462bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,98,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6462bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6462bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6462bc;
  box-shadow:         1px 1px 3px 2px #6462bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6462bc


Comments

No comments written yet.

Please login to write comment.