Color Hex Logo

#6930ff Color Hex

#6930FF
(105,48,255)
0 Favorites   0 Comments

Color spaces of #6930ff

RGB 10548255
HSL0.711.000.59
HSV257°81°100°
CMYK 0.590.810.00   0.00
XYZ24.932712.337295.6750
Yxy12.33720.18750.0928
Hunter Lab35.124465.2390-136.9126
CIE-Lab41.747171.1616-91.9981

#6930ff color RGB value is (105,48,255).

#6930ff hex color red value is 105, green value is 48 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6930ff hue: 0.71 , saturation: 1.00 and the lightness value of 6930ff is 0.59.

The process color (four color CMYK) of #6930ff color hex is 0.59, 0.81, 0.00, 0.00. Web safe color of #6930ff is #6633ff. Color #6930ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110000 11111111
Octal 151 60 377
Decimal 105 48 255
Hex 69 30 FF

RGB Percentages of Color #6930ff

%25.74
%11.76
%62.50

CMYK Percentages of Color #6930ff

%59
%81
%0
%0

Triadic Colors of #6930ff

#6930ff #ff6930 #30ff69

Analogous Colors of #6930ff

#6930ff #d130ff #305fff

Monochromatic Colors of #6930ff

#6930ff

Complementary Color

#6930ff #c6ff30

#6930ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6930ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6930ff Color CSS Codes

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

#6930ff Text Font Color

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

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


#6930ff Background Color

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

This div background color is #6930ff


#6930ff Border Color

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

This div border color is #6930ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,48,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 #6930ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6930ff


Comments

No comments written yet.

Please login to write comment.