Color Hex Logo

#068199 Color Hex

#068199
(6,129,153)
0 Favorites   0 Comments

Color spaces of #068199

RGB 6129153
HSL0.530.920.31
HSV190°96°60°
CMYK 0.960.160.00   0.40
XYZ13.675118.039132.8981
Yxy18.03910.21160.2792
Hunter Lab42.4725-16.8541-16.1938
CIE-Lab49.5435-20.5154-21.1984

#068199 color RGB value is (6,129,153).

#068199 hex color red value is 6, green value is 129 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #068199 hue: 0.53 , saturation: 0.92 and the lightness value of 068199 is 0.31.

The process color (four color CMYK) of #068199 color hex is 0.96, 0.16, 0.00, 0.40. Web safe color of #068199 is #009999. Color #068199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000001 10011001
Octal 6 201 231
Decimal 6 129 153
Hex 6 81 99

RGB Percentages of Color #068199

%2.08
%44.79
%53.13

CMYK Percentages of Color #068199

%96
%16
%0
%40

Triadic Colors of #068199

#068199 #990681 #819906

Analogous Colors of #068199

#068199 #063899 #069968

Monochromatic Colors of #068199

#068199

Complementary Color

#068199 #991e06

#068199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068199 Color CSS Codes

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

#068199 Text Font Color

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

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


#068199 Background Color

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

This div background color is #068199


#068199 Border Color

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

This div border color is #068199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068199


Comments

No comments written yet.

Please login to write comment.