Color Hex Logo

#6690bc Color Hex

#6690BC
(102,144,188)
0 Favorites   0 Comments

Color spaces of #6690bc

RGB 102144188
HSL0.590.390.57
HSV211°46°74°
CMYK 0.460.230.00   0.26
XYZ24.529826.402151.3802
Yxy26.40210.23980.2581
Hunter Lab51.3830-4.7058-23.3187
CIE-Lab58.4168-2.4239-27.4024

#6690bc color RGB value is (102,144,188).

#6690bc hex color red value is 102, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6690bc hue: 0.59 , saturation: 0.39 and the lightness value of 6690bc is 0.57.

The process color (four color CMYK) of #6690bc color hex is 0.46, 0.23, 0.00, 0.26. Web safe color of #6690bc is #6699cc. Color #6690bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010000 10111100
Octal 146 220 274
Decimal 102 144 188
Hex 66 90 BC

RGB Percentages of Color #6690bc

%23.50
%33.18
%43.32

CMYK Percentages of Color #6690bc

%46
%23
%0
%26

Triadic Colors of #6690bc

#6690bc #bc6690 #90bc66

Analogous Colors of #6690bc

#6690bc #6766bc #66bbbc

Monochromatic Colors of #6690bc

#6690bc

Complementary Color

#6690bc #bc9266

#6690bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6690bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6690bc Color CSS Codes

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

#6690bc Text Font Color

<p style="color:#6690bc">Text here</p>

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


#6690bc Background Color

<div style="background-color:#6690bc">
Div content here</div>

This div background color is #6690bc


#6690bc Border Color

<div style="border:3px solid #6690bc">
Div here</div>

This div border color is #6690bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,144,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6690bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6690bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6690bc;
  box-shadow:         1px 1px 3px 2px #6690bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,144,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6690bc


Comments

No comments written yet.

Please login to write comment.