Color Hex Logo

#6a96da Color Hex

#6A96DA
(106,150,218)
0 Favorites   0 Comments

Color spaces of #6a96da

RGB 106150218
HSL0.600.600.64
HSV216°51°85°
CMYK 0.510.310.00   0.15
XYZ29.505129.938870.5534
Yxy29.93880.22700.2303
Hunter Lab54.71640.5002-38.1494
CIE-Lab61.60144.0613-39.2722

#6a96da color RGB value is (106,150,218).

#6a96da hex color red value is 106, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6a96da hue: 0.60 , saturation: 0.60 and the lightness value of 6a96da is 0.64.

The process color (four color CMYK) of #6a96da color hex is 0.51, 0.31, 0.00, 0.15. Web safe color of #6a96da is #6699cc. Color #6a96da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10010110 11011010
Octal 152 226 332
Decimal 106 150 218
Hex 6A 96 DA

RGB Percentages of Color #6a96da

%22.36
%31.65
%45.99

CMYK Percentages of Color #6a96da

%51
%31
%0
%15

Triadic Colors of #6a96da

#6a96da #da6a96 #96da6a

Analogous Colors of #6a96da

#6a96da #766ada #6aceda

Monochromatic Colors of #6a96da

#6a96da

Complementary Color

#6a96da #daae6a

#6a96da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a96da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a96da Color CSS Codes

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

#6a96da Text Font Color

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

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


#6a96da Background Color

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

This div background color is #6a96da


#6a96da Border Color

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

This div border color is #6a96da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,150,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a96da


Comments

No comments written yet.

Please login to write comment.