Color Hex Logo

#6f98ba Color Hex

#6F98BA
(111,152,186)
0 Favorites   0 Comments

Color spaces of #6f98ba

RGB 111152186
HSL0.580.350.58
HSV207°40°73°
CMYK 0.400.180.00   0.27
XYZ26.646729.381250.7211
Yxy29.38120.24960.2752
Hunter Lab54.2044-7.1078-17.5368
CIE-Lab61.1166-5.1551-22.0788

#6f98ba color RGB value is (111,152,186).

#6f98ba hex color red value is 111, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6f98ba hue: 0.58 , saturation: 0.35 and the lightness value of 6f98ba is 0.58.

The process color (four color CMYK) of #6f98ba color hex is 0.40, 0.18, 0.00, 0.27. Web safe color of #6f98ba is #6699cc. Color #6f98ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011000 10111010
Octal 157 230 272
Decimal 111 152 186
Hex 6F 98 BA

RGB Percentages of Color #6f98ba

%24.72
%33.85
%41.43

CMYK Percentages of Color #6f98ba

%40
%18
%0
%27

Triadic Colors of #6f98ba

#6f98ba #ba6f98 #98ba6f

Analogous Colors of #6f98ba

#6f98ba #6f73ba #6fbab7

Monochromatic Colors of #6f98ba

#6f98ba

Complementary Color

#6f98ba #ba916f

#6f98ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f98ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f98ba Color CSS Codes

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

#6f98ba Text Font Color

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

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


#6f98ba Background Color

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

This div background color is #6f98ba


#6f98ba Border Color

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

This div border color is #6f98ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,152,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f98ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f98ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6f98ba;
  box-shadow:         1px 1px 3px 2px #6f98ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,152,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f98ba


Comments

No comments written yet.

Please login to write comment.