Color Hex Logo

#6286cc Color Hex

#6286CC
(98,134,204)
0 Favorites   0 Comments

Color spaces of #6286cc

RGB 98134204
HSL0.610.510.59
HSV220°52°80°
CMYK 0.520.340.00   0.20
XYZ24.461224.006560.4712
Yxy24.00650.22450.2204
Hunter Lab48.99643.3714-38.8780
CIE-Lab56.09437.2897-40.0961

#6286cc color RGB value is (98,134,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000110 11001100
Octal 142 206 314
Decimal 98 134 204
Hex 62 86 CC

RGB Percentages of Color #6286cc

%22.48
%30.73
%46.79

CMYK Percentages of Color #6286cc

%52
%34
%0
%20

Triadic Colors of #6286cc

#6286cc #cc6286 #86cc62

Analogous Colors of #6286cc

#6286cc #7362cc #62bbcc

Monochromatic Colors of #6286cc

#6286cc

Complementary Color

#6286cc #cca862

#6286cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6286cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6286cc Color CSS Codes

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

#6286cc Text Font Color

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

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


#6286cc Background Color

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

This div background color is #6286cc


#6286cc Border Color

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

This div border color is #6286cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,134,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 #6286cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6286cc


Comments

No comments written yet.

Please login to write comment.