Color Hex Logo

#6698fe Color Hex

#6698FE
(102,152,254)
0 Favorites   0 Comments

Color spaces of #6698fe

RGB 102152254
HSL0.610.990.70
HSV220°60°100°
CMYK 0.600.400.00   0.00
XYZ34.597132.437098.2034
Yxy32.43700.20940.1963
Hunter Lab56.95358.7634-62.3647
CIE-Lab63.702413.4569-55.8169

#6698fe color RGB value is (102,152,254).

#6698fe hex color red value is 102, green value is 152 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6698fe hue: 0.61 , saturation: 0.99 and the lightness value of 6698fe is 0.70.

The process color (four color CMYK) of #6698fe color hex is 0.60, 0.40, 0.00, 0.00. Web safe color of #6698fe is #6699ff. Color #6698fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011000 11111110
Octal 146 230 376
Decimal 102 152 254
Hex 66 98 FE

RGB Percentages of Color #6698fe

%20.08
%29.92
%50.00

CMYK Percentages of Color #6698fe

%60
%40
%0
%0

Triadic Colors of #6698fe

#6698fe #fe6698 #98fe66

Analogous Colors of #6698fe

#6698fe #8066fe #66e4fe

Monochromatic Colors of #6698fe

#6698fe

Complementary Color

#6698fe #fecc66

#6698fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6698fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6698fe Color CSS Codes

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

#6698fe Text Font Color

<p style="color:#6698fe">Text here</p>

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


#6698fe Background Color

<div style="background-color:#6698fe">
Div content here</div>

This div background color is #6698fe


#6698fe Border Color

<div style="border:3px solid #6698fe">
Div here</div>

This div border color is #6698fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,152,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6698fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6698fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6698fe;
  box-shadow:         1px 1px 3px 2px #6698fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6698fe

Related Colors


Comments

No comments written yet.

Please login to write comment.