Color Hex Logo

#6064bc Color Hex

#6064BC
(96,100,188)
0 Favorites   0 Comments

Color spaces of #6064bc

RGB 96100188
HSL0.660.410.56
HSV237°49°74°
CMYK 0.490.470.00   0.26
XYZ18.458115.232049.5442
Yxy15.23200.22180.1830
Hunter Lab39.028216.1209-47.9457
CIE-Lab45.950322.5200-47.0190

#6064bc color RGB value is (96,100,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100100 10111100
Octal 140 144 274
Decimal 96 100 188
Hex 60 64 BC

RGB Percentages of Color #6064bc

%25.00
%26.04
%48.96

CMYK Percentages of Color #6064bc

%49
%47
%0
%26

Triadic Colors of #6064bc

#6064bc #bc6064 #64bc60

Analogous Colors of #6064bc

#6064bc #8a60bc #6092bc

Monochromatic Colors of #6064bc

#6064bc

Complementary Color

#6064bc #bcb860

#6064bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6064bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6064bc Color CSS Codes

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

#6064bc Text Font Color

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

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


#6064bc Background Color

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

This div background color is #6064bc


#6064bc Border Color

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

This div border color is #6064bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,100,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 #6064bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6064bc


Comments

No comments written yet.

Please login to write comment.