Color Hex Logo

#6274da Color Hex

#6274DA
(98,116,218)
0 Favorites   0 Comments

Color spaces of #6274da

RGB 98116218
HSL0.640.620.62
HSV231°55°85°
CMYK 0.550.470.00   0.15
XYZ23.937320.149468.9573
Yxy20.14940.21180.1782
Hunter Lab44.888116.6339-59.6599
CIE-Lab52.005722.6260-54.5014

#6274da color RGB value is (98,116,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110100 11011010
Octal 142 164 332
Decimal 98 116 218
Hex 62 74 DA

RGB Percentages of Color #6274da

%22.69
%26.85
%50.46

CMYK Percentages of Color #6274da

%55
%47
%0
%15

Triadic Colors of #6274da

#6274da #da6274 #74da62

Analogous Colors of #6274da

#6274da #8c62da #62b0da

Monochromatic Colors of #6274da

#6274da

Complementary Color

#6274da #dac862

#6274da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6274da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6274da Color CSS Codes

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

#6274da Text Font Color

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

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


#6274da Background Color

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

This div background color is #6274da


#6274da Border Color

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

This div border color is #6274da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6274da


Comments

No comments written yet.

Please login to write comment.