Color Hex Logo

#6892ec Color Hex

#6892EC
(104,146,236)
0 Favorites   0 Comments

Color spaces of #6892ec

RGB 104146236
HSL0.610.780.67
HSV221°56°93°
CMYK 0.560.380.00   0.07
XYZ31.128129.557083.4213
Yxy29.55700.21600.2051
Hunter Lab54.36637.0612-52.9198
CIE-Lab61.270111.5864-49.7832

#6892ec color RGB value is (104,146,236).

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

The process color (four color CMYK) of #6892ec color hex is 0.56, 0.38, 0.00, 0.07. Web safe color of #6892ec is #6699ff. Color #6892ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010010 11101100
Octal 150 222 354
Decimal 104 146 236
Hex 68 92 EC

RGB Percentages of Color #6892ec

%21.40
%30.04
%48.56

CMYK Percentages of Color #6892ec

%56
%38
%0
%7

Triadic Colors of #6892ec

#6892ec #ec6892 #92ec68

Analogous Colors of #6892ec

#6892ec #8068ec #68d4ec

Monochromatic Colors of #6892ec

#6892ec

Complementary Color

#6892ec #ecc268

#6892ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6892ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6892ec Color CSS Codes

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

#6892ec Text Font Color

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

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


#6892ec Background Color

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

This div background color is #6892ec


#6892ec Border Color

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

This div border color is #6892ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,146,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6892ec


Comments

No comments written yet.

Please login to write comment.