Color Hex Logo

#6c99eb Color Hex

#6C99EB
(108,153,235)
0 Favorites   0 Comments

Color spaces of #6c99eb

RGB 108153235
HSL0.610.760.67
HSV219°54°92°
CMYK 0.540.350.00   0.08
XYZ32.571031.968883.0512
Yxy31.96880.22070.2166
Hunter Lab56.54103.8801-47.5105
CIE-Lab63.31718.0082-45.9829

#6c99eb color RGB value is (108,153,235).

#6c99eb hex color red value is 108, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6c99eb hue: 0.61 , saturation: 0.76 and the lightness value of 6c99eb is 0.67.

The process color (four color CMYK) of #6c99eb color hex is 0.54, 0.35, 0.00, 0.08. Web safe color of #6c99eb is #6699ff. Color #6c99eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10011001 11101011
Octal 154 231 353
Decimal 108 153 235
Hex 6C 99 EB

RGB Percentages of Color #6c99eb

%21.77
%30.85
%47.38

CMYK Percentages of Color #6c99eb

%54
%35
%0
%8

Triadic Colors of #6c99eb

#6c99eb #eb6c99 #99eb6c

Analogous Colors of #6c99eb

#6c99eb #7f6ceb #6cd9eb

Monochromatic Colors of #6c99eb

#6c99eb

Complementary Color

#6c99eb #ebbe6c

#6c99eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c99eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c99eb Color CSS Codes

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

#6c99eb Text Font Color

<p style="color:#6c99eb">Text here</p>

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


#6c99eb Background Color

<div style="background-color:#6c99eb">
Div content here</div>

This div background color is #6c99eb


#6c99eb Border Color

<div style="border:3px solid #6c99eb">
Div here</div>

This div border color is #6c99eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,153,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c99eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c99eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6c99eb;
  box-shadow:         1px 1px 3px 2px #6c99eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c99eb


Comments

No comments written yet.

Please login to write comment.