Color Hex Logo

#6092ed Color Hex

#6092ED
(96,146,237)
0 Favorites   0 Comments

Color spaces of #6092ed

RGB 96146237
HSL0.610.800.65
HSV219°59°93°
CMYK 0.590.380.00   0.07
XYZ30.388829.159084.1473
Yxy29.15900.21150.2029
Hunter Lab53.99915.9552-54.5929
CIE-Lab60.921710.3378-50.9133

#6092ed color RGB value is (96,146,237).

#6092ed hex color red value is 96, green value is 146 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6092ed hue: 0.61 , saturation: 0.80 and the lightness value of 6092ed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010010 11101101
Octal 140 222 355
Decimal 96 146 237
Hex 60 92 ED

RGB Percentages of Color #6092ed

%20.04
%30.48
%49.48

CMYK Percentages of Color #6092ed

%59
%38
%0
%7

Triadic Colors of #6092ed

#6092ed #ed6092 #92ed60

Analogous Colors of #6092ed

#6092ed #7560ed #60d9ed

Monochromatic Colors of #6092ed

#6092ed

Complementary Color

#6092ed #edbb60

#6092ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6092ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6092ed Color CSS Codes

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

#6092ed Text Font Color

<p style="color:#6092ed">Text here</p>

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


#6092ed Background Color

<div style="background-color:#6092ed">
Div content here</div>

This div background color is #6092ed


#6092ed Border Color

<div style="border:3px solid #6092ed">
Div here</div>

This div border color is #6092ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,146,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6092ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6092ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6092ed;
  box-shadow:         1px 1px 3px 2px #6092ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6092ed


Comments

No comments written yet.

Please login to write comment.