Color Hex Logo

#69a6ce Color Hex

#69A6CE
(105,166,206)
0 Favorites   0 Comments

Color spaces of #69a6ce

RGB 105166206
HSL0.570.510.61
HSV204°49°81°
CMYK 0.490.190.00   0.19
XYZ30.602534.731963.4835
Yxy34.73190.23760.2696
Hunter Lab58.9338-10.4445-22.6136
CIE-Lab65.5394-8.7666-26.4971

#69a6ce color RGB value is (105,166,206).

#69a6ce hex color red value is 105, green value is 166 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #69a6ce hue: 0.57 , saturation: 0.51 and the lightness value of 69a6ce is 0.61.

The process color (four color CMYK) of #69a6ce color hex is 0.49, 0.19, 0.00, 0.19. Web safe color of #69a6ce is #6699cc. Color #69a6ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10100110 11001110
Octal 151 246 316
Decimal 105 166 206
Hex 69 A6 CE

RGB Percentages of Color #69a6ce

%22.01
%34.80
%43.19

CMYK Percentages of Color #69a6ce

%49
%19
%0
%19

Triadic Colors of #69a6ce

#69a6ce #ce69a6 #a6ce69

Analogous Colors of #69a6ce

#69a6ce #6974ce #69cec4

Monochromatic Colors of #69a6ce

#69a6ce

Complementary Color

#69a6ce #ce9169

#69a6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69a6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#69a6ce Color CSS Codes

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

#69a6ce Text Font Color

<p style="color:#69a6ce">Text here</p>

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


#69a6ce Background Color

<div style="background-color:#69a6ce">
Div content here</div>

This div background color is #69a6ce


#69a6ce Border Color

<div style="border:3px solid #69a6ce">
Div here</div>

This div border color is #69a6ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,166,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69a6ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69a6ce;
  -webkit-box-shadow: 1px 1px 3px 2px #69a6ce;
  box-shadow:         1px 1px 3px 2px #69a6ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,166,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 #69a6ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69a6ce

#69a6ce Color Palettes


Comments

No comments written yet.

Please login to write comment.