Color Hex Logo

#6a65df Color Hex

#6A65DF
(106,101,223)
0 Favorites   0 Comments

Color spaces of #6a65df

RGB 106101223
HSL0.670.660.64
HSV242°55°87°
CMYK 0.520.550.00   0.13
XYZ23.916817.699271.9678
Yxy17.69920.21060.1558
Hunter Lab42.070427.8530-71.9752
CIE-Lab49.129234.9345-61.9248

#6a65df color RGB value is (106,101,223).

#6a65df hex color red value is 106, green value is 101 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6a65df hue: 0.67 , saturation: 0.66 and the lightness value of 6a65df is 0.64.

The process color (four color CMYK) of #6a65df color hex is 0.52, 0.55, 0.00, 0.13. Web safe color of #6a65df is #6666cc. Color #6a65df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01100101 11011111
Octal 152 145 337
Decimal 106 101 223
Hex 6A 65 DF

RGB Percentages of Color #6a65df

%24.65
%23.49
%51.86

CMYK Percentages of Color #6a65df

%52
%55
%0
%13

Triadic Colors of #6a65df

#6a65df #df6a65 #65df6a

Analogous Colors of #6a65df

#6a65df #a765df #659ddf

Monochromatic Colors of #6a65df

#6a65df

Complementary Color

#6a65df #dadf65

#6a65df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a65df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a65df Color CSS Codes

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

#6a65df Text Font Color

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

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


#6a65df Background Color

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

This div background color is #6a65df


#6a65df Border Color

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

This div border color is #6a65df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,101,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a65df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a65df;
  -webkit-box-shadow: 1px 1px 3px 2px #6a65df;
  box-shadow:         1px 1px 3px 2px #6a65df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,101,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a65df


Comments

No comments written yet.

Please login to write comment.