Color Hex Logo

#6188de Color Hex

#6188DE
(97,136,222)
0 Favorites   0 Comments

Color spaces of #6188de

RGB 97136222
HSL0.610.650.63
HSV221°56°87°
CMYK 0.560.390.00   0.13
XYZ26.918725.423672.5957
Yxy25.42360.21550.2035
Hunter Lab50.42187.0576-50.0685
CIE-Lab57.485811.6044-48.0220

#6188de color RGB value is (97,136,222).

#6188de hex color red value is 97, green value is 136 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6188de hue: 0.61 , saturation: 0.65 and the lightness value of 6188de is 0.63.

The process color (four color CMYK) of #6188de color hex is 0.56, 0.39, 0.00, 0.13. Web safe color of #6188de is #6699cc. Color #6188de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001000 11011110
Octal 141 210 336
Decimal 97 136 222
Hex 61 88 DE

RGB Percentages of Color #6188de

%21.32
%29.89
%48.79

CMYK Percentages of Color #6188de

%56
%39
%0
%13

Triadic Colors of #6188de

#6188de #de6188 #88de61

Analogous Colors of #6188de

#6188de #7961de #61c7de

Monochromatic Colors of #6188de

#6188de

Complementary Color

#6188de #deb761

#6188de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6188de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6188de Color CSS Codes

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

#6188de Text Font Color

<p style="color:#6188de">Text here</p>

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


#6188de Background Color

<div style="background-color:#6188de">
Div content here</div>

This div background color is #6188de


#6188de Border Color

<div style="border:3px solid #6188de">
Div here</div>

This div border color is #6188de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,136,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6188de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6188de;
  -webkit-box-shadow: 1px 1px 3px 2px #6188de;
  box-shadow:         1px 1px 3px 2px #6188de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,136,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6188de


Comments

No comments written yet.

Please login to write comment.