Color Hex Logo

#6892df Color Hex

#6892DF
(104,146,223)
0 Favorites   0 Comments

Color spaces of #6892df

RGB 104146223
HSL0.610.650.64
HSV219°53°87°
CMYK 0.530.350.00   0.13
XYZ29.307128.828573.8319
Yxy28.82850.22210.2185
Hunter Lab53.69223.4703-43.9449
CIE-Lab60.63007.4895-43.5873

#6892df color RGB value is (104,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010010 11011111
Octal 150 222 337
Decimal 104 146 223
Hex 68 92 DF

RGB Percentages of Color #6892df

%21.99
%30.87
%47.15

CMYK Percentages of Color #6892df

%53
%35
%0
%13

Triadic Colors of #6892df

#6892df #df6892 #92df68

Analogous Colors of #6892df

#6892df #7a68df #68cedf

Monochromatic Colors of #6892df

#6892df

Complementary Color

#6892df #dfb568

#6892df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6892df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6892df Color CSS Codes

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

#6892df Text Font Color

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

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


#6892df Background Color

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

This div background color is #6892df


#6892df Border Color

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

This div border color is #6892df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6892df


Comments

No comments written yet.

Please login to write comment.