Color Hex Logo

#6685ce Color Hex

#6685CE
(102,133,206)
0 Favorites   0 Comments

Color spaces of #6685ce

RGB 102133206
HSL0.620.510.60
HSV222°50°81°
CMYK 0.500.350.00   0.19
XYZ25.007624.056161.7178
Yxy24.05610.22570.2171
Hunter Lab49.04705.1795-40.2740
CIE-Lab56.14399.4265-41.1325

#6685ce color RGB value is (102,133,206).

#6685ce hex color red value is 102, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6685ce hue: 0.62 , saturation: 0.51 and the lightness value of 6685ce is 0.60.

The process color (four color CMYK) of #6685ce color hex is 0.50, 0.35, 0.00, 0.19. Web safe color of #6685ce is #6699cc. Color #6685ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000101 11001110
Octal 146 205 316
Decimal 102 133 206
Hex 66 85 CE

RGB Percentages of Color #6685ce

%23.13
%30.16
%46.71

CMYK Percentages of Color #6685ce

%50
%35
%0
%19

Triadic Colors of #6685ce

#6685ce #ce6685 #85ce66

Analogous Colors of #6685ce

#6685ce #7b66ce #66b9ce

Monochromatic Colors of #6685ce

#6685ce

Complementary Color

#6685ce #ceaf66

#6685ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6685ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6685ce Color CSS Codes

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

#6685ce Text Font Color

<p style="color:#6685ce">Text here</p>

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


#6685ce Background Color

<div style="background-color:#6685ce">
Div content here</div>

This div background color is #6685ce


#6685ce Border Color

<div style="border:3px solid #6685ce">
Div here</div>

This div border color is #6685ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,133,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6685ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6685ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6685ce;
  box-shadow:         1px 1px 3px 2px #6685ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,133,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 #6685ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6685ce


Comments

No comments written yet.

Please login to write comment.