Color Hex Logo

#6900ff Color Hex

#6900FF
(105,0,255)
2 Favorites   0 Comments

Color spaces of #6900ff

RGB 1050255
HSL0.741.000.50
HSV265°100°100°
CMYK 0.591.000.00   0.00
XYZ23.875710.223395.3226
Yxy10.22330.18450.0790
Hunter Lab31.973977.3361-154.3774
CIE-Lab38.240381.6888-97.8089

#6900ff color RGB value is (105,0,255).

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

The process color (four color CMYK) of #6900ff color hex is 0.59, 1.00, 0.00, 0.00. Web safe color of #6900ff is #6600ff. Color #6900ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000000 11111111
Octal 151 0 377
Decimal 105 0 255
Hex 69 0 FF

RGB Percentages of Color #6900ff

%29.17
%0.00
%70.83

CMYK Percentages of Color #6900ff

%59
%100
%0
%0

Triadic Colors of #6900ff

#6900ff #ff6900 #00ff69

Analogous Colors of #6900ff

#6900ff #e900ff #0017ff

Monochromatic Colors of #6900ff

#6900ff

Complementary Color

#6900ff #96ff00

#6900ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6900ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6900ff Color CSS Codes

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

#6900ff Text Font Color

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

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


#6900ff Background Color

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

This div background color is #6900ff


#6900ff Border Color

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

This div border color is #6900ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6900ff

Related Colors


Comments

No comments written yet.

Please login to write comment.