Color Hex Logo

#060948 Color Hex

#060948
(6,9,72)
0 Favorites   0 Comments

Color spaces of #060948

RGB 6972
HSL0.660.850.15
HSV237°92°28°
CMYK 0.920.880.00   0.72
XYZ1.34250.70206.1956
Yxy0.70200.16290.0852
Hunter Lab8.378513.9387-37.9776
CIE-Lab6.341124.5656-38.4065

#060948 color RGB value is (6,9,72).

#060948 hex color red value is 6, green value is 9 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #060948 hue: 0.66 , saturation: 0.85 and the lightness value of 060948 is 0.15.

The process color (four color CMYK) of #060948 color hex is 0.92, 0.88, 0.00, 0.72. Web safe color of #060948 is #000033. Color #060948 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001001 01001000
Octal 6 11 110
Decimal 6 9 72
Hex 6 9 48

RGB Percentages of Color #060948

%6.90
%10.34
%82.76

CMYK Percentages of Color #060948

%92
%88
%0
%72

Triadic Colors of #060948

#060948 #480609 #094806

Analogous Colors of #060948

#060948 #240648 #062a48

Monochromatic Colors of #060948

#060948

Complementary Color

#060948 #484506

#060948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060948 Color CSS Codes

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

#060948 Text Font Color

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

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


#060948 Background Color

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

This div background color is #060948


#060948 Border Color

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

This div border color is #060948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060948


Comments

No comments written yet.

Please login to write comment.