Color Hex Logo

#6795df Color Hex

#6795DF
(103,149,223)
0 Favorites   0 Comments

Color spaces of #6795df

RGB 103149223
HSL0.600.650.64
HSV217°54°87°
CMYK 0.540.330.00   0.13
XYZ29.660229.706273.9826
Yxy29.70620.22240.2228
Hunter Lab54.50341.7570-42.3275
CIE-Lab61.39995.5220-42.3793

#6795df color RGB value is (103,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010101 11011111
Octal 147 225 337
Decimal 103 149 223
Hex 67 95 DF

RGB Percentages of Color #6795df

%21.68
%31.37
%46.95

CMYK Percentages of Color #6795df

%54
%33
%0
%13

Triadic Colors of #6795df

#6795df #df6795 #95df67

Analogous Colors of #6795df

#6795df #7567df #67d1df

Monochromatic Colors of #6795df

#6795df

Complementary Color

#6795df #dfb167

#6795df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6795df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6795df Color CSS Codes

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

#6795df Text Font Color

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

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


#6795df Background Color

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

This div background color is #6795df


#6795df Border Color

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

This div border color is #6795df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6795df


Comments

No comments written yet.

Please login to write comment.