Color Hex Logo

#6284da Color Hex

#6284DA
(98,132,218)
0 Favorites   0 Comments

Color spaces of #6284da

RGB 98132218
HSL0.620.620.62
HSV223°55°85°
CMYK 0.550.390.00   0.15
XYZ25.943224.161269.6259
Yxy24.16120.21670.2018
Hunter Lab49.15408.1916-49.5755
CIE-Lab56.248812.9210-47.7390

#6284da color RGB value is (98,132,218).

#6284da hex color red value is 98, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6284da hue: 0.62 , saturation: 0.62 and the lightness value of 6284da is 0.62.

The process color (four color CMYK) of #6284da color hex is 0.55, 0.39, 0.00, 0.15. Web safe color of #6284da is #6699cc. Color #6284da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000100 11011010
Octal 142 204 332
Decimal 98 132 218
Hex 62 84 DA

RGB Percentages of Color #6284da

%21.88
%29.46
%48.66

CMYK Percentages of Color #6284da

%55
%39
%0
%15

Triadic Colors of #6284da

#6284da #da6284 #84da62

Analogous Colors of #6284da

#6284da #7c62da #62c0da

Monochromatic Colors of #6284da

#6284da

Complementary Color

#6284da #dab862

#6284da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6284da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6284da Color CSS Codes

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

#6284da Text Font Color

<p style="color:#6284da">Text here</p>

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


#6284da Background Color

<div style="background-color:#6284da">
Div content here</div>

This div background color is #6284da


#6284da Border Color

<div style="border:3px solid #6284da">
Div here</div>

This div border color is #6284da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,132,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6284da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6284da;
  -webkit-box-shadow: 1px 1px 3px 2px #6284da;
  box-shadow:         1px 1px 3px 2px #6284da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6284da


Comments

No comments written yet.

Please login to write comment.