Color Hex Logo

#6287cf Color Hex

#6287CF
(98,135,207)
0 Favorites   0 Comments

Color spaces of #6287cf

RGB 98135207
HSL0.610.530.60
HSV220°53°81°
CMYK 0.530.350.00   0.19
XYZ24.963524.429662.4312
Yxy24.42960.22320.2185
Hunter Lab49.42633.6581-40.2918
CIE-Lab56.51547.6369-41.1274

#6287cf color RGB value is (98,135,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000111 11001111
Octal 142 207 317
Decimal 98 135 207
Hex 62 87 CF

RGB Percentages of Color #6287cf

%22.27
%30.68
%47.05

CMYK Percentages of Color #6287cf

%53
%35
%0
%19

Triadic Colors of #6287cf

#6287cf #cf6287 #87cf62

Analogous Colors of #6287cf

#6287cf #7462cf #62becf

Monochromatic Colors of #6287cf

#6287cf

Complementary Color

#6287cf #cfaa62

#6287cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6287cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6287cf Color CSS Codes

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

#6287cf Text Font Color

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

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


#6287cf Background Color

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

This div background color is #6287cf


#6287cf Border Color

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

This div border color is #6287cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6287cf


Comments

No comments written yet.

Please login to write comment.