Color Hex Logo

#6086f8 Color Hex

#6086F8
(96,134,248)
0 Favorites   0 Comments

Color spaces of #6086f8

RGB 96134248
HSL0.630.920.67
HSV225°61°97°
CMYK 0.610.460.00   0.03
XYZ30.292226.314392.2895
Yxy26.31430.20340.1767
Hunter Lab51.297515.6373-70.7607
CIE-Lab58.334221.1282-61.1130

#6086f8 color RGB value is (96,134,248).

#6086f8 hex color red value is 96, green value is 134 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #6086f8 hue: 0.63 , saturation: 0.92 and the lightness value of 6086f8 is 0.67.

The process color (four color CMYK) of #6086f8 color hex is 0.61, 0.46, 0.00, 0.03. Web safe color of #6086f8 is #6699ff. Color #6086f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 11111000
Octal 140 206 370
Decimal 96 134 248
Hex 60 86 F8

RGB Percentages of Color #6086f8

%20.08
%28.03
%51.88

CMYK Percentages of Color #6086f8

%61
%46
%0
%3

Triadic Colors of #6086f8

#6086f8 #f86086 #86f860

Analogous Colors of #6086f8

#6086f8 #8660f8 #60d2f8

Monochromatic Colors of #6086f8

#6086f8

Complementary Color

#6086f8 #f8d260

#6086f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6086f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6086f8 Color CSS Codes

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

#6086f8 Text Font Color

<p style="color:#6086f8">Text here</p>

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


#6086f8 Background Color

<div style="background-color:#6086f8">
Div content here</div>

This div background color is #6086f8


#6086f8 Border Color

<div style="border:3px solid #6086f8">
Div here</div>

This div border color is #6086f8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,134,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6086f8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6086f8;
  -webkit-box-shadow: 1px 1px 3px 2px #6086f8;
  box-shadow:         1px 1px 3px 2px #6086f8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6086f8


Comments

No comments written yet.

Please login to write comment.