Color Hex Logo

#6189cd Color Hex

#6189CD
(97,137,205)
0 Favorites   0 Comments

Color spaces of #6189cd

RGB 97137205
HSL0.600.520.59
HSV218°53°80°
CMYK 0.530.330.00   0.20
XYZ24.894924.840561.2402
Yxy24.84050.22430.2238
Hunter Lab49.84021.9392-37.9632
CIE-Lab56.91975.6007-39.3669

#6189cd color RGB value is (97,137,205).

#6189cd hex color red value is 97, green value is 137 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6189cd hue: 0.60 , saturation: 0.52 and the lightness value of 6189cd is 0.59.

The process color (four color CMYK) of #6189cd color hex is 0.53, 0.33, 0.00, 0.20. Web safe color of #6189cd is #6699cc. Color #6189cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001001 11001101
Octal 141 211 315
Decimal 97 137 205
Hex 61 89 CD

RGB Percentages of Color #6189cd

%22.10
%31.21
%46.70

CMYK Percentages of Color #6189cd

%53
%33
%0
%20

Triadic Colors of #6189cd

#6189cd #cd6189 #89cd61

Analogous Colors of #6189cd

#6189cd #6f61cd #61bfcd

Monochromatic Colors of #6189cd

#6189cd

Complementary Color

#6189cd #cda561

#6189cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6189cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6189cd Color CSS Codes

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

#6189cd Text Font Color

<p style="color:#6189cd">Text here</p>

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


#6189cd Background Color

<div style="background-color:#6189cd">
Div content here</div>

This div background color is #6189cd


#6189cd Border Color

<div style="border:3px solid #6189cd">
Div here</div>

This div border color is #6189cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,137,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6189cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6189cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6189cd;
  box-shadow:         1px 1px 3px 2px #6189cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6189cd

#6189cd Color Palettes


Comments

No comments written yet.

Please login to write comment.