Color Hex Logo

#6895db Color Hex

#6895DB
(104,149,219)
0 Favorites   0 Comments

Color spaces of #6895db

RGB 104149219
HSL0.600.610.63
HSV217°53°86°
CMYK 0.530.320.00   0.14
XYZ29.242529.552471.1808
Yxy29.55240.22500.2274
Hunter Lab54.36210.8851-39.5798
CIE-Lab61.26614.4992-40.3618

#6895db color RGB value is (104,149,219).

#6895db hex color red value is 104, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6895db hue: 0.60 , saturation: 0.61 and the lightness value of 6895db is 0.63.

The process color (four color CMYK) of #6895db color hex is 0.53, 0.32, 0.00, 0.14. Web safe color of #6895db is #6699cc. Color #6895db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010101 11011011
Octal 150 225 333
Decimal 104 149 219
Hex 68 95 DB

RGB Percentages of Color #6895db

%22.03
%31.57
%46.40

CMYK Percentages of Color #6895db

%53
%32
%0
%14

Triadic Colors of #6895db

#6895db #db6895 #95db68

Analogous Colors of #6895db

#6895db #7568db #68cfdb

Monochromatic Colors of #6895db

#6895db

Complementary Color

#6895db #dbae68

#6895db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6895db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6895db Color CSS Codes

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

#6895db Text Font Color

<p style="color:#6895db">Text here</p>

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


#6895db Background Color

<div style="background-color:#6895db">
Div content here</div>

This div background color is #6895db


#6895db Border Color

<div style="border:3px solid #6895db">
Div here</div>

This div border color is #6895db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,149,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6895db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6895db;
  -webkit-box-shadow: 1px 1px 3px 2px #6895db;
  box-shadow:         1px 1px 3px 2px #6895db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,149,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6895db


Comments

No comments written yet.

Please login to write comment.