Color Hex Logo

#6998df Color Hex

#6998DF
(105,152,223)
0 Favorites   0 Comments

Color spaces of #6998df

RGB 105152223
HSL0.600.650.64
HSV216°53°87°
CMYK 0.530.320.00   0.13
XYZ30.373230.787474.1538
Yxy30.78740.22450.2275
Hunter Lab55.48640.6095-40.3966
CIE-Lab62.32784.2187-40.9151

#6998df color RGB value is (105,152,223).

#6998df hex color red value is 105, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6998df hue: 0.60 , saturation: 0.65 and the lightness value of 6998df is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011000 11011111
Octal 151 230 337
Decimal 105 152 223
Hex 69 98 DF

RGB Percentages of Color #6998df

%21.88
%31.67
%46.46

CMYK Percentages of Color #6998df

%53
%32
%0
%13

Triadic Colors of #6998df

#6998df #df6998 #98df69

Analogous Colors of #6998df

#6998df #7569df #69d3df

Monochromatic Colors of #6998df

#6998df

Complementary Color

#6998df #dfb069

#6998df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6998df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6998df Color CSS Codes

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

#6998df Text Font Color

<p style="color:#6998df">Text here</p>

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


#6998df Background Color

<div style="background-color:#6998df">
Div content here</div>

This div background color is #6998df


#6998df Border Color

<div style="border:3px solid #6998df">
Div here</div>

This div border color is #6998df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,152,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6998df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6998df;
  -webkit-box-shadow: 1px 1px 3px 2px #6998df;
  box-shadow:         1px 1px 3px 2px #6998df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6998df


Comments

No comments written yet.

Please login to write comment.