Color Hex Logo

#6599fe Color Hex

#6599FE
(101,153,254)
0 Favorites   0 Comments

Color spaces of #6599fe

RGB 101153254
HSL0.610.990.70
HSV220°60°100°
CMYK 0.600.400.00   0.00
XYZ34.647532.704998.2525
Yxy32.70490.20920.1975
Hunter Lab57.18828.0650-61.8318
CIE-Lab63.921212.6870-55.4718

#6599fe color RGB value is (101,153,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011001 11111110
Octal 145 231 376
Decimal 101 153 254
Hex 65 99 FE

RGB Percentages of Color #6599fe

%19.88
%30.12
%50.00

CMYK Percentages of Color #6599fe

%60
%40
%0
%0

Triadic Colors of #6599fe

#6599fe #fe6599 #99fe65

Analogous Colors of #6599fe

#6599fe #7e65fe #65e6fe

Monochromatic Colors of #6599fe

#6599fe

Complementary Color

#6599fe #feca65

#6599fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6599fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6599fe Color CSS Codes

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

#6599fe Text Font Color

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

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


#6599fe Background Color

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

This div background color is #6599fe


#6599fe Border Color

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

This div border color is #6599fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,153,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 #6599fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6599fe


Comments

No comments written yet.

Please login to write comment.