Color Hex Logo

#6867df Color Hex

#6867DF
(104,103,223)
0 Favorites   0 Comments

Color spaces of #6867df

RGB 104103223
HSL0.670.650.64
HSV241°54°87°
CMYK 0.530.540.00   0.13
XYZ23.878517.971372.0223
Yxy17.97130.20970.1578
Hunter Lab42.392626.3569-71.0552
CIE-Lab49.461333.3346-61.3962

#6867df color RGB value is (104,103,223).

#6867df hex color red value is 104, green value is 103 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6867df hue: 0.67 , saturation: 0.65 and the lightness value of 6867df is 0.64.

The process color (four color CMYK) of #6867df color hex is 0.53, 0.54, 0.00, 0.13. Web safe color of #6867df is #6666cc. Color #6867df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100111 11011111
Octal 150 147 337
Decimal 104 103 223
Hex 68 67 DF

RGB Percentages of Color #6867df

%24.19
%23.95
%51.86

CMYK Percentages of Color #6867df

%53
%54
%0
%13

Triadic Colors of #6867df

#6867df #df6867 #67df68

Analogous Colors of #6867df

#6867df #a467df #67a2df

Monochromatic Colors of #6867df

#6867df

Complementary Color

#6867df #dedf67

#6867df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6867df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6867df Color CSS Codes

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

#6867df Text Font Color

<p style="color:#6867df">Text here</p>

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


#6867df Background Color

<div style="background-color:#6867df">
Div content here</div>

This div background color is #6867df


#6867df Border Color

<div style="border:3px solid #6867df">
Div here</div>

This div border color is #6867df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,103,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6867df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6867df;
  -webkit-box-shadow: 1px 1px 3px 2px #6867df;
  box-shadow:         1px 1px 3px 2px #6867df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,103,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 #6867df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6867df


Comments

No comments written yet.

Please login to write comment.