Color Hex Logo

#6273de Color Hex

#6273DE
(98,115,222)
0 Favorites   0 Comments

Color spaces of #6273de

RGB 98115222
HSL0.640.650.63
HSV232°56°87°
CMYK 0.560.480.00   0.13
XYZ24.352620.132171.7096
Yxy20.13210.20960.1733
Hunter Lab44.868818.3607-63.3495
CIE-Lab51.986224.5255-56.7903

#6273de color RGB value is (98,115,222).

#6273de hex color red value is 98, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6273de hue: 0.64 , saturation: 0.65 and the lightness value of 6273de is 0.63.

The process color (four color CMYK) of #6273de color hex is 0.56, 0.48, 0.00, 0.13. Web safe color of #6273de is #6666cc. Color #6273de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110011 11011110
Octal 142 163 336
Decimal 98 115 222
Hex 62 73 DE

RGB Percentages of Color #6273de

%22.53
%26.44
%51.03

CMYK Percentages of Color #6273de

%56
%48
%0
%13

Triadic Colors of #6273de

#6273de #de6273 #73de62

Analogous Colors of #6273de

#6273de #8f62de #62b1de

Monochromatic Colors of #6273de

#6273de

Complementary Color

#6273de #decd62

#6273de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6273de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6273de Color CSS Codes

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

#6273de Text Font Color

<p style="color:#6273de">Text here</p>

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


#6273de Background Color

<div style="background-color:#6273de">
Div content here</div>

This div background color is #6273de


#6273de Border Color

<div style="border:3px solid #6273de">
Div here</div>

This div border color is #6273de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,115,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6273de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6273de;
  -webkit-box-shadow: 1px 1px 3px 2px #6273de;
  box-shadow:         1px 1px 3px 2px #6273de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6273de


Comments

No comments written yet.

Please login to write comment.