Color Hex Logo

#6085fb Color Hex

#6085FB
(96,133,251)
0 Favorites   0 Comments

Color spaces of #6085fb

RGB 96133251
HSL0.630.950.68
HSV226°62°98°
CMYK 0.620.470.00   0.02
XYZ30.624026.226994.7150
Yxy26.22690.20210.1730
Hunter Lab51.212217.1185-73.8060
CIE-Lab58.251822.7257-62.8988

#6085fb color RGB value is (96,133,251).

#6085fb hex color red value is 96, green value is 133 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6085fb hue: 0.63 , saturation: 0.95 and the lightness value of 6085fb is 0.68.

The process color (four color CMYK) of #6085fb color hex is 0.62, 0.47, 0.00, 0.02. Web safe color of #6085fb is #6699ff. Color #6085fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 11111011
Octal 140 205 373
Decimal 96 133 251
Hex 60 85 FB

RGB Percentages of Color #6085fb

%20.00
%27.71
%52.29

CMYK Percentages of Color #6085fb

%62
%47
%0
%2

Triadic Colors of #6085fb

#6085fb #fb6085 #85fb60

Analogous Colors of #6085fb

#6085fb #8960fb #60d3fb

Monochromatic Colors of #6085fb

#6085fb

Complementary Color

#6085fb #fbd660

#6085fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6085fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6085fb Color CSS Codes

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

#6085fb Text Font Color

<p style="color:#6085fb">Text here</p>

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


#6085fb Background Color

<div style="background-color:#6085fb">
Div content here</div>

This div background color is #6085fb


#6085fb Border Color

<div style="border:3px solid #6085fb">
Div here</div>

This div border color is #6085fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,133,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6085fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6085fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6085fb;
  box-shadow:         1px 1px 3px 2px #6085fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6085fb


Comments

No comments written yet.

Please login to write comment.