Color Hex Logo

#0683cb Color Hex

#0683CB
(6,131,203)
0 Favorites   0 Comments

Color spaces of #0683cb

RGB 6131203
HSL0.560.940.41
HSV202°97°80°
CMYK 0.970.350.00   0.20
XYZ18.970920.583159.4730
Yxy20.58310.19160.2079
Hunter Lab45.3686-4.7552-45.9643
CIE-Lab52.4902-3.0120-45.4005

#0683cb color RGB value is (6,131,203).

#0683cb hex color red value is 6, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0683cb hue: 0.56 , saturation: 0.94 and the lightness value of 0683cb is 0.41.

The process color (four color CMYK) of #0683cb color hex is 0.97, 0.35, 0.00, 0.20. Web safe color of #0683cb is #0099cc. Color #0683cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 11001011
Octal 6 203 313
Decimal 6 131 203
Hex 6 83 CB

RGB Percentages of Color #0683cb

%1.76
%38.53
%59.71

CMYK Percentages of Color #0683cb

%97
%35
%0
%20

Triadic Colors of #0683cb

#0683cb #cb0683 #83cb06

Analogous Colors of #0683cb

#0683cb #0620cb #06cbb1

Monochromatic Colors of #0683cb

#0683cb

Complementary Color

#0683cb #cb4e06

#0683cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0683cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0683cb Color CSS Codes

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

#0683cb Text Font Color

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

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


#0683cb Background Color

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

This div background color is #0683cb


#0683cb Border Color

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

This div border color is #0683cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,131,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0683cb


Comments

No comments written yet.

Please login to write comment.