Color Hex Logo

#062930 Color Hex

#062930
(6,41,48)
0 Favorites   0 Comments

Color spaces of #062930

RGB 64148
HSL0.530.780.11
HSV190°88°19°
CMYK 0.880.150.00   0.81
XYZ1.40151.83803.0772
Yxy1.83800.22190.2910
Hunter Lab13.5573-5.2726-3.9674
CIE-Lab14.6130-9.3440-8.1392

#062930 color RGB value is (6,41,48).

#062930 hex color red value is 6, green value is 41 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #062930 hue: 0.53 , saturation: 0.78 and the lightness value of 062930 is 0.11.

The process color (four color CMYK) of #062930 color hex is 0.88, 0.15, 0.00, 0.81. Web safe color of #062930 is #003333. Color #062930 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 00110000
Octal 6 51 60
Decimal 6 41 48
Hex 6 29 30

RGB Percentages of Color #062930

%6.32
%43.16
%50.53

CMYK Percentages of Color #062930

%88
%15
%0
%81

Triadic Colors of #062930

#062930 #300629 #293006

Analogous Colors of #062930

#062930 #061430 #063022

Monochromatic Colors of #062930

#062930

Complementary Color

#062930 #300d06

#062930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062930 Color CSS Codes

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

#062930 Text Font Color

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

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


#062930 Background Color

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

This div background color is #062930


#062930 Border Color

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

This div border color is #062930


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,41,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062930; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062930;
  -webkit-box-shadow: 1px 1px 3px 2px #062930;
  box-shadow:         1px 1px 3px 2px #062930; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062930


Comments

No comments written yet.

Please login to write comment.