Color Hex Logo

#6baace Color Hex

#6BAACE
(107,170,206)
0 Favorites   0 Comments

Color spaces of #6baace

RGB 107170206
HSL0.560.500.61
HSV202°48°81°
CMYK 0.480.170.00   0.19
XYZ31.578736.331563.7408
Yxy36.33150.23990.2760
Hunter Lab60.2756-11.9653-20.5056
CIE-Lab66.7724-10.4755-24.5965

#6baace color RGB value is (107,170,206).

#6baace hex color red value is 107, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6baace hue: 0.56 , saturation: 0.50 and the lightness value of 6baace is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 11001110
Octal 153 252 316
Decimal 107 170 206
Hex 6B AA CE

RGB Percentages of Color #6baace

%22.15
%35.20
%42.65

CMYK Percentages of Color #6baace

%48
%17
%0
%19

Triadic Colors of #6baace

#6baace #ce6baa #aace6b

Analogous Colors of #6baace

#6baace #6b79ce #6bcec1

Monochromatic Colors of #6baace

#6baace

Complementary Color

#6baace #ce8f6b

#6baace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baace Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baace Color CSS Codes

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

#6baace Text Font Color

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

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


#6baace Background Color

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

This div background color is #6baace


#6baace Border Color

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

This div border color is #6baace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,170,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6baace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6baace;
  -webkit-box-shadow: 1px 1px 3px 2px #6baace;
  box-shadow:         1px 1px 3px 2px #6baace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,170,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baace


Comments

No comments written yet.

Please login to write comment.