Color Hex Logo

#6046ff Color Hex

#6046FF
(96,70,255)
0 Favorites   0 Comments

Color spaces of #6046ff

RGB 9670255
HSL0.691.000.64
HSV248°73°100°
CMYK 0.620.730.00   0.00
XYZ25.064014.087196.0058
Yxy14.08710.18540.1042
Hunter Lab37.532853.5180-125.3860
CIE-Lab44.357660.4703-87.7178

#6046ff color RGB value is (96,70,255).

#6046ff hex color red value is 96, green value is 70 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6046ff hue: 0.69 , saturation: 1.00 and the lightness value of 6046ff is 0.64.

The process color (four color CMYK) of #6046ff color hex is 0.62, 0.73, 0.00, 0.00. Web safe color of #6046ff is #6633ff. Color #6046ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000110 11111111
Octal 140 106 377
Decimal 96 70 255
Hex 60 46 FF

RGB Percentages of Color #6046ff

%22.80
%16.63
%60.57

CMYK Percentages of Color #6046ff

%62
%73
%0
%0

Triadic Colors of #6046ff

#6046ff #ff6046 #46ff60

Analogous Colors of #6046ff

#6046ff #bd46ff #4689ff

Monochromatic Colors of #6046ff

#6046ff

Complementary Color

#6046ff #e5ff46

#6046ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6046ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6046ff Color CSS Codes

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

#6046ff Text Font Color

<p style="color:#6046ff">Text here</p>

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


#6046ff Background Color

<div style="background-color:#6046ff">
Div content here</div>

This div background color is #6046ff


#6046ff Border Color

<div style="border:3px solid #6046ff">
Div here</div>

This div border color is #6046ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,70,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6046ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6046ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6046ff;
  box-shadow:         1px 1px 3px 2px #6046ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,70,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6046ff

Related Colors


Comments

No comments written yet.

Please login to write comment.