Color Hex Logo

#6494be Color Hex

#6494BE
(100,148,190)
0 Favorites   0 Comments

Color spaces of #6494be

RGB 100148190
HSL0.580.410.57
HSV208°47°75°
CMYK 0.470.220.00   0.25
XYZ25.139727.606852.7188
Yxy27.60680.23840.2618
Hunter Lab52.5422-6.5424-22.7098
CIE-Lab59.5318-4.6134-26.8205

#6494be color RGB value is (100,148,190).

#6494be hex color red value is 100, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6494be hue: 0.58 , saturation: 0.41 and the lightness value of 6494be is 0.57.

The process color (four color CMYK) of #6494be color hex is 0.47, 0.22, 0.00, 0.25. Web safe color of #6494be is #6699cc. Color #6494be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010100 10111110
Octal 144 224 276
Decimal 100 148 190
Hex 64 94 BE

RGB Percentages of Color #6494be

%22.83
%33.79
%43.38

CMYK Percentages of Color #6494be

%47
%22
%0
%25

Triadic Colors of #6494be

#6494be #be6494 #94be64

Analogous Colors of #6494be

#6494be #6467be #64bebb

Monochromatic Colors of #6494be

#6494be

Complementary Color

#6494be #be8e64

#6494be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6494be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6494be Color CSS Codes

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

#6494be Text Font Color

<p style="color:#6494be">Text here</p>

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


#6494be Background Color

<div style="background-color:#6494be">
Div content here</div>

This div background color is #6494be


#6494be Border Color

<div style="border:3px solid #6494be">
Div here</div>

This div border color is #6494be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,148,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6494be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6494be;
  -webkit-box-shadow: 1px 1px 3px 2px #6494be;
  box-shadow:         1px 1px 3px 2px #6494be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,148,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6494be


Comments

No comments written yet.

Please login to write comment.