Color Hex Logo

#6192ca Color Hex

#6192CA
(97,146,202)
0 Favorites   0 Comments

Color spaces of #6192ca

RGB 97146202
HSL0.590.500.59
HSV212°52°79°
CMYK 0.520.280.00   0.21
XYZ25.869327.363459.7953
Yxy27.36340.22890.2421
Hunter Lab52.3100-3.2675-31.1570
CIE-Lab59.3092-0.5784-33.9384

#6192ca color RGB value is (97,146,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010010 11001010
Octal 141 222 312
Decimal 97 146 202
Hex 61 92 CA

RGB Percentages of Color #6192ca

%21.80
%32.81
%45.39

CMYK Percentages of Color #6192ca

%52
%28
%0
%21

Triadic Colors of #6192ca

#6192ca #ca6192 #92ca61

Analogous Colors of #6192ca

#6192ca #6561ca #61c7ca

Monochromatic Colors of #6192ca

#6192ca

Complementary Color

#6192ca #ca9961

#6192ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6192ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6192ca Color CSS Codes

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

#6192ca Text Font Color

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

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


#6192ca Background Color

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

This div background color is #6192ca


#6192ca Border Color

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

This div border color is #6192ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6192ca


Comments

No comments written yet.

Please login to write comment.