Color Hex Logo

#6098ff Color Hex

#6098FF
(96,152,255)
0 Favorites   0 Comments

Color spaces of #6098ff

RGB 96152255
HSL0.611.000.69
HSV219°62°100°
CMYK 0.620.400.00   0.00
XYZ34.102132.163399.0185
Yxy32.16330.20630.1946
Hunter Lab56.71278.0872-63.8195
CIE-Lab63.477612.7151-56.7376

#6098ff color RGB value is (96,152,255).

#6098ff hex color red value is 96, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6098ff hue: 0.61 , saturation: 1.00 and the lightness value of 6098ff is 0.69.

The process color (four color CMYK) of #6098ff color hex is 0.62, 0.40, 0.00, 0.00. Web safe color of #6098ff is #6699ff. Color #6098ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011000 11111111
Octal 140 230 377
Decimal 96 152 255
Hex 60 98 FF

RGB Percentages of Color #6098ff

%19.09
%30.22
%50.70

CMYK Percentages of Color #6098ff

%62
%40
%0
%0

Triadic Colors of #6098ff

#6098ff #ff6098 #98ff60

Analogous Colors of #6098ff

#6098ff #7860ff #60e8ff

Monochromatic Colors of #6098ff

#6098ff

Complementary Color

#6098ff #ffc760

#6098ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6098ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6098ff Color CSS Codes

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

#6098ff Text Font Color

<p style="color:#6098ff">Text here</p>

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


#6098ff Background Color

<div style="background-color:#6098ff">
Div content here</div>

This div background color is #6098ff


#6098ff Border Color

<div style="border:3px solid #6098ff">
Div here</div>

This div border color is #6098ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,152,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6098ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6098ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6098ff;
  box-shadow:         1px 1px 3px 2px #6098ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6098ff


Comments

No comments written yet.

Please login to write comment.