Color Hex Logo

#6898fb Color Hex

#6898FB
(104,152,251)
0 Favorites   0 Comments

Color spaces of #6898fb

RGB 104152251
HSL0.610.950.70
HSV220°59°98°
CMYK 0.590.390.00   0.02
XYZ34.349732.364695.7033
Yxy32.36460.21150.1993
Hunter Lab56.88998.2197-59.9180
CIE-Lab63.643112.8597-54.2653

#6898fb color RGB value is (104,152,251).

#6898fb hex color red value is 104, green value is 152 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6898fb hue: 0.61 , saturation: 0.95 and the lightness value of 6898fb is 0.70.

The process color (four color CMYK) of #6898fb color hex is 0.59, 0.39, 0.00, 0.02. Web safe color of #6898fb is #6699ff. Color #6898fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011000 11111011
Octal 150 230 373
Decimal 104 152 251
Hex 68 98 FB

RGB Percentages of Color #6898fb

%20.51
%29.98
%49.51

CMYK Percentages of Color #6898fb

%59
%39
%0
%2

Triadic Colors of #6898fb

#6898fb #fb6898 #98fb68

Analogous Colors of #6898fb

#6898fb #8268fb #68e2fb

Monochromatic Colors of #6898fb

#6898fb

Complementary Color

#6898fb #fbcb68

#6898fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6898fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6898fb Color CSS Codes

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

#6898fb Text Font Color

<p style="color:#6898fb">Text here</p>

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


#6898fb Background Color

<div style="background-color:#6898fb">
Div content here</div>

This div background color is #6898fb


#6898fb Border Color

<div style="border:3px solid #6898fb">
Div here</div>

This div border color is #6898fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,152,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6898fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6898fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6898fb;
  box-shadow:         1px 1px 3px 2px #6898fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6898fb


Comments

No comments written yet.

Please login to write comment.