Color Hex Logo

#6897dc Color Hex

#6897DC
(104,151,220)
0 Favorites   0 Comments

Color spaces of #6897dc

RGB 104151220
HSL0.600.620.64
HSV216°53°86°
CMYK 0.530.310.00   0.14
XYZ29.693830.243671.9827
Yxy30.24360.22510.2293
Hunter Lab54.99420.1403-39.1096
CIE-Lab61.86383.6503-39.9806

#6897dc color RGB value is (104,151,220).

#6897dc hex color red value is 104, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6897dc hue: 0.60 , saturation: 0.62 and the lightness value of 6897dc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010111 11011100
Octal 150 227 334
Decimal 104 151 220
Hex 68 97 DC

RGB Percentages of Color #6897dc

%21.89
%31.79
%46.32

CMYK Percentages of Color #6897dc

%53
%31
%0
%14

Triadic Colors of #6897dc

#6897dc #dc6897 #97dc68

Analogous Colors of #6897dc

#6897dc #7368dc #68d1dc

Monochromatic Colors of #6897dc

#6897dc

Complementary Color

#6897dc #dcad68

#6897dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6897dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6897dc Color CSS Codes

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

#6897dc Text Font Color

<p style="color:#6897dc">Text here</p>

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


#6897dc Background Color

<div style="background-color:#6897dc">
Div content here</div>

This div background color is #6897dc


#6897dc Border Color

<div style="border:3px solid #6897dc">
Div here</div>

This div border color is #6897dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,151,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6897dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6897dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6897dc;
  box-shadow:         1px 1px 3px 2px #6897dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6897dc


Comments

No comments written yet.

Please login to write comment.