Color Hex Logo

#0683fb Color Hex

#0683FB
(6,131,251)
0 Favorites   0 Comments

Color spaces of #0683fb

RGB 6131251
HSL0.580.970.50
HSV209°98°98°
CMYK 0.980.480.00   0.02
XYZ25.604023.236494.4024
Yxy23.23640.17870.1622
Hunter Lab48.204110.4544-82.3699
CIE-Lab55.315015.5264-67.7520

#0683fb color RGB value is (6,131,251).

#0683fb hex color red value is 6, green value is 131 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0683fb hue: 0.58 , saturation: 0.97 and the lightness value of 0683fb is 0.50.

The process color (four color CMYK) of #0683fb color hex is 0.98, 0.48, 0.00, 0.02. Web safe color of #0683fb is #0099ff. Color #0683fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 11111011
Octal 6 203 373
Decimal 6 131 251
Hex 6 83 FB

RGB Percentages of Color #0683fb

%1.55
%33.76
%64.69

CMYK Percentages of Color #0683fb

%98
%48
%0
%2

Triadic Colors of #0683fb

#0683fb #fb0683 #83fb06

Analogous Colors of #0683fb

#0683fb #0608fb #06fbf9

Monochromatic Colors of #0683fb

#0683fb

Complementary Color

#0683fb #fb7e06

#0683fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0683fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0683fb Color CSS Codes

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

#0683fb Text Font Color

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

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


#0683fb Background Color

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

This div background color is #0683fb


#0683fb Border Color

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

This div border color is #0683fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,131,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 #0683fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0683fb


Comments

No comments written yet.

Please login to write comment.