Color Hex Logo

#6b09ff Color Hex

#6B09FF
(107,9,255)
0 Favorites   0 Comments

Color spaces of #6b09ff

RGB 1079255
HSL0.731.000.52
HSV264°96°100°
CMYK 0.580.960.00   0.00
XYZ24.211110.541295.3663
Yxy10.54120.18610.0810
Hunter Lab32.467276.2915-151.4261
CIE-Lab38.796780.7606-96.8787

#6b09ff color RGB value is (107,9,255).

#6b09ff hex color red value is 107, green value is 9 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6b09ff hue: 0.73 , saturation: 1.00 and the lightness value of 6b09ff is 0.52.

The process color (four color CMYK) of #6b09ff color hex is 0.58, 0.96, 0.00, 0.00. Web safe color of #6b09ff is #6600ff. Color #6b09ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00001001 11111111
Octal 153 11 377
Decimal 107 9 255
Hex 6B 9 FF

RGB Percentages of Color #6b09ff

%28.84
%2.43
%68.73

CMYK Percentages of Color #6b09ff

%58
%96
%0
%0

Triadic Colors of #6b09ff

#6b09ff #ff6b09 #09ff6b

Analogous Colors of #6b09ff

#6b09ff #e609ff #0922ff

Monochromatic Colors of #6b09ff

#6b09ff

Complementary Color

#6b09ff #9dff09

#6b09ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b09ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b09ff Color CSS Codes

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

#6b09ff Text Font Color

<p style="color:#6b09ff">Text here</p>

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


#6b09ff Background Color

<div style="background-color:#6b09ff">
Div content here</div>

This div background color is #6b09ff


#6b09ff Border Color

<div style="border:3px solid #6b09ff">
Div here</div>

This div border color is #6b09ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,9,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b09ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b09ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6b09ff;
  box-shadow:         1px 1px 3px 2px #6b09ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,9,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 #6b09ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b09ff

Related Colors


Comments

No comments written yet.

Please login to write comment.