Color Hex Logo

#6295cb Color Hex

#6295CB
(98,149,203)
0 Favorites   0 Comments

Color spaces of #6295cb

RGB 98149203
HSL0.590.500.59
HSV211°52°80°
CMYK 0.520.270.00   0.20
XYZ26.563928.403460.5822
Yxy28.40340.22990.2458
Hunter Lab53.2948-4.2957-30.0907
CIE-Lab60.2514-1.7654-33.0291

#6295cb color RGB value is (98,149,203).

#6295cb hex color red value is 98, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6295cb hue: 0.59 , saturation: 0.50 and the lightness value of 6295cb is 0.59.

The process color (four color CMYK) of #6295cb color hex is 0.52, 0.27, 0.00, 0.20. Web safe color of #6295cb is #6699cc. Color #6295cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010101 11001011
Octal 142 225 313
Decimal 98 149 203
Hex 62 95 CB

RGB Percentages of Color #6295cb

%21.78
%33.11
%45.11

CMYK Percentages of Color #6295cb

%52
%27
%0
%20

Triadic Colors of #6295cb

#6295cb #cb6295 #95cb62

Analogous Colors of #6295cb

#6295cb #6462cb #62cacb

Monochromatic Colors of #6295cb

#6295cb

Complementary Color

#6295cb #cb9862

#6295cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6295cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6295cb Color CSS Codes

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

#6295cb Text Font Color

<p style="color:#6295cb">Text here</p>

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


#6295cb Background Color

<div style="background-color:#6295cb">
Div content here</div>

This div background color is #6295cb


#6295cb Border Color

<div style="border:3px solid #6295cb">
Div here</div>

This div border color is #6295cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,149,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6295cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6295cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6295cb;
  box-shadow:         1px 1px 3px 2px #6295cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,149,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6295cb


Comments

No comments written yet.

Please login to write comment.