Color Hex Logo

#006983 Color Hex

#006983
(0,105,131)
0 Favorites   0 Comments

Color spaces of #006983

RGB 0105131
HSL0.531.000.26
HSV192°100°51°
CMYK 1.000.200.00   0.49
XYZ9.148311.741823.2570
Yxy11.74180.20720.2660
Hunter Lab34.2663-12.3107-16.2545
CIE-Lab40.8028-15.6979-21.6174

#006983 color RGB value is (0,105,131).

#006983 hex color red value is 0, green value is 105 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #006983 hue: 0.53 , saturation: 1.00 and the lightness value of 006983 is 0.26.

The process color (four color CMYK) of #006983 color hex is 1.00, 0.20, 0.00, 0.49. Web safe color of #006983 is #006699. Color #006983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101001 10000011
Octal 0 151 203
Decimal 0 105 131
Hex 0 69 83

RGB Percentages of Color #006983

%0.00
%44.49
%55.51

CMYK Percentages of Color #006983

%100
%20
%0
%49

Triadic Colors of #006983

#006983 #830069 #698300

Analogous Colors of #006983

#006983 #002883 #00835b

Monochromatic Colors of #006983

#006983

Complementary Color

#006983 #831a00

#006983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006983 Color CSS Codes

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

#006983 Text Font Color

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

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


#006983 Background Color

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

This div background color is #006983


#006983 Border Color

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

This div border color is #006983


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,105,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006983; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006983;
  -webkit-box-shadow: 1px 1px 3px 2px #006983;
  box-shadow:         1px 1px 3px 2px #006983; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006983

#006983 Color Palettes


Comments

No comments written yet.

Please login to write comment.