Color Hex Logo

#6285dd Color Hex

#6285DD
(98,133,221)
0 Favorites   0 Comments

Color spaces of #6285dd

RGB 98133221
HSL0.620.640.63
HSV223°56°87°
CMYK 0.560.400.00   0.13
XYZ26.475724.592271.7580
Yxy24.59220.21560.2002
Hunter Lab49.59058.5153-51.0799
CIE-Lab56.675913.2843-48.7438

#6285dd color RGB value is (98,133,221).

#6285dd hex color red value is 98, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6285dd hue: 0.62 , saturation: 0.64 and the lightness value of 6285dd is 0.63.

The process color (four color CMYK) of #6285dd color hex is 0.56, 0.40, 0.00, 0.13. Web safe color of #6285dd is #6699cc. Color #6285dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000101 11011101
Octal 142 205 335
Decimal 98 133 221
Hex 62 85 DD

RGB Percentages of Color #6285dd

%21.68
%29.42
%48.89

CMYK Percentages of Color #6285dd

%56
%40
%0
%13

Triadic Colors of #6285dd

#6285dd #dd6285 #85dd62

Analogous Colors of #6285dd

#6285dd #7d62dd #62c3dd

Monochromatic Colors of #6285dd

#6285dd

Complementary Color

#6285dd #ddba62

#6285dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6285dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6285dd Color CSS Codes

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

#6285dd Text Font Color

<p style="color:#6285dd">Text here</p>

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


#6285dd Background Color

<div style="background-color:#6285dd">
Div content here</div>

This div background color is #6285dd


#6285dd Border Color

<div style="border:3px solid #6285dd">
Div here</div>

This div border color is #6285dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,133,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6285dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6285dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6285dd;
  box-shadow:         1px 1px 3px 2px #6285dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6285dd


Comments

No comments written yet.

Please login to write comment.