Color Hex Logo

#6192ea Color Hex

#6192EA
(97,146,234)
0 Favorites   0 Comments

Color spaces of #6192ea

RGB 97146234
HSL0.610.770.65
HSV219°59°92°
CMYK 0.590.380.00   0.08
XYZ30.059929.039781.8628
Yxy29.03970.21320.2060
Hunter Lab53.88855.2654-52.3464
CIE-Lab60.81679.5526-49.4182

#6192ea color RGB value is (97,146,234).

#6192ea hex color red value is 97, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6192ea hue: 0.61 , saturation: 0.77 and the lightness value of 6192ea is 0.65.

The process color (four color CMYK) of #6192ea color hex is 0.59, 0.38, 0.00, 0.08. Web safe color of #6192ea is #6699ff. Color #6192ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010010 11101010
Octal 141 222 352
Decimal 97 146 234
Hex 61 92 EA

RGB Percentages of Color #6192ea

%20.34
%30.61
%49.06

CMYK Percentages of Color #6192ea

%59
%38
%0
%8

Triadic Colors of #6192ea

#6192ea #ea6192 #92ea61

Analogous Colors of #6192ea

#6192ea #7561ea #61d7ea

Monochromatic Colors of #6192ea

#6192ea

Complementary Color

#6192ea #eab961

#6192ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6192ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6192ea Color CSS Codes

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

#6192ea Text Font Color

<p style="color:#6192ea">Text here</p>

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


#6192ea Background Color

<div style="background-color:#6192ea">
Div content here</div>

This div background color is #6192ea


#6192ea Border Color

<div style="border:3px solid #6192ea">
Div here</div>

This div border color is #6192ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,146,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6192ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6192ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6192ea;
  box-shadow:         1px 1px 3px 2px #6192ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6192ea


Comments

No comments written yet.

Please login to write comment.