Color Hex Logo

#6185c6 Color Hex

#6185C6
(97,133,198)
0 Favorites   0 Comments

Color spaces of #6185c6

RGB 97133198
HSL0.610.470.58
HSV219°51°78°
CMYK 0.510.330.00   0.22
XYZ23.510323.393756.7024
Yxy23.39370.22690.2258
Hunter Lab48.36702.1232-35.6509
CIE-Lab55.47565.7809-37.6741

#6185c6 color RGB value is (97,133,198).

#6185c6 hex color red value is 97, green value is 133 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #6185c6 hue: 0.61 , saturation: 0.47 and the lightness value of 6185c6 is 0.58.

The process color (four color CMYK) of #6185c6 color hex is 0.51, 0.33, 0.00, 0.22. Web safe color of #6185c6 is #6699cc. Color #6185c6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000101 11000110
Octal 141 205 306
Decimal 97 133 198
Hex 61 85 C6

RGB Percentages of Color #6185c6

%22.66
%31.07
%46.26

CMYK Percentages of Color #6185c6

%51
%33
%0
%22

Triadic Colors of #6185c6

#6185c6 #c66185 #85c661

Analogous Colors of #6185c6

#6185c6 #7061c6 #61b8c6

Monochromatic Colors of #6185c6

#6185c6

Complementary Color

#6185c6 #c6a261

#6185c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6185c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6185c6 Color CSS Codes

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

#6185c6 Text Font Color

<p style="color:#6185c6">Text here</p>

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


#6185c6 Background Color

<div style="background-color:#6185c6">
Div content here</div>

This div background color is #6185c6


#6185c6 Border Color

<div style="border:3px solid #6185c6">
Div here</div>

This div border color is #6185c6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,133,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6185c6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6185c6;
  -webkit-box-shadow: 1px 1px 3px 2px #6185c6;
  box-shadow:         1px 1px 3px 2px #6185c6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6185c6


Comments

No comments written yet.

Please login to write comment.