Color Hex Logo

#6899da Color Hex

#6899DA
(104,153,218)
0 Favorites   0 Comments

Color spaces of #6899da

RGB 104153218
HSL0.600.610.63
HSV214°52°85°
CMYK 0.520.300.00   0.15
XYZ29.755030.787570.7040
Yxy30.78750.22670.2346
Hunter Lab55.4865-1.3795-36.7101
CIE-Lab62.32781.8832-38.1427

#6899da color RGB value is (104,153,218).

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

The process color (four color CMYK) of #6899da color hex is 0.52, 0.30, 0.00, 0.15. Web safe color of #6899da is #6699cc. Color #6899da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011001 11011010
Octal 150 231 332
Decimal 104 153 218
Hex 68 99 DA

RGB Percentages of Color #6899da

%21.89
%32.21
%45.89

CMYK Percentages of Color #6899da

%52
%30
%0
%15

Triadic Colors of #6899da

#6899da #da6899 #99da68

Analogous Colors of #6899da

#6899da #7068da #68d2da

Monochromatic Colors of #6899da

#6899da

Complementary Color

#6899da #daa968

#6899da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6899da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6899da Color CSS Codes

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

#6899da Text Font Color

<p style="color:#6899da">Text here</p>

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


#6899da Background Color

<div style="background-color:#6899da">
Div content here</div>

This div background color is #6899da


#6899da Border Color

<div style="border:3px solid #6899da">
Div here</div>

This div border color is #6899da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,153,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6899da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6899da;
  -webkit-box-shadow: 1px 1px 3px 2px #6899da;
  box-shadow:         1px 1px 3px 2px #6899da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6899da


Comments

No comments written yet.

Please login to write comment.