Color Hex Logo

#6a97ca Color Hex

#6A97CA
(106,151,202)
0 Favorites   0 Comments

Color spaces of #6a97ca

RGB 106151202
HSL0.590.480.60
HSV212°48°79°
CMYK 0.480.250.00   0.21
XYZ27.671129.461760.1054
Yxy29.46170.23600.2513
Hunter Lab54.2786-3.9888-27.6597
CIE-Lab61.1870-1.3175-30.9835

#6a97ca color RGB value is (106,151,202).

#6a97ca hex color red value is 106, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6a97ca hue: 0.59 , saturation: 0.48 and the lightness value of 6a97ca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10010111 11001010
Octal 152 227 312
Decimal 106 151 202
Hex 6A 97 CA

RGB Percentages of Color #6a97ca

%23.09
%32.90
%44.01

CMYK Percentages of Color #6a97ca

%48
%25
%0
%21

Triadic Colors of #6a97ca

#6a97ca #ca6a97 #97ca6a

Analogous Colors of #6a97ca

#6a97ca #6d6aca #6ac7ca

Monochromatic Colors of #6a97ca

#6a97ca

Complementary Color

#6a97ca #ca9d6a

#6a97ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a97ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a97ca Color CSS Codes

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

#6a97ca Text Font Color

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

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


#6a97ca Background Color

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

This div background color is #6a97ca


#6a97ca Border Color

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

This div border color is #6a97ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,151,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 #6a97ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a97ca


Comments

No comments written yet.

Please login to write comment.