Color Hex Logo

#6169cd Color Hex

#6169CD
(97,105,205)
0 Favorites   0 Comments

Color spaces of #6169cd

RGB 97105205
HSL0.650.520.59
HSV236°53°80°
CMYK 0.530.490.00   0.20
XYZ21.000817.052359.9422
Yxy17.05230.21430.1740
Hunter Lab41.294418.5132-57.1581
CIE-Lab48.325925.0085-53.0092

#6169cd color RGB value is (97,105,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101001 11001101
Octal 141 151 315
Decimal 97 105 205
Hex 61 69 CD

RGB Percentages of Color #6169cd

%23.83
%25.80
%50.37

CMYK Percentages of Color #6169cd

%53
%49
%0
%20

Triadic Colors of #6169cd

#6169cd #cd6169 #69cd61

Analogous Colors of #6169cd

#6169cd #8f61cd #619fcd

Monochromatic Colors of #6169cd

#6169cd

Complementary Color

#6169cd #cdc561

#6169cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6169cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6169cd Color CSS Codes

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

#6169cd Text Font Color

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

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


#6169cd Background Color

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

This div background color is #6169cd


#6169cd Border Color

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

This div border color is #6169cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,105,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 #6169cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6169cd


Comments

No comments written yet.

Please login to write comment.