Color Hex Logo

#6183ca Color Hex

#6183CA
(97,131,202)
0 Favorites   0 Comments

Color spaces of #6183ca

RGB 97131202
HSL0.610.500.59
HSV221°52°79°
CMYK 0.520.350.00   0.21
XYZ23.706723.038359.0745
Yxy23.03830.22400.2177
Hunter Lab47.99824.1656-39.3732
CIE-Lab55.11188.2206-40.5145

#6183ca color RGB value is (97,131,202).

#6183ca hex color red value is 97, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6183ca hue: 0.61 , saturation: 0.50 and the lightness value of 6183ca is 0.59.

The process color (four color CMYK) of #6183ca color hex is 0.52, 0.35, 0.00, 0.21. Web safe color of #6183ca is #6699cc. Color #6183ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000011 11001010
Octal 141 203 312
Decimal 97 131 202
Hex 61 83 CA

RGB Percentages of Color #6183ca

%22.56
%30.47
%46.98

CMYK Percentages of Color #6183ca

%52
%35
%0
%21

Triadic Colors of #6183ca

#6183ca #ca6183 #83ca61

Analogous Colors of #6183ca

#6183ca #7461ca #61b8ca

Monochromatic Colors of #6183ca

#6183ca

Complementary Color

#6183ca #caa861

#6183ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6183ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6183ca Color CSS Codes

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

#6183ca Text Font Color

<p style="color:#6183ca">Text here</p>

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


#6183ca Background Color

<div style="background-color:#6183ca">
Div content here</div>

This div background color is #6183ca


#6183ca Border Color

<div style="border:3px solid #6183ca">
Div here</div>

This div border color is #6183ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,131,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6183ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6183ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6183ca;
  box-shadow:         1px 1px 3px 2px #6183ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6183ca


Comments

No comments written yet.

Please login to write comment.