Color Hex Logo

#6096ee Color Hex

#6096EE
(96,150,238)
0 Favorites   0 Comments

Color spaces of #6096ee

RGB 96150238
HSL0.600.810.65
HSV217°60°93°
CMYK 0.600.370.00   0.07
XYZ31.162830.472585.1282
Yxy30.47250.21230.2076
Hunter Lab55.20194.1642-52.7912
CIE-Lab62.05988.3106-49.6615

#6096ee color RGB value is (96,150,238).

#6096ee hex color red value is 96, green value is 150 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6096ee hue: 0.60 , saturation: 0.81 and the lightness value of 6096ee is 0.65.

The process color (four color CMYK) of #6096ee color hex is 0.60, 0.37, 0.00, 0.07. Web safe color of #6096ee is #6699ff. Color #6096ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 11101110
Octal 140 226 356
Decimal 96 150 238
Hex 60 96 EE

RGB Percentages of Color #6096ee

%19.83
%30.99
%49.17

CMYK Percentages of Color #6096ee

%60
%37
%0
%7

Triadic Colors of #6096ee

#6096ee #ee6096 #96ee60

Analogous Colors of #6096ee

#6096ee #7160ee #60ddee

Monochromatic Colors of #6096ee

#6096ee

Complementary Color

#6096ee #eeb860

#6096ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6096ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6096ee Color CSS Codes

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

#6096ee Text Font Color

<p style="color:#6096ee">Text here</p>

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


#6096ee Background Color

<div style="background-color:#6096ee">
Div content here</div>

This div background color is #6096ee


#6096ee Border Color

<div style="border:3px solid #6096ee">
Div here</div>

This div border color is #6096ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,150,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6096ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6096ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6096ee;
  box-shadow:         1px 1px 3px 2px #6096ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6096ee


Comments

No comments written yet.

Please login to write comment.