Color Hex Logo

#6296cc Color Hex

#6296CC
(98,150,204)
0 Favorites   0 Comments

Color spaces of #6296cc

RGB 98150204
HSL0.580.510.59
HSV211°52°80°
CMYK 0.520.260.00   0.20
XYZ26.842428.769061.2650
Yxy28.76900.22970.2461
Hunter Lab53.6367-4.5343-30.1766
CIE-Lab60.5772-2.0311-33.0831

#6296cc color RGB value is (98,150,204).

#6296cc hex color red value is 98, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6296cc hue: 0.58 , saturation: 0.51 and the lightness value of 6296cc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010110 11001100
Octal 142 226 314
Decimal 98 150 204
Hex 62 96 CC

RGB Percentages of Color #6296cc

%21.68
%33.19
%45.13

CMYK Percentages of Color #6296cc

%52
%26
%0
%20

Triadic Colors of #6296cc

#6296cc #cc6296 #96cc62

Analogous Colors of #6296cc

#6296cc #6362cc #62cbcc

Monochromatic Colors of #6296cc

#6296cc

Complementary Color

#6296cc #cc9862

#6296cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6296cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6296cc Color CSS Codes

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

#6296cc Text Font Color

<p style="color:#6296cc">Text here</p>

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


#6296cc Background Color

<div style="background-color:#6296cc">
Div content here</div>

This div background color is #6296cc


#6296cc Border Color

<div style="border:3px solid #6296cc">
Div here</div>

This div border color is #6296cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,150,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6296cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6296cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6296cc;
  box-shadow:         1px 1px 3px 2px #6296cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6296cc


Comments

No comments written yet.

Please login to write comment.