Color Hex Logo

#6190fc Color Hex

#6190FC
(97,144,252)
0 Favorites   0 Comments

Color spaces of #6190fc

RGB 97144252
HSL0.620.960.68
HSV222°62°99°
CMYK 0.620.430.00   0.01
XYZ32.473729.516296.0811
Yxy29.51620.20540.1867
Hunter Lab54.328811.6185-66.8248
CIE-Lab61.234516.6360-58.6697

#6190fc color RGB value is (97,144,252).

#6190fc hex color red value is 97, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6190fc hue: 0.62 , saturation: 0.96 and the lightness value of 6190fc is 0.68.

The process color (four color CMYK) of #6190fc color hex is 0.62, 0.43, 0.00, 0.01. Web safe color of #6190fc is #6699ff. Color #6190fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010000 11111100
Octal 141 220 374
Decimal 97 144 252
Hex 61 90 FC

RGB Percentages of Color #6190fc

%19.68
%29.21
%51.12

CMYK Percentages of Color #6190fc

%62
%43
%0
%1

Triadic Colors of #6190fc

#6190fc #fc6190 #90fc61

Analogous Colors of #6190fc

#6190fc #8061fc #61defc

Monochromatic Colors of #6190fc

#6190fc

Complementary Color

#6190fc #fccd61

#6190fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6190fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6190fc Color CSS Codes

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

#6190fc Text Font Color

<p style="color:#6190fc">Text here</p>

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


#6190fc Background Color

<div style="background-color:#6190fc">
Div content here</div>

This div background color is #6190fc


#6190fc Border Color

<div style="border:3px solid #6190fc">
Div here</div>

This div border color is #6190fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,144,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6190fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6190fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6190fc;
  box-shadow:         1px 1px 3px 2px #6190fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6190fc


Comments

No comments written yet.

Please login to write comment.