Color Hex Logo

#6263ae Color Hex

#6263AE
(98,99,174)
0 Favorites   0 Comments

Color spaces of #6263ae

RGB 9899174
HSL0.660.320.53
HSV239°44°68°
CMYK 0.440.430.00   0.32
XYZ17.138814.576341.9546
Yxy14.57630.23260.1979
Hunter Lab38.178913.3169-38.4282
CIE-Lab45.048319.3383-40.2801

#6263ae color RGB value is (98,99,174).

#6263ae hex color red value is 98, green value is 99 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6263ae hue: 0.66 , saturation: 0.32 and the lightness value of 6263ae is 0.53.

The process color (four color CMYK) of #6263ae color hex is 0.44, 0.43, 0.00, 0.32. Web safe color of #6263ae is #666699. Color #6263ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100011 10101110
Octal 142 143 256
Decimal 98 99 174
Hex 62 63 AE

RGB Percentages of Color #6263ae

%26.42
%26.68
%46.90

CMYK Percentages of Color #6263ae

%44
%43
%0
%32

Triadic Colors of #6263ae

#6263ae #ae6263 #63ae62

Analogous Colors of #6263ae

#6263ae #8762ae #6289ae

Monochromatic Colors of #6263ae

#6263ae

Complementary Color

#6263ae #aead62

#6263ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6263ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6263ae Color CSS Codes

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

#6263ae Text Font Color

<p style="color:#6263ae">Text here</p>

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


#6263ae Background Color

<div style="background-color:#6263ae">
Div content here</div>

This div background color is #6263ae


#6263ae Border Color

<div style="border:3px solid #6263ae">
Div here</div>

This div border color is #6263ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,99,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6263ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6263ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6263ae;
  box-shadow:         1px 1px 3px 2px #6263ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6263ae


Comments

No comments written yet.

Please login to write comment.