Color Hex Logo

#6fa0ca Color Hex

#6FA0CA
(111,160,202)
0 Favorites   0 Comments

Color spaces of #6fa0ca

RGB 111160202
HSL0.580.460.61
HSV208°45°79°
CMYK 0.450.210.00   0.21
XYZ29.787032.785460.6354
Yxy32.78540.24180.2661
Hunter Lab57.2585-7.3433-22.7057
CIE-Lab63.9868-5.1457-26.6370

#6fa0ca color RGB value is (111,160,202).

#6fa0ca hex color red value is 111, green value is 160 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6fa0ca hue: 0.58 , saturation: 0.46 and the lightness value of 6fa0ca is 0.61.

The process color (four color CMYK) of #6fa0ca color hex is 0.45, 0.21, 0.00, 0.21. Web safe color of #6fa0ca is #6699cc. Color #6fa0ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100000 11001010
Octal 157 240 312
Decimal 111 160 202
Hex 6F A0 CA

RGB Percentages of Color #6fa0ca

%23.47
%33.83
%42.71

CMYK Percentages of Color #6fa0ca

%45
%21
%0
%21

Triadic Colors of #6fa0ca

#6fa0ca #ca6fa0 #a0ca6f

Analogous Colors of #6fa0ca

#6fa0ca #6f73ca #6fcac7

Monochromatic Colors of #6fa0ca

#6fa0ca

Complementary Color

#6fa0ca #ca996f

#6fa0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa0ca Color CSS Codes

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

#6fa0ca Text Font Color

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

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


#6fa0ca Background Color

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

This div background color is #6fa0ca


#6fa0ca Border Color

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

This div border color is #6fa0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa0ca


Comments

No comments written yet.

Please login to write comment.