Color Hex Logo

#6286cf Color Hex

#6286CF
(98,134,207)
0 Favorites   0 Comments

Color spaces of #6286cf

RGB 98134207
HSL0.610.530.60
HSV220°53°81°
CMYK 0.530.350.00   0.19
XYZ24.824624.151962.3849
Yxy24.15190.22290.2169
Hunter Lab49.14464.1634-40.8624
CIE-Lab56.23968.2308-41.5618

#6286cf color RGB value is (98,134,207).

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

The process color (four color CMYK) of #6286cf color hex is 0.53, 0.35, 0.00, 0.19. Web safe color of #6286cf is #6699cc. Color #6286cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000110 11001111
Octal 142 206 317
Decimal 98 134 207
Hex 62 86 CF

RGB Percentages of Color #6286cf

%22.32
%30.52
%47.15

CMYK Percentages of Color #6286cf

%53
%35
%0
%19

Triadic Colors of #6286cf

#6286cf #cf6286 #86cf62

Analogous Colors of #6286cf

#6286cf #7562cf #62bdcf

Monochromatic Colors of #6286cf

#6286cf

Complementary Color

#6286cf #cfab62

#6286cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6286cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6286cf Color CSS Codes

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

#6286cf Text Font Color

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

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


#6286cf Background Color

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

This div background color is #6286cf


#6286cf Border Color

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

This div border color is #6286cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6286cf


Comments

No comments written yet.

Please login to write comment.